Uses of Class
sky.monome.frame.AbstractWindow.WindowType

Packages that use AbstractWindow.WindowType
sky.monome.frame Package of all classes relative to frames. 
 

Uses of AbstractWindow.WindowType in sky.monome.frame
 

Methods in sky.monome.frame that return AbstractWindow.WindowType
static AbstractWindow.WindowType AbstractWindow.WindowType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractWindow.WindowType[] AbstractWindow.WindowType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in sky.monome.frame with parameters of type AbstractWindow.WindowType
FrameWindow(Frame frame, AbstractWindow.WindowType windowType)
          Constructs a frame window with the specified frame and the specified window type.
InertiaFrameWindow(Frame frame, AbstractWindow.WindowType windowType)
          Constructs an inertia frame window with the specified frame and the specified window type.