com.jidesoft.grid
Class TreeTable.TreeTableAction
java.lang.Object
javax.swing.AbstractAction
com.jidesoft.grid.CellSpanTable.DelegateAction
com.jidesoft.grid.TreeTable.TreeTableAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- TreeTable
protected static class TreeTable.TreeTableAction
- extends CellSpanTable.DelegateAction
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
TreeTable.TreeTableAction
public TreeTable.TreeTableAction(Action action,
KeyStroke keyStroke)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- Overrides:
actionPerformed
in class CellSpanTable.DelegateAction
expandAll
protected void expandAll(TreeTable table)
collapseAll
protected void collapseAll(TreeTable table)
expandSelectedRow
protected boolean expandSelectedRow(TreeTable table,
boolean expanded,
boolean firstColumnOnly)
stopEditing
protected boolean stopEditing(TreeTable table)
cancelEditing
protected boolean cancelEditing(TreeTable table)