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 TypeMethodDescriptionvoidPopupWindowPeerListener.changedFocused(boolean cf, FocusCause cause) voidWindowPeerListener.changedFocused(boolean focused, FocusCause cause) -
Uses of FocusCause in com.sun.javafx.tk
Methods in com.sun.javafx.tk that return FocusCauseModifier and TypeMethodDescriptionstatic FocusCauseReturns 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 TypeMethodDescriptionvoidTKStageListener.changedFocused(boolean focused, FocusCause cause) The stages peer focused state has changed.