Uses of Enum
com.sun.javafx.tk.FocusCause
-
Uses of FocusCause in com.sun.javafx.stage
Modifier and TypeMethodDescriptionvoid
PopupWindowPeerListener.changedFocused
(boolean cf, FocusCause cause) void
WindowPeerListener.changedFocused
(boolean focused, FocusCause cause) -
Uses of FocusCause in com.sun.javafx.tk
Modifier and TypeMethodDescriptionstatic FocusCause
Returns the enum constant of this type with the specified name.static FocusCause[]
FocusCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TKStageListener.changedFocused
(boolean focused, FocusCause cause) The stages peer focused state has changed.