Extension SDK 10.1.2

Uses of Interface
oracle.ide.addin.Command

Packages that use Command
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
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. 
 

Uses of Command in oracle.ide
 

Methods in oracle.ide that return Command
 Command CommandProcessor.createCommand(java.lang.String cmd, Context context)
          Creates and instance of the specified command.
 Command CommandProcessor.getCommand(Context context)
           
 

Methods in oracle.ide with parameters of type Command
 int CommandProcessor.invoke(Command cmd)
          Executes the actions associated with a specific command.
 

Uses of Command in oracle.ide.addin
 

Classes in oracle.ide.addin that implement Command
 class AbstractCommand
          The AbstractCommand abstract class implements the Command interface.
 

Uses of Command in oracle.ide.cmd
 

Classes in oracle.ide.cmd that implement Command
 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 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 RedoCommand
          The RedoCommand class implements the redo command.
 class RemoveFileCommand
          The RemoveFileCommand class implements the command to delete the file(s) on disk that are associated with the selected element(s).
 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 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.
 class UndoCommand
          The UndoCommand class implements the undo command.
 

Uses of Command in oracle.ide.vcs
 

Subinterfaces of Command in oracle.ide.vcs
 interface VCSCommand
          Interface to a version control command.
 

Uses of Command in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement Command
 class VCSAbstractCommand
          Abstract superclass for version control commands.
 class VCSCheckOutDocumentCmd
          Default implementation for document check out command.
 

Uses of Command in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that return Command
static Command VCSDocumentCommands.createQuietCloseNodeCommand(Context context)
          Creates a command to quietly close nodes.
static Command VCSDocumentCommands.createMoveNodeCommand(Context context, java.net.URL destinationUrl)
          Creates a command to move a single node to a different URL location.
 

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.
 


Extension SDK

 

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