cytoscape.actions
Class SaveSessionAsAction
java.lang.Object
javax.swing.AbstractAction
cytoscape.util.CytoscapeAction
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
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 |
SESSION_EXT
public static String SESSION_EXT
SaveSessionAsAction
public SaveSessionAsAction(String label)
- Constructor.
SaveSessionAsAction
public SaveSessionAsAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- Specified by:
actionPerformed
in class CytoscapeAction