Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.controller.Command

Packages that use Command
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.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 UndoWrapperCommand
          The UndoWrapperCommand class 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 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 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 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 RestoreHistoryRenameCommand
           
 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.
 

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 TextBufferCommand
          An Ide command which transforms a text buffer.
 class UndoableEditCommand
          An 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.TransactionCommand
          A Command implementation that wraps a committed transaction.
 

Uses of Command in oracle.jdeveloper.merge
 

Subclasses of Command in oracle.jdeveloper.merge
 class RestartMergeCommand
          Command class for restarting an editor merge task (losing changes).
 class SaveMergeCommand
          Command class for saving editor merge results.
 

Methods in oracle.jdeveloper.merge that return Command
protected  Command AbstractMergeEditor.createEditCommand(ViewEdit viewEdit)
           
protected  Command TextMergeEditor.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 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 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 VCSCheckOutNodeCmd
          Default implementation for node check out command.
 class VCSCommand
          Abstract 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.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.