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 XTableCellBehavior<S,T>
extends com.sun.javafx.scene.control.behavior.TableCellBehavior<S,T>
| Constructor and Description |
|---|
XTableCellBehavior(javafx.scene.control.TableCell<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, isTableRowSelecteddoSelect, isSelected, simpleSelectgetAnchor, getIndex, handleDisclosureNode, hasDefaultAnchor, hasNonDefaultAnchor, isClickPositionValid, mouseDragged, mousePressed, mouseReleased, removeAnchor, setAnchorcallAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUpprotected void tryTerminateEdit()
protected void handleClicks(javafx.scene.input.MouseButton pButton,
int pClickCount,
boolean pIsAlreadySelected)
Copyright © 2023. All rights reserved.