|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.util.VCSDocumentCommands
Utility class for creating commands which update the IDE's document model.
Method Summary | |
static Command |
createMoveNodeCommand(Context context,
java.net.URL destinationUrl)
Creates a command to move a single node to a different URL location. |
static Command |
createQuietCloseNodeCommand(Context context)
Creates a command to quietly close nodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final Command createQuietCloseNodeCommand(Context context)
context
- the context on which the command will execute.
public static final Command createMoveNodeCommand(Context context, java.net.URL destinationUrl)
context
- the context on which the command will execute.destinationUrl
- a destination URL for the node.
|
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.