| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| oracle.ide.ceditor | The Code Editorpackage 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.deploy.cmd | |
| oracle.jdeveloper.deploy.cmd.weblogic | |
| 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.patch | |
| oracle.jdeveloper.vcs.properties | |
| oracle.jdeveloper.vcs.share | |
| 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 | |
| Uses of Command in oracle.ide.ceditor | 
|---|
| Subclasses of Command in oracle.ide.ceditor | |
|---|---|
|  class | UndoWrapperCommandThe UndoWrapperCommandclass implements the IDE
 command and is used by the Code Editor to wrap undo messages
 generated by user typing. | 
| Uses of Command in oracle.ide.cmd | 
|---|
| Subclasses of Command in oracle.ide.cmd | |
|---|---|
|  class | AboutCommandThe AboutCommandhandles displaying the about box
 dialog. | 
|  class | AddContentCommandThe AddContentCommandclass implements adding content
 to a project. | 
|  class | CloseNodeCommandThe CloseNodeCommandclass implements the command to unload
 the the selected node(s) and revert to an unopen state. | 
|  class | DeleteTNodeCommandThe DeleteTNodeCommandclass implements the command to remove
 the the selected node(s) from their containing folder(s). | 
|  class | EditorSaveAsCommandThe RenameCommandclass implements the Rename command. | 
|  class | ExitCommandThe ExitCommandclass implements the ide exit command. | 
|  class | IdeSettingsCommandThis a command implementation that handles the invocation of the IDE preferences dialog. | 
|  class | LogWindowCommandThe LogWindowCommandclass implements the open log
 window command. | 
|  class | NewWorkspaceCommandThe WorkspaceCommandclass implements the create new
 workspace command. | 
|  class | NotImplementedCommand | 
|  class | OpenCommandThe OpenCommandclass implements theCommandfor opening files. | 
|  class | OpenEditorCommandThe OpenEditorCommandclass implements the open
 editor command. | 
|  class | OpenWizardCommandThe OpenWizardCommandclass implements the create new
 open wizard command. | 
|  class | PropertySetCommandThe PropetySetCommandclass provides a skeleton implemention
 for applying a property set, handling the undoing of the property set and
 sending out all relevant notifications. | 
|  class | RemoveFileCommandThe RemoveFileCommandclass implements the command to delete
 the file(s) that are associated with the selected element(s) from their 
 container. | 
|  class | RemoveFromDiskCommandThe RemoveFileCommandclass implements the command to delete
 the file(s) on disk that are associated with the selected element(s). | 
|  class | RenameCommandThe RenameCommandclass implements the Rename command. | 
|  class | RestoreHistoryCommand | 
|  class | RestoreHistoryRenameCommand | 
|  class | RevertNodeCommandThe RevertNodeCommandis used to revert the contents of a
 node to its persistent storage, and to send the appropriate
 notification. | 
|  class | SaveAllCommandThe SaveAllCommandclass implements the SaveAll command. | 
|  class | SaveAsCommandThe SaveAsCommandclass implements the SaveAs command. | 
|  class | SaveCommandThe SaveCommandclass implements the Save command. | 
| Methods in oracle.ide.cmd that return Command | |
|---|---|
| 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) | 
| Uses of Command in oracle.ide.controller | 
|---|
| Methods in oracle.ide.controller that return Command | |
|---|---|
| static Command | CommandProcessor.createCommand(java.lang.String cmd,
              Context context)Creates and instance of the specified command. | 
| static Command | CommandProcessor.createCommandFromMeta(MetaClass commandMeta,
                      Context context) | 
|  Command | CommandProcessor.getCommand(Context context) | 
| Methods in oracle.ide.controller with parameters of type Command | |
|---|---|
|  int | CommandProcessor.invoke(Command cmd)Executes the actions associated with a specific command. | 
| Uses of Command in oracle.ide.inspector | 
|---|
| Methods in oracle.ide.inspector that return Command | |
|---|---|
| protected  Command | IdeMultiObjectModel.createCommand(java.lang.Object data,
              int row,
              int col) | 
| Uses of Command in oracle.jdeveloper.audit.transform | 
|---|
| Subclasses of Command in oracle.jdeveloper.audit.transform | |
|---|---|
|  class | TextBufferCommandAn Ide command which transforms a text buffer. | 
|  class | UndoableEditCommandAn Ide command which wraps an undoable edit. | 
| Methods in oracle.jdeveloper.audit.transform with parameters of type Command | |
|---|---|
|  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. | 
| Uses of Command in oracle.jdeveloper.deploy.cmd | 
|---|
| Subclasses of Command in oracle.jdeveloper.deploy.cmd | |
|---|---|
|  class | DeployCommand | 
|  class | DeployToAppServer | 
|  class | DeployToArchive | 
|  class | DeployToEar | 
|  class | DeployToFile | 
|  class | DeployToWar | 
|  class | ProfileDeployCmd | 
| Uses of Command in oracle.jdeveloper.deploy.cmd.weblogic | 
|---|
| Subclasses of Command in oracle.jdeveloper.deploy.cmd.weblogic | |
|---|---|
|  class | DeployToWeblogic | 
| Uses of Command in oracle.jdeveloper.java | 
|---|
| Subclasses of Command in oracle.jdeveloper.java | |
|---|---|
| protected  class | JavaManager.TransactionCommandA Commandimplementation that wraps a committed
 transaction. | 
| Uses of Command in oracle.jdeveloper.merge | 
|---|
| Subclasses of Command in oracle.jdeveloper.merge | |
|---|---|
|  class | RestartMergeCommandCommand class for restarting an editor merge task (losing changes). | 
|  class | SaveMergeCommandCommand class for saving editor merge results. | 
| Methods in oracle.jdeveloper.merge that return Command | |
|---|---|
| protected  Command | TextMergeEditor.createEditCommand(ViewEdit viewEdit) | 
| protected  Command | AbstractMergeEditor.createEditCommand(ViewEdit viewEdit) | 
| Uses of Command in oracle.jdeveloper.vcs.annotations | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.annotations | |
|---|---|
|  class | AnnotationsCommand | 
| Uses of Command in oracle.jdeveloper.vcs.changelist.cmd | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.changelist.cmd | |
|---|---|
|  class | CopyFileListCommandCommand class that copies the list of files in the changelist to the clipboard. | 
|  class | PreferencesCommand | 
|  class | SetCommentsCommand | 
|  class | SetScopeCommand | 
|  class | ToggleCommentsCommandCommand to toggle the comments area in the Change List. | 
|  class | ViewChangeListCommand | 
| Uses of Command in oracle.jdeveloper.vcs.changeset.cmd | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.changeset.cmd | |
|---|---|
|  class | CommitChangeSetCommand | 
|  class | EditChangeSetCommand | 
|  class | ExistingChangeSetCommand | 
|  class | MakeDefaultChangeSetCommand | 
|  class | NewChangeSetCommand | 
|  class | RemoveChangeSetCommand | 
|  class | RemoveFromChangeSetCommand | 
|  class | ToggleChangeSetsCommand | 
|  class | UnsetDefaultChangeSetCommand | 
| Uses of Command in oracle.jdeveloper.vcs.generic | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.generic | |
|---|---|
|  class | ActionCommand | 
| Uses of Command in oracle.jdeveloper.vcs.patch | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.patch | |
|---|---|
|  class | AbstractPatchCommand | 
|  class | ApplyPatchCommand | 
|  class | CreatePatchCommand | 
| Uses of Command in oracle.jdeveloper.vcs.properties | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.properties | |
|---|---|
|  class | PropertiesCommand | 
| Uses of Command in oracle.jdeveloper.vcs.share | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.share | |
|---|---|
|  class | ShareApplicationCommand | 
|  class | ShareProjectCommand | 
| Uses of Command in oracle.jdeveloper.vcs.spi | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.spi | |
|---|---|
|  class | VCSCheckOutNodeCmdDefault implementation for node check out command. | 
|  class | VCSCommandAbstract superclass for version control commands. | 
| Methods in oracle.jdeveloper.vcs.spi that return Command | |
|---|---|
| protected  Command | VCSController.createCommand(java.lang.String command,
              Context context) | 
| Methods in oracle.jdeveloper.vcs.spi with parameters of type Command | |
|---|---|
| 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. | 
| Uses of Command in oracle.jdeveloper.vcs.util | 
|---|
| Methods in oracle.jdeveloper.vcs.util that return Command | |
|---|---|
| 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. | 
| Methods in oracle.jdeveloper.vcs.util with parameters of type Command | |
|---|---|
| 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. | 
| Uses of Command in oracle.jdeveloper.vcs.versionhistory | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.versionhistory | |
|---|---|
|  class | VersionHistoryCommand | 
| Uses of Command in oracle.jdeveloper.vcs.versiontree | 
|---|
| Subclasses of Command in oracle.jdeveloper.vcs.versiontree | |
|---|---|
|  class | VersionTreeCommand | 
|  class | VersionTreeCompareCommand | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||