Uses of Class
com.tick42.glue.desktop.windows.WindowMode
-
Packages that use WindowMode Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of WindowMode in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return WindowMode Modifier and Type Method Description WindowModeWindowOptions. getMode()static WindowModeWindowMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowMode[]WindowMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.windows with parameters of type WindowMode Modifier and Type Method Description BWindowOptions.Builder. mode(WindowMode mode)
-