cytoscape.actions
Class NewNetworkAction
java.lang.Object
javax.swing.AbstractAction
cytoscape.util.CytoscapeAction
cytoscape.actions.NewNetworkAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, MenuListener
public class NewNetworkAction
- extends CytoscapeAction
creates a new network and associates an editor with it
- Version:
- 1.0
- Author:
- Allan Kuchinsky, Agilent Technologies
- See Also:
- Serialized Form
Methods inherited from class cytoscape.util.CytoscapeAction |
actionHelp, clone, completions, getActionList, getKeyCode, getKeyModifiers, getName, getPreferredButtonGroup, getPreferredMenu, getPrefferedIndex, isAccelerated, isInMenuBar, isInToolBar, menuCanceled, menuDeselected, menuSelected, setAcceleratorCombo, setName, setPreferredButtonGroup, setPreferredIndex, setPreferredMenu, takeArgs |
NewNetworkAction
public NewNetworkAction()
- Creates a new NewNetworkAction object.
actionPerformed
public void actionPerformed(ActionEvent e)
- create the new network and view
- Specified by:
actionPerformed
in interface ActionListener
- Specified by:
actionPerformed
in class CytoscapeAction
- Parameters:
e
- DOCUMENT ME!