Package | Description |
---|---|
com.sun.javafx.embed | |
com.sun.javafx.stage | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum |
Modifier and Type | Method and Description |
---|---|
static FocusCause |
AbstractEvents.focusCauseToPeerFocusCause(int focusCause) |
Modifier and Type | Method and Description |
---|---|
void |
PopupWindowPeerListener.changedFocused(boolean cf,
FocusCause cause) |
void |
WindowPeerListener.changedFocused(boolean focused,
FocusCause cause) |
Modifier and Type | Method and Description |
---|---|
static FocusCause |
FocusCause.valueOf(java.lang.String name)
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 Type | Method and Description |
---|---|
void |
TKStageListener.changedFocused(boolean focused,
FocusCause cause)
The stages peer focused state has changed.
|
void |
TKStage.requestFocus(FocusCause cause) |
Modifier and Type | Method and Description |
---|---|
void |
GlassStage.requestFocus(FocusCause cause) |
void |
WindowStage.requestFocus(FocusCause cause) |