Uses of Enum
com.tick42.glue.desktop.windows.WindowOnTopState
Packages that use WindowOnTopState
-
Uses of WindowOnTopState in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return WindowOnTopStateModifier and TypeMethodDescriptionWindowOptions.getOnTopState()static WindowOnTopStateReturns 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 WindowOnTopStateModifier and TypeMethodDescriptionWindowOptions.Builder.onTopState(WindowOnTopState onTopState) Specify whether window would be on top of z-order even when other windows are focused.