Uses of Class
com.sun.javafx.scene.control.behavior.BehaviorBase
Package
Description
-
Uses of BehaviorBase in com.sun.javafx.scene.control.behavior
Modifier and TypeClassDescriptionclass
ButtonBehavior<C extends ButtonBase>
All of the "button" types (CheckBox, RadioButton, ToggleButton, and Button) and also maybe some other types like hyperlinks operate on the "armed" selection strategy, just like JButton.class
Checkbox behavior.class
Radio button behavior.class
Behavior for ScrollPane.class
class
Text field behavior.class
TextInputControlBehavior<T extends TextInputControl>
Abstract base class for text input behaviors.class
class
ToggleButtonBehavior<C extends ToggleButton>
-
Uses of BehaviorBase in com.sun.javafx.scene.control.skin
Modifier and TypeClassDescriptionclass
BehaviorSkinBase<C extends Control,
BB extends BehaviorBase<C>> -
Uses of BehaviorBase in javafx.scene.control.skin
Modifier and TypeClassDescriptionclass
CellSkinBase<C extends Cell,
B extends BehaviorBase<C>> A base skin implementation, specifically for ListCellSkin and TreeCellSkin.class
LabeledSkinBase<C extends Labeled,
B extends BehaviorBase<C>>