|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.addin.AbstractCommand oracle.ide.cmd.DeleteTNodeCommand
The DeleteTNodeCommand
class implements the command to remove
the the selected node(s) from their containing folder(s).
oracle.ide.Command
,
oracle.ide.AbstractCommand
Field Summary |
Fields inherited from class oracle.ide.addin.AbstractCommand |
cmdId, context, name, type |
Fields inherited from interface oracle.ide.addin.Command |
CANCEL, EXECUTING, NO_CHANGE, NO_UNDO, NORMAL, OK |
Constructor Summary | |
|
DeleteTNodeCommand()
Constructor. |
protected |
DeleteTNodeCommand(int cmdId,
int type)
Constructor. |
Method Summary | |
int |
doit()
Iterates through the list of selected TNodes, and for each, removes the node from its containing folder. |
java.lang.String |
getName()
Gets the name of the command to display as the action to undo |
int |
undo()
Undo the deletions, adding the elements back to their containing folders |
Methods inherited from class oracle.ide.addin.AbstractCommand |
getAffectedDocuments, getContext, getData, getId, getType, setContext, setData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeleteTNodeCommand()
protected DeleteTNodeCommand(int cmdId, int type)
Method Detail |
public int doit() throws java.lang.Exception
java.lang.Exception
public int undo() throws java.lang.Exception
undo
in interface Command
undo
in class AbstractCommand
java.lang.Exception
public java.lang.String getName()
getName
in interface Command
getName
in class AbstractCommand
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.