Extension SDK 10.1.2

Package oracle.ide.cmd

Contains classes implementing several JDeveloper commands.

See:
          Description

Class Summary
CloseNodeCommand The CloseNodeCommand class implements the command to unload the the selected node(s) and revert to an unopen state.
DeleteTNodeCommand The DeleteTNodeCommand class implements the command to remove the the selected node(s) from their containing folder(s).
EditorSaveAsCommand The RenameCommand class implements the Rename command.
ExitCommand The ExitCommand class implements the ide exit command.
IdeSettingsCommand This a command implementation that handles the invocation of the IDE preferences dialog.
LogWindowCommand The LogWindowCommand class implements the open log window command.
NewWorkspaceCommand The WorkspaceCommand class implements the create new workspace command.
OpenCommand The OpenCommand class implements the Command for opening files.
OpenCommandData Data object used the OpenCommand class to indicate whether to add the selected files to the project without popping up the file selection dialog.
OpenEditorCommand The OpenEditorCommand class implements the open editor command.
OpenWizardCommand The OpenWizardCommand class implements the create new open wizard command.
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.
RedoCommand The RedoCommand class implements the redo command.
RemoveFileCommand The RemoveFileCommand class implements the command to delete the file(s) on disk that are associated with the selected element(s).
RemoveFromDiskCommand The RemoveFileCommand class implements the command to delete the file(s) on disk that are associated with the selected element(s).
RenameCommand The RenameCommand class implements the Rename command.
RenameMessage There are 5 cases to be considered when the OBJECT_RENAMED message is sent.
RevertNodeCommand The RevertNodeCommand is used to revert the contents of a node to its persistent storage, and to send the appropriate notification.
SaveAllCommand The SaveAllCommand class implements the SaveAll command.
SaveAsCommand The SaveAsCommand class implements the SaveAs command.
SaveCommand The SaveCommand class implements the Save command.
UndoCommand The UndoCommand class implements the undo command.
 

Package oracle.ide.cmd Description

Contains classes implementing several JDeveloper commands. In general, these commands are invoked when users execute JDeveloper menu items. Addins can override these commands.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


Extension SDK

 

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