Package | Description |
---|---|
com.sun.javafx.embed | |
com.sun.javafx.stage | |
com.sun.javafx.tk |
Modifier and Type | Method and Description |
---|---|
static FocusCause |
AbstractEvents.focusCauseToPeerFocusCause(int focusCause) |
Modifier and Type | Method and Description |
---|---|
void |
WindowPeerListener.changedFocused(boolean focused,
FocusCause cause) |
void |
PopupWindowPeerListener.changedFocused(boolean cf,
FocusCause cause) |
Modifier and Type | Method and Description |
---|---|
static FocusCause |
FocusCause.valueOf(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) |
Copyright © 2020. All rights reserved.