Modifier and Type | Method and Description |
---|---|
void |
bringToTop()
Brings this layer to the top.
|
com.diffplug.common.rx.Chit |
chit() |
void |
dispose()
Disposes the contents of this layer.
|
T |
getHandle()
The handle which was returned by the
Coat.Returning . |
com.diffplug.common.rx.RxGetter<Boolean> |
rxOnTop()
RxGetter which keeps track of whether this `Layer` is currently on top. |
public com.diffplug.common.rx.RxGetter<Boolean> rxOnTop()
RxGetter
which keeps track of whether this `Layer` is currently on top.public T getHandle()
Coat.Returning
.public void bringToTop()
public void dispose()
public com.diffplug.common.rx.Chit chit()