public class FormattedComboBoxBehavior<T>
extends com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior<T>
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<com.sun.javafx.scene.control.behavior.KeyBinding> |
COMBO_BOX_BINDINGS
************************************************************************ * Key event handling * *
************************************************************************
|
| Constructor and Description |
|---|
FormattedComboBoxBehavior(FormattedComboBox<T> comboBox) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callAction(java.lang.String name) |
protected java.util.List<com.sun.javafx.scene.control.behavior.KeyBinding> |
createKeyBindings() |
arm, disarm, hide, mouseEntered, mouseExited, mousePressed, mouseReleased, onAutoHide, showprotected static final java.util.List<com.sun.javafx.scene.control.behavior.KeyBinding> COMBO_BOX_BINDINGS
public FormattedComboBoxBehavior(FormattedComboBox<T> comboBox)
protected java.util.List<com.sun.javafx.scene.control.behavior.KeyBinding> createKeyBindings()
createKeyBindings in class com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior<T>protected void callAction(java.lang.String name)
callAction in class com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior<T>