|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
cytoscape.util.CytoscapeAction
cytoscape.editor.actions.DeleteAction
action for deleting selected Cytoscape nodes and edges
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 | |
DeleteAction()
action for deleting selected Cytoscape nodes and edges |
|
DeleteAction(java.lang.Object obj)
perform deletion on the input object. |
|
DeleteAction(java.lang.Object obj,
java.lang.String label)
perform deletion on the input object. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
delete all selected nodes and edges groups selected nodes and edges and then deletes both sets (nodes and edges) for deleted nodes, also collects and deletes the edges that are adjacent to the node |
static java.lang.String |
getTitle(java.lang.Object[] args,
edu.umd.cs.piccolo.PNode node)
|
Methods inherited from class cytoscape.util.CytoscapeAction |
actionHelp, clone, completions, getActionList, getKeyCode, getKeyModifiers, getName, getPreferredButtonGroup, getPreferredMenu, getPrefferedIndex, isAccelerated, isInMenuBar, isInToolBar, setAcceleratorCombo, setName, setPreferredButtonGroup, setPreferredIndex, setPreferredMenu, takeArgs |
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 |
public DeleteAction()
public DeleteAction(java.lang.Object obj)
obj
- the object to be deletedpublic DeleteAction(java.lang.Object obj, java.lang.String label)
obj
- the object to be deletedlabel
- the name of the object to be deletedMethod Detail |
public static java.lang.String getTitle(java.lang.Object[] args, edu.umd.cs.piccolo.PNode node)
public void actionPerformed(java.awt.event.ActionEvent ae)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |