public class JXTreeTable.TreeTableHacker
extends java.lang.Object
specifically:
Modifier and Type | Field and Description |
---|---|
protected boolean |
expansionChangedFlag |
Constructor and Description |
---|
JXTreeTable.TreeTableHacker() |
Modifier and Type | Method and Description |
---|---|
protected void |
completeEditing()
complete editing if collapsed/expanded.
|
protected boolean |
expandOrCollapseNode(int column,
java.util.EventObject e)
Tricksery to make the tree expand/collapse.
|
protected void |
expansionChanged()
called from the renderer's setExpandedPath after
all expansion-related updates happend.
|
void |
hitHandleDetectionFromEditCell(int column,
java.util.EventObject e)
Entry point for hit handle detection called from editCellAt,
does nothing if isHitDetectionFromProcessMouse is true;
|
boolean |
hitHandleDetectionFromProcessMouse(java.awt.event.MouseEvent e)
Entry point for hit handle detection called from processMouse.
|
protected boolean |
isHitDetectionFromProcessMouse()
Decision whether the handle hit detection
should be done in processMouseEvent or editCellAt.
|
protected boolean |
mightBeExpansionTrigger(java.util.EventObject e) |
protected boolean isHitDetectionFromProcessMouse()
public void hitHandleDetectionFromEditCell(int column, java.util.EventObject e)
isHitDetectionFromProcessMouse()
public boolean hitHandleDetectionFromProcessMouse(java.awt.event.MouseEvent e)
isHitDetectionFromProcessMouse()
protected void completeEditing()
protected boolean expandOrCollapseNode(int column, java.util.EventObject e)
This might be - indirectly - called from one of two places:
widened access for testing ...
column
- the column index under the event, if any.e
- the event which might trigger a expand/collapse.protected boolean mightBeExpansionTrigger(java.util.EventObject e)
protected void expansionChanged()