S
- The type of the TableView generic type (i.e. S == TableView<S>).
This should also match with the first generic type in TableColumn.T
- The type of the item contained within the Cell.public class XTreeTableCellBehavior<S,T>
extends com.sun.javafx.scene.control.behavior.TreeTableCellBehavior<S,T>
Constructor and Description |
---|
XTreeTableCellBehavior(javafx.scene.control.TreeTableCell<S,T> pControl) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleClicks(javafx.scene.input.MouseButton pButton,
int pClickCount,
boolean pIsAlreadySelected)
This method is introduced in jdk8_u20.
|
protected void |
tryTerminateEdit()
Tries to terminate edits if containing table is of type
XTableView.
|
edit, focus, getCellContainer, getFocusedCell, getFocusModel, getItemCount, getSelectionModel, getTableColumn, getVisibleLeafIndex, handleDisclosureNode, isTableRowSelected
doSelect, isSelected, simpleSelect
getAnchor, getIndex, hasDefaultAnchor, hasNonDefaultAnchor, isClickPositionValid, mouseDragged, mousePressed, mouseReleased, removeAnchor, setAnchor
callAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
protected void tryTerminateEdit()
protected void handleClicks(javafx.scene.input.MouseButton pButton, int pClickCount, boolean pIsAlreadySelected)
Copyright © 2023. All rights reserved.