Uses of Class
com.tick42.glue.desktop.windows.WindowOnTopState
-
Packages that use WindowOnTopState Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of WindowOnTopState in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return WindowOnTopState Modifier and Type Method Description WindowOnTopStateWindowOptions. getOnTopState()static WindowOnTopStateWindowOnTopState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowOnTopState[]WindowOnTopState. 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 WindowOnTopState Modifier and Type Method Description BWindowOptions.Builder. onTopState(WindowOnTopState onTopState)Specify whether window would be on top of z-order even when other windows are focused.
-