|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.vcs.util.VCSNodeCommands
public final class VCSNodeCommands
Utility class for creating commands which update the IDE's node model.
Method Summary | |
---|---|
static Command |
createCloseNodeOnlyCommand(Context context) Creates a command to quietly close nodes without subsequently removing them from the IDE's model. |
static Command |
createMoveNodeCommand(Context context, java.net.URL destinationUrl) Deprecated. replaced by Node.rename(java.net.URL) . |
static Command |
createQuietCloseNodeCommand(Context context) Creates a command to quietly close nodes. |
static Command |
createRemoveNodeOnlyCommand(Context context) Creates a command to remove nodes from the IDE's model without initially closing them. |
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 createCloseNodeOnlyCommand(Context context)
context
- the context on which the command will execute.public static final Command createRemoveNodeOnlyCommand(Context context)
context
- the context on which the command will execute.public static final Command createMoveNodeCommand(Context context, java.net.URL destinationUrl)
Node.rename(java.net.URL)
.context
- the context on which the command will execute.destinationUrl
- a destination URL for the node.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |