Uses of Class
com.tick42.glue.desktop.windows.WindowState
-
Packages that use WindowState Package Description com.tick42.glue.desktop.windows The window management API for Glue.com.tick42.glue.desktop.windows.event -
-
Uses of WindowState in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return WindowState Modifier and Type Method Description static WindowStateWindowState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowState[]WindowState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WindowState in com.tick42.glue.desktop.windows.event
Methods in com.tick42.glue.desktop.windows.event that return WindowState Modifier and Type Method Description WindowStateWindowStateChangedEvent. getState()Constructors in com.tick42.glue.desktop.windows.event with parameters of type WindowState Constructor Description WindowStateChangedEvent(Window source, WindowState state)
-