cytoscape.actions
Class OpenSessionAction
java.lang.Object
javax.swing.AbstractAction
cytoscape.util.CytoscapeAction
cytoscape.actions.OpenSessionAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class OpenSessionAction
- extends CytoscapeAction
Open session file. This class will load all networks and session state in the
cys file.
- Author:
- kono
- 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 |
windowMenu
protected CyMenus windowMenu
SESSION_EXT
public static String SESSION_EXT
OpenSessionAction
public OpenSessionAction()
OpenSessionAction
public OpenSessionAction(CyMenus windowMenu,
boolean label)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- Specified by:
actionPerformed
in class CytoscapeAction