Class CoatMux.Layer<T>

java.lang.Object
com.diffplug.common.swt.CoatMux.Layer<T>
Enclosing class:
CoatMux

public class CoatMux.Layer<T> extends Object
Represents a persistent layer within this `CoatMux`. It can be shown, hidden, and disposed.
  • Method Details

    • rxOnTop

      public RxGetter<Boolean> rxOnTop()
      RxGetter which 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 the Coat.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()