Uses of Enum
com.sun.javafx.tk.FocusCause
Packages that use FocusCause
-
Uses of FocusCause in com.sun.javafx.stage
Methods in com.sun.javafx.stage with parameters of type FocusCauseModifier and TypeMethodDescriptionvoid
PopupWindowPeerListener.changedFocused
(boolean cf, FocusCause cause) void
WindowPeerListener.changedFocused
(boolean focused, FocusCause cause) -
Uses of FocusCause in com.sun.javafx.tk
Methods in com.sun.javafx.tk that return FocusCauseModifier 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.Methods in com.sun.javafx.tk with parameters of type FocusCauseModifier and TypeMethodDescriptionvoid
TKStageListener.changedFocused
(boolean focused, FocusCause cause) The stages peer focused state has changed.