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

public abstract Class CellBehaviorBase<T extends Cell<T>>

extends BehaviorBase<T extends Cell<T>>
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.behavior.ListCellBehavior, com.sun.javafx.scene.control.behavior.TableCellBehaviorBase, com.sun.javafx.scene.control.behavior.TableRowBehaviorBase, com.sun.javafx.scene.control.behavior.TreeCellBehavior
Imports
javafx.scene.control.Cell, .Control, .FocusModel, .IndexedCell, .MultipleSelectionModel, .SelectionMode, com.sun.javafx.scene.control.inputmap.InputMap, javafx.scene.input.MouseButton, .MouseEvent, java.util.ArrayList, .List

Behaviors for standard cells types. Simply defines methods that subclasses implement so that CellSkinBase has API to call.

Field Summary

Modifier and TypeField and Description
private static final String
ANCHOR_PROPERTY_KEY

* Private static implementation * *

private final InputMap<T>
cellInputMap

* Private fields * *

private static final String
private boolean

Constructor Summary

AccessConstructor and Description
public
CellBehaviorBase(T 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)

* Private implementation * *

protected abstract void
edit(T cell)

public static <T> T
getAnchor(Control control, T defaultResponse)

protected abstract Control
protected abstract FocusModel<?>
protected int
public InputMap<T>
protected abstract MultipleSelectionModel<?>
protected void
handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected)

protected boolean
handleDisclosureNode(double x, double y)

private static boolean
hasAnchor(Control control)

public static boolean
public static boolean
protected boolean
isClickPositionValid(final double x, final double y)

protected boolean
public void
public void
public void
public static void
pack-priv void
selectRows(int focusedIndex, int index)

public static <T> void
setAnchor(Control control, T anchor, boolean isDefaultAnchor)

protected void
simpleSelect(MouseButton button, int clickCount, boolean shortcutDown)

Inherited from com.sun.javafx.scene.control.behavior.BehaviorBase:
addDefaultChildMapaddDefaultMappingaddDefaultMappingaddDefaultMappingcreateInputMapdisposegetNodeisRTLremoveMappingrtlrtl

Field Detail

ANCHOR_PROPERTY_KEYback to summary
private static final String ANCHOR_PROPERTY_KEY

* Private static implementation * *

cellInputMapback to summary
private final InputMap<T> cellInputMap

* Private fields * *

IS_DEFAULT_ANCHOR_KEYback to summary
private static final String IS_DEFAULT_ANCHOR_KEY
latePressback to summary
private boolean latePress

Constructor Detail

CellBehaviorBaseback to summary
public CellBehaviorBase(T 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)

* Private implementation * *

editback to summary
protected abstract void edit(T cell)
getAnchorback to summary
public static <T> T getAnchor(Control control, T defaultResponse)
getCellContainerback to summary
protected abstract Control getCellContainer()
getFocusModelback to summary
protected abstract FocusModel<?> getFocusModel()
getIndexback to summary
protected int getIndex()
getInputMapback to summary
public InputMap<T> getInputMap()

Implements abstract com.sun.javafx.scene.control.behavior.BehaviorBase.getInputMap.

Annotations
@Override
getSelectionModelback to summary
protected abstract MultipleSelectionModel<?> getSelectionModel()
handleClicksback to summary
protected void handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected)
handleDisclosureNodeback to summary
protected boolean handleDisclosureNode(double x, double y)
hasAnchorback to summary
private static boolean hasAnchor(Control control)
hasDefaultAnchorback to summary
public static boolean hasDefaultAnchor(Control control)
hasNonDefaultAnchorback to summary
public static boolean hasNonDefaultAnchor(Control control)
isClickPositionValidback to summary
protected boolean isClickPositionValid(final double x, final double y)
isSelectedback to summary
protected boolean isSelected()
mouseDraggedback to summary
public void mouseDragged(MouseEvent e)
mousePressedback to summary
public void mousePressed(MouseEvent e)
mouseReleasedback to summary
public void mouseReleased(MouseEvent e)
removeAnchorback to summary
public static void removeAnchor(Control control)
selectRowsback to summary
pack-priv void selectRows(int focusedIndex, int index)
setAnchorback to summary
public static <T> void setAnchor(Control control, T anchor, boolean isDefaultAnchor)
simpleSelectback to summary
protected void simpleSelect(MouseButton button, int clickCount, boolean shortcutDown)