cytoscape.actions
Class SaveSessionAsAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by cytoscape.util.CytoscapeAction
          extended by cytoscape.actions.SaveSessionAsAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SaveSessionAsAction
extends CytoscapeAction

"Save Session As" Action -- Same as SaveSessionAction, but always opens file chooser.

See Also:
Serialized Form

Field Summary
static String SESSION_EXT
           
 
Fields inherited from class cytoscape.util.CytoscapeAction
acceleratorSet, consoleName, keyCode, keyModifiers, menuIndex, preferredButtonGroup, preferredMenu
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SaveSessionAsAction()
           
SaveSessionAsAction(String label)
          Constructor.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class cytoscape.util.CytoscapeAction
actionHelp, clone, completions, getActionList, getKeyCode, getKeyModifiers, getName, getPreferredButtonGroup, getPreferredMenu, getPrefferedIndex, initialize, isAccelerated, isInMenuBar, isInToolBar, setAcceleratorCombo, setName, setPreferredButtonGroup, setPreferredIndex, setPreferredMenu, takeArgs
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, 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
 

Field Detail

SESSION_EXT

public static String SESSION_EXT
Constructor Detail

SaveSessionAsAction

public SaveSessionAsAction(String label)
Constructor.


SaveSessionAsAction

public SaveSessionAsAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener
Specified by:
actionPerformed in class CytoscapeAction