uci.gef
Class CmdDispose
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdDispose
- public class CmdDispose
- extends Cmd
Cmd to delete the Figs selected in the current editor, and dispose
any underlying Net stuctures. This differs from CmdDelete in that
when an underlying NetNode is disposed, it should delete all views
on it, not just the selected one.
- See Also:
NetPrimitive#dispose,
CmdDelete, Serialized Form
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
CmdDispose
public CmdDispose()
doIt
public void doIt()
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd