Extension SDK 10.1.2

Uses of Class
oracle.ide.addin.AbstractCommand

Packages that use AbstractCommand
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of AbstractCommand in oracle.ide.cmd
 

Subclasses of AbstractCommand in oracle.ide.cmd
 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 AbstractCommand in oracle.jdeveloper.vcs.spi
 

Subclasses of AbstractCommand in oracle.jdeveloper.vcs.spi
 class VCSAbstractCommand
          Abstract superclass for version control commands.
 class VCSCheckOutDocumentCmd
          Default implementation for document check out command.
 


Extension SDK

 

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