Package com.diffplug.common.swt
Class CoatMux.Layer<T>
java.lang.Object
com.diffplug.common.swt.CoatMux.Layer<T>
- Enclosing class:
- CoatMux
Represents a persistent layer within this `CoatMux`. It can be shown, hidden, and disposed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidBrings this layer to the top.chit()voiddispose()Disposes the contents of this layer.The control at the root of this layer.The handle which was returned by theCoat.Returning.rxOnTop()RxGetterwhich keeps track of whether this `Layer` is currently on top.
-
Method Details
-
rxOnTop
RxGetterwhich keeps track of whether this `Layer` is currently on top. -
getControl
The control at the root of this layer. -
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
-