public class TreeCellBehavior<T> extends CellBehaviorBase<TreeCell<T>>
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS
Constructor and Description |
---|
TreeCellBehavior(TreeCell<T> control)
*
Constructors *
*
|
Modifier and Type | Method and Description |
---|---|
protected void |
edit(TreeCell<T> cell) |
protected TreeView<T> |
getCellContainer() |
protected FocusModel<TreeItem<T>> |
getFocusModel() |
protected MultipleSelectionModel<TreeItem<T>> |
getSelectionModel()
*
Private implementation *
*
|
protected void |
handleClicks(MouseButton button,
int clickCount,
boolean isAlreadySelected) |
protected boolean |
handleDisclosureNode(double x,
double y) |
doSelect, getAnchor, getIndex, hasDefaultAnchor, hasNonDefaultAnchor, isClickPositionValid, isSelected, mouseDragged, mousePressed, mouseReleased, removeAnchor, setAnchor, simpleSelect
callAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
protected MultipleSelectionModel<TreeItem<T>> getSelectionModel()
getSelectionModel
in class CellBehaviorBase<TreeCell<T>>
protected FocusModel<TreeItem<T>> getFocusModel()
getFocusModel
in class CellBehaviorBase<TreeCell<T>>
protected TreeView<T> getCellContainer()
getCellContainer
in class CellBehaviorBase<TreeCell<T>>
protected void edit(TreeCell<T> cell)
edit
in class CellBehaviorBase<TreeCell<T>>
protected void handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected)
handleClicks
in class CellBehaviorBase<TreeCell<T>>
protected boolean handleDisclosureNode(double x, double y)
handleDisclosureNode
in class CellBehaviorBase<TreeCell<T>>
Copyright © 2020. All rights reserved.