Class TextInputControlBehavior<T extends TextInputControl>
java.lang.Object
com.sun.javafx.scene.control.behavior.BehaviorBase<T>
com.sun.javafx.scene.control.behavior.TextInputControlBehavior<T>
- Direct Known Subclasses:
TextFieldBehavior
Abstract base class for text input behaviors.
(empty as we rely on the target toolkit for now)
-
Field Summary
Fields inherited from class com.sun.javafx.scene.control.behavior.BehaviorBase
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS
-
Constructor Summary
ConstructorDescriptionTextInputControlBehavior
(T textInputControl, List<KeyBinding> bindings) Create a new TextInputControlBehavior. -
Method Summary
Methods inherited from class com.sun.javafx.scene.control.behavior.BehaviorBase
callAction, callActionForEvent, dispose, focusChanged, getControl, matchActionForEvent, mouseDragged, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
TextInputControlBehavior
Create a new TextInputControlBehavior.- Parameters:
textInputControl
- cannot be null
-