Modifier and Type | Field and Description |
---|---|
private static final String | ANCHOR_PROPERTY_KEY
* Private static implementation * * |
private final InputMap | cellInputMap
* Private fields * * |
private static final String | |
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method 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 | |
public static <T> T | |
protected abstract Control | |
protected abstract FocusModel | |
protected int | |
public InputMap | |
protected abstract MultipleSelectionModel | |
protected void | |
protected boolean | |
private static boolean | |
public static boolean | |
public static boolean | |
protected boolean | |
protected boolean | |
public void | |
public void | |
public void | |
public static void | |
pack-priv void | |
public static <T> void | |
protected void |
ANCHOR_PROPERTY_KEY | back to summary |
---|---|
private static final String ANCHOR_PROPERTY_KEY * Private static implementation * * |
cellInputMap | back to summary |
---|---|
private final InputMap<T> cellInputMap * Private fields * * |
IS_DEFAULT_ANCHOR_KEY | back to summary |
---|---|
private static final String IS_DEFAULT_ANCHOR_KEY |
latePress | back to summary |
---|---|
private boolean latePress |
CellBehaviorBase | back to summary |
---|---|
public CellBehaviorBase(T control) * Constructors * * |
doSelect | back 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 * * |
edit | back to summary |
---|---|
protected abstract void edit(T cell) |
getAnchor | back to summary |
---|---|
public static <T> T getAnchor(Control control, T defaultResponse) |
getCellContainer | back to summary |
---|---|
protected abstract Control getCellContainer() |
getFocusModel | back to summary |
---|---|
protected abstract FocusModel |
getIndex | back to summary |
---|---|
protected int getIndex() |
getInputMap | back to summary |
---|---|
public InputMap Implements abstract com.
|
getSelectionModel | back to summary |
---|---|
protected abstract MultipleSelectionModel |
handleClicks | back to summary |
---|---|
protected void handleClicks(MouseButton button, int clickCount, boolean isAlreadySelected) |
handleDisclosureNode | back to summary |
---|---|
protected boolean handleDisclosureNode(double x, double y) |
hasAnchor | back to summary |
---|---|
private static boolean hasAnchor(Control control) |
hasDefaultAnchor | back to summary |
---|---|
public static boolean hasDefaultAnchor(Control control) |
hasNonDefaultAnchor | back to summary |
---|---|
public static boolean hasNonDefaultAnchor(Control control) |
isClickPositionValid | back to summary |
---|---|
protected boolean isClickPositionValid(final double x, final double y) |
isSelected | back to summary |
---|---|
protected boolean isSelected() |
mouseDragged | back to summary |
---|---|
public void mouseDragged(MouseEvent e) |
mousePressed | back to summary |
---|---|
public void mousePressed(MouseEvent e) |
mouseReleased | back to summary |
---|---|
public void mouseReleased(MouseEvent e) |
removeAnchor | back to summary |
---|---|
public static void removeAnchor(Control control) |
selectRows | back to summary |
---|---|
pack-priv void selectRows(int focusedIndex, int index) |
setAnchor | back to summary |
---|---|
public static <T> void setAnchor(Control control, T anchor, boolean isDefaultAnchor) |
simpleSelect | back to summary |
---|---|
protected void simpleSelect(MouseButton button, int clickCount, boolean shortcutDown) |