Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.actions
Class DeleteSelectedAction

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

public class DeleteSelectedAction
extends AbstractAction

Giny version of the original class. Note that the original version was only available when editing mode was enabled, and caused the selected nodes to be permanently removed from the graph (and, necessarily, the view). This version hides the selected nodes from both the graph and the view, as there are currently no methods to remove a node view from the graph view in Giny. The semantics of this and related classes for modifying the graph and view should be clarified.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
DeleteSelectedAction(CyNetworkView networkView)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSelectedAction

public DeleteSelectedAction(CyNetworkView networkView)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

www.cytoscape.org