Top Constructors Methods
com.sun.javafx.scene.control.behavior

public abstract Class TableCellBehaviorBase<S, T, TC extends TableColumnBase<S, ?>, C extends IndexedCell<T>>

extends CellBehaviorBase<C extends IndexedCell<T>>
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.behavior.TreeTableCellBehavior, com.sun.javafx.scene.control.behavior.TableCellBehavior
Imports
javafx.scene.control.Control, .IndexedCell, .SelectionMode, .TableColumnBase, .TableFocusModel, .TablePositionBase, .TableSelectionModel, javafx.scene.input.MouseButton

Constructor Summary

AccessConstructor and Description
public
TableCellBehaviorBase(C control)

* Constructors * *

Method Summary

Modifier and TypeMethod and Description
protected void
doSelect(final double x, final double y, final MouseButton button, final int clickCount, final boolean shiftDown, final boolean shortcutDown)

Overrides com.sun.javafx.scene.control.behavior.CellBehaviorBase.doSelect.

* Private implementation * *

protected abstract void
focus(int row, TableColumnBase<S, T> tc)

private int
protected abstract TablePositionBase<TC extends TableColumnBase<S, T>>
protected abstract TableFocusModel<S, TC>
protected abstract int
protected abstract TableSelectionModel<S>
protected abstract TableColumnBase<S, T>
getTableColumn()

* Abstract API * *

protected abstract int
getVisibleLeafIndex(TableColumnBase<S, T> tc)

Returns the position of the given table column in the visible leaf columns list of the underlying control.

protected boolean
protected abstract boolean
protected void
Inherited from com.sun.javafx.scene.control.behavior.CellBehaviorBase:
editgetAnchorgetCellContainergetIndexgetInputMaphandleClickshandleDisclosureNodehasDefaultAnchorhasNonDefaultAnchorisClickPositionValidmouseDraggedmousePressedmouseReleasedremoveAnchorselectRowssetAnchor

Constructor Detail

TableCellBehaviorBaseback to summary
public TableCellBehaviorBase(C control)

* Constructors * *

Method Detail

doSelectback to summary
protected void doSelect(final double x, final double y, final MouseButton button, final int clickCount, final boolean shiftDown, final boolean shortcutDown)

Overrides com.sun.javafx.scene.control.behavior.CellBehaviorBase.doSelect.

* Private implementation * *

Annotations
@Override
focusback to summary
protected abstract void focus(int row, TableColumnBase<S, T> tc)
getColumnback to summary
private int getColumn()
getFocusedCellback to summary
protected abstract TablePositionBase<TC extends TableColumnBase<S, T>> getFocusedCell()
getFocusModelback to summary
protected abstract TableFocusModel<S, TC> getFocusModel()

Implements abstract com.sun.javafx.scene.control.behavior.CellBehaviorBase.getFocusModel.

Annotations
@Override
getItemCountback to summary
protected abstract int getItemCount()
getSelectionModelback to summary
protected abstract TableSelectionModel<S> getSelectionModel()

Implements abstract com.sun.javafx.scene.control.behavior.CellBehaviorBase.getSelectionModel.

Annotations
@Override
getTableColumnback to summary
protected abstract TableColumnBase<S, T> getTableColumn()

* Abstract API * *

getVisibleLeafIndexback to summary
protected abstract int getVisibleLeafIndex(TableColumnBase<S, T> tc)

Returns the position of the given table column in the visible leaf columns list of the underlying control.

isSelectedback to summary
protected boolean isSelected()

Overrides com.sun.javafx.scene.control.behavior.CellBehaviorBase.isSelected.

Annotations
@Override
isTableRowSelectedback to summary
protected abstract boolean isTableRowSelected()
simpleSelectback to summary
protected void simpleSelect(MouseButton button, int clickCount, boolean shortcutDown)

Overrides com.sun.javafx.scene.control.behavior.CellBehaviorBase.simpleSelect.

Annotations
@Override