| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.cmd | 
 Contains classes implementing several JDeveloper commands. 
 | 
| oracle.ide.controller | |
| oracle.ide.inspector | 
 Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector. 
 | 
| oracle.jdeveloper.audit.transform | 
 The base classes for defining transformations on the Audit object
model. 
 | 
| oracle.jdeveloper.cmd | |
| oracle.jdeveloper.deploy.cmd | |
| oracle.jdeveloper.java | 
 Public API for the java model. 
 | 
| oracle.jdeveloper.merge | 
 Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities. 
 | 
| oracle.jdeveloper.vcs.annotations | |
| oracle.jdeveloper.vcs.changelist.cmd | |
| oracle.jdeveloper.vcs.changeset.cmd | |
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.properties | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdeveloper.vcs.versiontree | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UndoableEditCommand
An Ide command which wraps  
UndoableEdits. | 
class  | 
UndoWrapperCommand
The  
UndoWrapperCommand class implements the IDE
 command and is used by the Code Editor to wrap undo messages
 generated by user typing. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AboutCommand
The  
AboutCommand handles displaying the about box
 dialog. | 
class  | 
AddContentCommand
The  
AddContentCommand class implements adding content
 to a project. | 
class  | 
CloseNodeCommand
The  
CloseNodeCommand class implements the command to unload
 the the selected node(s) and revert to an unopen state. | 
class  | 
DeleteTNodeCommand
The  
DeleteTNodeCommand class implements the command to remove
 the the selected node(s) from their containing folder(s). | 
class  | 
EditorSaveAsCommand
The  
RenameCommand class implements the Rename command. | 
class  | 
ExitCommand
The  
ExitCommand class implements the ide exit command. | 
class  | 
IdeSettingsCommand
This is a command implementation that handles the invocation of the 
 IDE preferences dialog. 
 | 
class  | 
LogWindowCommand
The  
LogWindowCommand class implements the open log
 window command. | 
class  | 
NewWorkspaceCommand
The  
WorkspaceCommand class implements the create new
 workspace command. | 
class  | 
NotImplementedCommand  | 
class  | 
OpenCommand
The  
OpenCommand class implements the
 Command for opening files. | 
class  | 
OpenEditorCommand
The  
OpenEditorCommand class implements the open
 editor command. | 
class  | 
OpenWizardCommand
The  
OpenWizardCommand class implements the create new
 open wizard command. | 
class  | 
PropertySetCommand
The  
PropetySetCommand class provides a skeleton implemention
 for applying a property set, handling the undoing of the property set and
 sending out all relevant notifications. | 
class  | 
RemoveFileCommand
The  
RemoveFileCommand class implements the command to delete
 the file(s) that are associated with the selected element(s) from their
 container. | 
class  | 
RemoveFileCommandNoConfirm  | 
class  | 
RemoveFromDiskCommand
The  
RemoveFileCommand class implements the command to delete
 the file(s) on disk that are associated with the selected element(s). | 
class  | 
RenameCommand
The  
RenameCommand class implements the Rename command. | 
class  | 
RestoreHistoryCommand  | 
class  | 
RevertNodeCommand
The  
RevertNodeCommand is used to revert the contents of a
 node to its persistent storage, and to send the appropriate
 notification. | 
class  | 
SaveAllCommand
The  
SaveAllCommand class implements the SaveAll command. | 
class  | 
SaveAsCommand
The  
SaveAsCommand class implements the SaveAs command. | 
class  | 
SaveCommand
The  
SaveCommand class implements the Save command. | 
| Modifier and Type | Method and Description | 
|---|---|
static Command | 
CloseNodeCommand.closeAndremoveApplication(Context context)  | 
static Command | 
CloseNodeCommand.removeOrCloseApplicationPrompt(Context context)
Deprecated. 
 
No longer an option to close without removing application; use
  
CloseNodeCommand.closeAndremoveApplication(oracle.ide.Context) | 
| Modifier and Type | Method and Description | 
|---|---|
static Command | 
CommandProcessor.createCommand(java.lang.String cmd,
             Context context)
Deprecated. 
 
use createCommandFromMeta(MetaClass,Context) 
 | 
static Command | 
CommandProcessor.createCommandFromAction(IdeAction action,
                       Context context)
Creates a command for the action
 May return null if the action is not found or the action does not contain
 a MetaClass for the command. 
 | 
static Command | 
CommandProcessor.createCommandFromAction(int actionId,
                       Context context)
Creates a command for the action looked up by the specified actionId
 May return null if the action is not found or the action does not contain
 a MetaClass for the command. 
 | 
static Command | 
CommandProcessor.createCommandFromAction(java.lang.String commandString,
                       Context context)
Creates a command for the action looked up by the specified command string
 May return null if the action is not found or the action does not contain
 a MetaClass for the command. 
 | 
static Command | 
CommandProcessor.createCommandFromClass(java.lang.Class clazz,
                      Context context)  | 
static Command | 
CommandProcessor.createCommandFromMeta(MetaClass commandMeta,
                     Context context)  | 
Command | 
CommandProcessor.getCommand(Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CommandProcessor.invoke(Command cmd)
Executes the actions associated with a specific command. 
 | 
java.util.concurrent.Future<java.lang.Integer> | 
CommandProcessor.invokeAsync(Command cmd)
Deprecated. 
 
- will be removing this shortly, the CommandProcessor should only be called from a Controller, to achieve asynch commands
               use an AsynchronousController 
 | 
java.util.concurrent.Future<java.lang.Integer> | 
CommandProcessor.invokeAsync(Command cmd,
           boolean runOnEventDispatchThread)
Deprecated. 
 
- will be removing this shortly, the CommandProcessor should only be called from a Controller, to achieve asynch commands
               use an AsynchronousController 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Command | 
IdeMultiObjectModel.createCommand(java.lang.Object data,
             int row,
             int col)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextBufferCommand
An Ide command which transforms a text buffer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Command> | 
TransformAdapter.getDeferredCommands()
Gets the commands deferred by the apply method of a transform, or an empty
 list if none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransformContext.invokeLater(Command command)
Invokes a command after the command currently being executed by the
 Audit framework completes. 
 | 
void | 
TransformAdapter.invokeLater(Command command)
Invokes a command after the command currently being executed by the
 Audit framework completes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NewApplicationCommand
Command that invokes the 'New Application' dialog. 
 | 
class  | 
NewClassCommand
The  
NewClassCommand class implements the create new
 class command. | 
class  | 
NewEmptyProjectCommand
The  
NewEmptyProjectCommand class implements the create new
 project command. | 
class  | 
NewInterfaceCommand
The  
NewInterfaceCommand class implements the create new
 interface command. | 
class  | 
NewProjectCommand  | 
class  | 
OpenProjectCommand
The  
OpenProjectCommand class implements the
 Command for opening project files. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeployCommand  | 
class  | 
DeployJarToAppServer
Command to deploy a pre-built jar (archive) file to an AppServer. 
 | 
class  | 
DeployToAppServer
Deploys a Profile to a remote Application Server. 
 | 
class  | 
DeployToArchive  | 
class  | 
DeployToEar  | 
class  | 
DeployToFile  | 
class  | 
DeployToWar  | 
class  | 
ProfileDeployCmd  | 
class  | 
UndeployFromAppServer  | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
JavaManager.TransactionCommand
A  
Command implementation that wraps a committed
 transaction. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestartMergeCommand
Command class for restarting an editor merge task (losing changes). 
 | 
class  | 
SaveMergeCommand
Command class for saving editor merge results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Command | 
BaseTextMergeEditor.createEditCommand(ViewEdit viewEdit)  | 
protected Command | 
BaseMergeEditor.createEditCommand(ViewEdit viewEdit)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotationsCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CopyFileListCommand
Command class that copies the list of files in the changelist to the
 clipboard. 
 | 
class  | 
PreferencesCommand  | 
class  | 
SetCommentsCommand  | 
class  | 
SetScopeCommand  | 
class  | 
ToggleCommentsCommand
Command to toggle the comments area in the Change List. 
 | 
class  | 
ToggleConflictFilterCommand  | 
class  | 
ViewChangeListCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommitChangeSetCommand  | 
class  | 
EditChangeSetCommand  | 
class  | 
ExistingChangeSetCommand  | 
class  | 
MakeDefaultChangeSetCommand  | 
class  | 
NewChangeSetCommand  | 
class  | 
RemoveChangeSetCommand  | 
class  | 
RemoveFromChangeSetCommand  | 
class  | 
ToggleChangeSetsCommand  | 
class  | 
UnsetDefaultChangeSetCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActionCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertiesCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSCheckOutNodeCmd
Default implementation for node check out command. 
 | 
class  | 
VCSCommand
Abstract superclass for version control commands. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Command | 
VCSController.createCommand(IdeAction action,
             Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
VCSController.invokeCommand(IdeAction action,
             Command command)
Invokes the given command through the  
CommandProcessor. | 
protected void | 
VCSController.preInvoke(IdeAction action,
         Command command)
Provides a custom hook called just before the command is invoked. 
 | 
protected void | 
VCSController.preUpdate(IdeAction action,
         Command command)
Provides a custom hook called just before the update implementation logic
 is applied. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Command | 
VCSNodeCommands.createCloseNodeOnlyCommand(Context context)
Creates a command to quietly close nodes without subsequently removing them 
 from the IDE's model. 
 | 
static Command | 
VCSNodeCommands.createMoveNodeCommand(Context context,
                     java.net.URL destinationUrl)
Deprecated. 
 
replaced by  
Node.rename(java.net.URL). | 
static Command | 
VCSNodeCommands.createQuietCloseNodeCommand(Context context)
Creates a command to quietly close nodes. 
 | 
static Command | 
VCSNodeCommands.createRemoveNodeOnlyCommand(Context context)
Creates a command to remove nodes from the IDE's model without initially 
 closing them. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
VCSIdeCommandProcessor.invokeAndWait(Command command)
Invokes the given command synchronously on the AWT event thread. 
 | 
static void | 
VCSIdeCommandProcessor.invokeLater(Command command)
Invokes the given command asynchronously on the AWT event thread. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionHistoryCommand  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionTreeCommand  | 
class  | 
VersionTreeCompareCommand  |