Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Package oracle.ide.cmd

Contains classes implementing several JDeveloper commands.

See:
          Description

Interface Summary
HistoryGeneratingCommand A HistoryGeneratingCommand is a Command whose invokation should result in the generation of state information as at the completion of the Command.
ShutdownHook A shutdown hook can be used to veto the shutdown sequence of the IDE and perform necessary deregistration (for example, closing sockets) when the IDE is terminating.

 

Class Summary
AboutCommand The AboutCommand handles displaying the about box dialog.
AddContentCommand The AddContentCommand class implements adding content to a project.
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.
FileOpenHistory The FileOpenHistory class manages the opened files history.
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.
NotImplementedCommand  
OpenCommand The OpenCommand class implements the Command for opening files.
OpenCommandData Data object used by the OpenCommand class to indicate whether to open the selected files 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.
RemoveFileCommand The RemoveFileCommand class implements the command to delete the file(s) that are associated with the selected element(s) from their container.
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.
RestoreHistoryCommand  
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.

 

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.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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