Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | edit(TreeCell<T> cell)
Implements abstract com.
|
protected TreeView | getCellContainer()
Implements abstract com.
|
protected FocusModel | getFocusModel()
Implements abstract com.
|
protected MultipleSelectionModel | getSelectionModel()
Implements abstract com. * Private implementation * * |
protected void | handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected)
Overrides com.
|
protected boolean | handleDisclosureNode(double x, double y)
Overrides com.
|
TreeCellBehavior | back to summary |
---|---|
public TreeCellBehavior(final TreeCell<T> control) * Constructors * * |
edit | back to summary |
---|---|
protected void edit(TreeCell<T> cell) Implements abstract com.
|
getCellContainer | back to summary |
---|---|
protected TreeView Implements abstract com.
|
getFocusModel | back to summary |
---|---|
protected FocusModel Implements abstract com.
|
getSelectionModel | back to summary |
---|---|
protected MultipleSelectionModel Implements abstract com. * Private implementation * *
|
handleClicks | back to summary |
---|---|
protected void handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected) Overrides com.
|
handleDisclosureNode | back to summary |
---|---|
protected boolean handleDisclosureNode(double x, double y) Overrides com.
|