Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.web.behavior |
Modifier and Type | Class and Description |
---|---|
private static class |
ListViewBehavior.ListViewKeyBinding |
class |
OrientedKeyBinding
Just like regular key binding but the specificity is adjusted depending
on the orientation of the control.
|
static class |
ScrollBarBehavior.ScrollBarKeyBinding
Class to handle key bindings based upon the orientation of the control.
|
static class |
SliderBehavior.SliderKeyBinding |
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<KeyBinding> |
AccordionBehavior.ACCORDION_BINDINGS |
protected static java.util.List<KeyBinding> |
MenuButtonBehaviorBase.BASE_MENU_BUTTON_BINDINGS
The base key bindings for a MenuButton.
|
protected static java.util.List<KeyBinding> |
TextInputControlBindings.BINDINGS |
protected static java.util.List<KeyBinding> |
ButtonBehavior.BUTTON_BINDINGS |
protected static java.util.List<KeyBinding> |
ChoiceBoxBehavior.CHOICE_BUTTON_BINDINGS
The key bindings for the ChoiceBox.
|
protected static java.util.List<KeyBinding> |
ColorPickerBehavior.COLOR_PICKER_BINDINGS |
protected static java.util.List<KeyBinding> |
ComboBoxBaseBehavior.COMBO_BOX_BASE_BINDINGS |
protected static java.util.List<KeyBinding> |
ComboBoxListViewBehavior.COMBO_BOX_BINDINGS
*
Key event handling *
*
|
protected static java.util.List<KeyBinding> |
DateCellBehavior.DATE_CELL_BINDINGS
Setup KeyBindings *
|
protected static java.util.List<KeyBinding> |
DatePickerBehavior.DATE_PICKER_BINDINGS
*
Key event handling *
*
|
private java.util.List<KeyBinding> |
BehaviorBase.keyBindings
The key bindings for this Behavior.
|
protected static java.util.List<KeyBinding> |
ListViewBehavior.LIST_VIEW_BINDINGS
Setup KeyBindings *
|
protected static java.util.List<KeyBinding> |
MenuButtonBehavior.MENU_BUTTON_BINDINGS
The key bindings for the MenuButton.
|
protected static java.util.List<KeyBinding> |
PaginationBehavior.PAGINATION_BINDINGS |
protected static java.util.List<KeyBinding> |
ScrollBarBehavior.SCROLL_BAR_BINDINGS
*
Key event handling *
*
|
protected static java.util.List<KeyBinding> |
ScrollPaneBehavior.SCROLL_PANE_BINDINGS
We manually handle focus traversal keys due to the ScrollPane binding
the left/right/up/down keys specially.
|
protected static java.util.List<KeyBinding> |
SliderBehavior.SLIDER_BINDINGS
Setup KeyBindings *
*
We manually specify the focus traversal keys because Slider has *
different usage for up/down arrow keys.
|
protected static java.util.List<KeyBinding> |
SpinnerBehavior.SPINNER_BINDINGS |
protected static java.util.List<KeyBinding> |
SplitMenuButtonBehavior.SPLIT_MENU_BUTTON_BINDINGS
The key bindings for the SplitMenuButton.
|
protected static java.util.List<KeyBinding> |
TabPaneBehavior.TAB_PANE_BINDINGS |
protected static java.util.List<KeyBinding> |
TableViewBehaviorBase.TABLE_VIEW_BINDINGS
*
Setup key bindings *
*
|
protected static java.util.List<KeyBinding> |
TextAreaBehavior.TEXT_AREA_BINDINGS
Setup KeyBindings *
|
protected static java.util.List<KeyBinding> |
TextInputControlBehavior.TEXT_INPUT_BINDINGS
Setup KeyBindings *
|
protected static java.util.List<KeyBinding> |
TitledPaneBehavior.TITLEDPANE_BINDINGS |
protected static java.util.List<KeyBinding> |
ToggleButtonBehavior.TOGGLE_BUTTON_BINDINGS
The key bindings for the ToggleButton.
|
protected static java.util.List<KeyBinding> |
ToolBarBehavior.TOOLBAR_BINDINGS |
protected static java.util.List<KeyBinding> |
BehaviorBase.TRAVERSAL_BINDINGS
The default key bindings for focus traversal.
|
protected static java.util.List<KeyBinding> |
TreeTableViewBehavior.TREE_TABLE_VIEW_BINDINGS
*
Setup key bindings *
*
|
protected static java.util.List<KeyBinding> |
TreeViewBehavior.TREE_VIEW_BINDINGS
Setup KeyBindings *
|
Modifier and Type | Method and Description |
---|---|
KeyBinding |
KeyBinding.alt() |
KeyBinding |
KeyBinding.alt(OptionalBoolean value) |
KeyBinding |
KeyBinding.ctrl() |
KeyBinding |
KeyBinding.ctrl(OptionalBoolean value) |
KeyBinding |
KeyBinding.meta() |
KeyBinding |
KeyBinding.meta(OptionalBoolean value) |
KeyBinding |
KeyBinding.shift() |
KeyBinding |
KeyBinding.shift(OptionalBoolean value) |
KeyBinding |
KeyBinding.shortcut() |
Constructor and Description |
---|
BehaviorBase(C control,
java.util.List<KeyBinding> keyBindings)
Create a new BehaviorBase for the given control.
|
ButtonBehavior(C button,
java.util.List<KeyBinding> bindings) |
CellBehaviorBase(T control,
java.util.List<KeyBinding> bindings)
*
Constructors *
*
|
ComboBoxBaseBehavior(ComboBoxBase<T> comboBox,
java.util.List<KeyBinding> bindings) |
MenuButtonBehaviorBase(C menuButton,
java.util.List<KeyBinding> bindings)
*
Constructors *
*
|
TableViewBehaviorBase(C control,
java.util.List<KeyBinding> bindings) |
TextInputControlBehavior(T textInputControl,
java.util.List<KeyBinding> bindings)
Create a new TextInputControlBehavior.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<KeyBinding> |
HTMLEditorBehavior.HTML_EDITOR_BINDINGS |