Package com.diffplug.common.swt
Class CoatMux.Layer<T>
- java.lang.Object
-
- com.diffplug.common.swt.CoatMux.Layer<T>
-
- Enclosing class:
- CoatMux
public class CoatMux.Layer<T> extends java.lang.ObjectRepresents a persistent layer within this `CoatMux`. It can be shown, hidden, and disposed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbringToTop()Brings this layer to the top.Chitchit()voiddispose()Disposes the contents of this layer.ControlgetControl()The control at the root of this layer.TgetHandle()The handle which was returned by theCoat.Returning.RxGetter<java.lang.Boolean>rxOnTop()RxGetterwhich keeps track of whether this `Layer` is currently on top.
-
-
-
Method Detail
-
rxOnTop
public RxGetter<java.lang.Boolean> rxOnTop()
RxGetterwhich keeps track of whether this `Layer` is currently on top.
-
getControl
public Control getControl()
The control at the root of this layer.
-
getHandle
public T getHandle()
The handle which was returned by theCoat.Returning.
-
bringToTop
public void bringToTop()
Brings this layer to the top.
-
dispose
public void dispose()
Disposes the contents of this layer.
-
chit
public Chit chit()
-
-