JIDE 3.5.15

com.jidesoft.grid
Class TreeTable.TreeTableAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.jidesoft.grid.CellSpanTable.DelegateAction
          extended by 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

Field Summary
 
Fields inherited from class com.jidesoft.grid.CellSpanTable.DelegateAction
_defaultAction, _keyStroke
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
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
 
Constructor Summary
TreeTable.TreeTableAction(Action action, KeyStroke keyStroke)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
protected  boolean cancelEditing(TreeTable table)
           
protected  void collapseAll(TreeTable table)
           
protected  void expandAll(TreeTable table)
           
protected  boolean expandSelectedRow(TreeTable table, boolean expanded, boolean firstColumnOnly)
           
protected  boolean stopEditing(TreeTable table)
           
 
Methods inherited from class com.jidesoft.grid.CellSpanTable.DelegateAction
getDefaultAction
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTable.TreeTableAction

public TreeTable.TreeTableAction(Action action,
                                 KeyStroke keyStroke)
Method Detail

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)

JIDE 3.5.15