Skip navigation links

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

E17493-04


Uses of Class
oracle.ide.controller.IdeAction

Packages that use IdeAction
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
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.db Classes for representing database objects in the IDE. 
oracle.ide.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.util Contains utility classes. 
oracle.ide.view   
oracle.ideimpl.webupdate   
oracle.jdeveloper.controller   
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.vcs.annotations   
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.properties   
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   
oracle.jdeveloper.webapp.designer   
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.esdk   
oracle.jdevimpl.esdk.migration   

 

Uses of IdeAction in oracle.ide

 

Methods in oracle.ide with parameters of type IdeAction
static int Ide.quit(IdeAction action, Context context)
          Perform a controlled shut down of the IDE.

 

Uses of IdeAction in oracle.ide.ceditor

 

Methods in oracle.ide.ceditor with parameters of type IdeAction
 boolean CodeEditorController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean CodeEditorController.update(IdeAction action, Context context)
          This method is called when the availability of a specific command needs to be determined.

 

Uses of IdeAction in oracle.ide.cmd

 

Methods in oracle.ide.cmd that return IdeAction
static IdeAction FileOpenHistory.getGlobalReopenAction()
           
static IdeAction FileOpenHistory.getNewReopenAction(java.net.URL url)
          Returns a new local IdeAction that will reopen the specified URL when triggered.

 

Methods in oracle.ide.cmd with parameters of type IdeAction
 boolean FileOpenHistory.handleEvent(IdeAction action, Context context)
           
 boolean FileOpenHistory.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.ide.controller

 

Methods in oracle.ide.controller that return IdeAction
static IdeAction IdeAction.find(int cmdId)
          Finds the action associated with the specified command if it already exists.
static IdeAction IdeAction.find(java.lang.String commandName)
          Finds the action associated with the specified command name if it already exists.
static IdeAction[] IdeAction.findGroup(java.lang.String groupName)
          Finds the actions associated with the specified groupName.
static IdeAction IdeAction.findOrCreate(int cmdId, MetaClass cmdClass, java.lang.String name)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.findOrCreate(int cmdId, MetaClass cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, javax.swing.Icon icon, java.lang.Object data, boolean enabled)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.findOrCreate(int cmdId, MetaClass cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, java.util.ResourceBundle bundle, java.lang.String key, java.lang.Object data, boolean enabled)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.get(int cmdId)
          Gets the action associated with the specified command id if it already exists.
static IdeAction IdeAction.get(int cmdId, java.lang.String name, java.lang.Integer mnemonic)
          Deprecated. use the MetaClass version of this method
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name)
          Deprecated. use the MetaClass version of this method
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, ArrayResourceBundle bundle, int key)
          Deprecated. since 11.0. Declare actions in an extension manifest, or use one of the get methods that takes an Icon directly. Note for internal JDEVADF developers: The addin policy that icons must not be loaded during product startup is still in effect. You should avoid incurring the cost of icon loading during product startup by using the OracleIcons API.
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int key, java.lang.Object data, boolean enabled)
          Deprecated. since 11.0. Declare actions in an extension manifest, or use one of the get methods that takes an Icon directly. Note for internal JDEVADF developers: The addin policy that icons must not be loaded during product startup is still in effect. You should avoid incurring the cost of icon loading during product startup by using the OracleIcons API.
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, javax.swing.Icon icon, java.lang.Object data, boolean enabled)
          Deprecated. use the MetaClass version of this method
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, java.util.ResourceBundle bundle, java.lang.String key, java.lang.Object data, boolean enabled)
          Deprecated. use the MetaClass version of this method
protected abstract  IdeAction ToolbarManager.getAction(java.lang.String cmdId)
           
static IdeAction IdeActions.getEditCopyAction()
           
static IdeAction IdeActions.getEditCopyPathAction()
           
static IdeAction IdeActions.getEditCutAction()
           
static IdeAction IdeActions.getEditDeleteAction()
           
static IdeAction IdeActions.getEditDuplicateSelectionAction()
           
static IdeAction IdeActions.getEditExtendedPasteAction()
           
static IdeAction IdeActions.getEditPasteAction()
           
static IdeAction IdeActions.getEditPropertiesAction()
           
static IdeAction IdeActions.getEditRedoAction()
           
static IdeAction IdeActions.getEditSelectAllAction()
           
static IdeAction IdeActions.getEditSelectWrapAction()
           
static IdeAction IdeActions.getEditUndoAction()
           
static IdeAction IdeAction.getEnabled(int cmdId, java.lang.String name)
           
static IdeAction IdeAction.getEnabled(int cmdId, java.lang.String name, javax.swing.Icon icon)
           
static IdeAction IdeAction.getEnabled(int cmdId, java.lang.String name, java.util.ResourceBundle bundle)
           
static IdeAction IdeAction.getEnabled(int cmdId, java.lang.String name, java.lang.String category)
           
static IdeAction IdeActions.getFileCloseAction()
           
static IdeAction IdeActions.getFileCloseAllAction()
           
static IdeAction IdeActions.getFileExitAction()
           
static IdeAction IdeActions.getFileOpenAction()
           
static IdeAction IdeActions.getFileReloadNodesAction()
           
static IdeAction IdeActions.getFileRemoveFromDiskAction()
           
static IdeAction IdeActions.getFileRemoveFromIDEAction()
           
static IdeAction IdeActions.getFileRenameAction()
           
static IdeAction IdeActions.getFileSaveAction()
           
static IdeAction IdeActions.getFileSaveAllAction()
           
static IdeAction IdeActions.getFileSaveAsAction()
           
static IdeAction IdeActions.getGoToDeclarationAction()
           
static IdeAction IdeActions.getHelpAboutAction()
           
static IdeAction IdeActions.getNavigateGoToClassAction()
           
static IdeAction IdeActions.getNavigateGoToDocAction()
           
static IdeAction IdeActions.getNavigateGoToLineAction()
           
static IdeAction IdeActions.getNavigateGoToNextMessageAction()
           
static IdeAction IdeActions.getNavigateGoToPreviousMessageAction()
           
static IdeAction IdeActions.getSearchFindAction()
           
static IdeAction IdeActions.getSearchFindNextAction()
           
static IdeAction IdeActions.getSearchFindPreviousAction()
           
static IdeAction IdeActions.getSearchIncrementalFindBackwardAction()
           
static IdeAction IdeActions.getSearchIncrementalFindForwardAction()
           
static IdeAction IdeActions.getSearchReplaceAction()
           
static IdeAction IdeActions.getToolsDefaultProjectPropertiesAction()
          Note this command has moved to the "Application" menu.
static IdeAction IdeActions.getToolsPreferencesAction()
           
static IdeAction IdeActions.getToolsProjectPropertiesAction()
          Note this command has moved to the "Application" menu.
static IdeAction IdeActions.getViewFreezeAction()
           
static IdeAction IdeActions.getViewMainToolbarAction()
           
static IdeAction IdeActions.getViewNewViewAction()
           
static IdeAction IdeActions.getViewRefreshAction()
           
static IdeAction IdeActions.getViewStatusBarAction()
           
static IdeAction IdeAction.newLocalAction(int cmdId, View view)
          Creates a new local IdeAction for the specified cmdId and for the specified View.
 IdeAction IdeAction.newLocalAction(View view)
          Creates a new local IdeAction for the specified View.

 

Methods in oracle.ide.controller with parameters of type IdeAction
protected  void ContextAwareLabelUpdater.configureActionMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureElementMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureExtraMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureNodeMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureProjectMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
protected  void ContextAwareLabelUpdater.configureWorkspaceMacros(Context context, IdeAction action, java.lang.String originalLabel, java.util.Map macros)
           
static Command CommandProcessor.createCommandFromAction(IdeAction action, Context context)
          Creates a command for the action May return null if the action is not found or the action does not contain a MetaClass for the command.
 java.lang.Object TriggerController.getInvalidStateMessage(IdeAction action, Context context)
          Returns a message that indicates why the selected action cannot be performed in the active context.
 boolean Controller.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 java.lang.String LabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
          Returns the action's label when it is disabled.
If null then the action will be left unchanged.
 java.lang.String ContextAwareLabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 java.lang.String LabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
          Returns the action's label when it is enabled.
If null then the action will be left unchanged.
 java.lang.String ContextAwareLabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 boolean Controller.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.
 void ActionCondition.updateState(Context context, IdeAction action)
          Updates the action's state.

 

Uses of IdeAction in oracle.ide.db

 

Methods in oracle.ide.db that return IdeAction
static IdeAction DBObjectActions.getDuplicateAction()
           
static IdeAction DBObjectActions.getFindOrCreateBodyAction()
           
static IdeAction DBObjectActions.getPropertiesAction()
           

 

Uses of IdeAction in oracle.ide.db.transfer.generate

 

Methods in oracle.ide.db.transfer.generate that return IdeAction
protected  IdeAction GenerateController.createGenerateAction(java.lang.String connName, java.lang.String qualifiedName)
           
protected  IdeAction GenerateController.createGenerateAction(oracle.ideimpl.db.transfer.extension.TransferHook.TransferTargetInfo info)
           
static IdeAction GenerateController.getGenerateAction()
          The Generate Action is the IdeAction that bring up the full Generate Wizard.

 

Methods in oracle.ide.db.transfer.generate with parameters of type IdeAction
 boolean GenerateController.handleEvent(IdeAction action, Context context)
           
 boolean GenerateController.update(IdeAction action, Context context)
          Enables the generate action ( GenerateController.getGenerateAction() ) if there is a provider source available in the given Context.

 

Uses of IdeAction in oracle.ide.keyboard

 

Methods in oracle.ide.keyboard with parameters of type IdeAction
static java.lang.String KeyUtil.buildToolTip(IdeAction ideAction)
          Builds a tooltip for an IdeAction in the form of cmd-name[ " (" accelerator ")" ]

 

Uses of IdeAction in oracle.ide.navigator

 

Methods in oracle.ide.navigator with parameters of type IdeAction
 boolean ContentSetSupport.handleEvent(IdeAction action, Context context)
           
 boolean ContentSetSupport.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.ide.runner

 

Methods in oracle.ide.runner that return IdeAction
 IdeAction RunnableItem.getAction()
           
abstract  IdeAction Runner.getViewRunManagerAction()
          Return the action for View | Run Manager.

 

Uses of IdeAction in oracle.ide.util

 

Methods in oracle.ide.util with parameters of type IdeAction
 boolean WeightedController.handleEvent(IdeAction action, Context context)
           
 boolean WeightedController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.ide.view

 

Methods in oracle.ide.view that return IdeAction
protected abstract  IdeAction MultiManager.createShowAction()
           
protected  IdeAction MultiManager.createToggleToolbarAction()
          Subclasses should override this method to return the IdeAction that is responsible for toggling the visibility of this manager's toolbar.
 IdeAction MultiManager.getShowAction()
          Get the IdeAction to be associated with a menu item used for raising the last managed View to the top of the z-order.

 

Methods in oracle.ide.view with parameters of type IdeAction
 boolean MultiManager.handleEvent(IdeAction action, Context context)
           
 boolean PinnableManager.handleEvent(IdeAction action, Context context)
           
 boolean MultiManager.update(IdeAction action, Context context)
           
 boolean PinnableManager.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.ideimpl.webupdate

 

Methods in oracle.ideimpl.webupdate with parameters of type IdeAction
 boolean WebUpdateController.handleEvent(IdeAction action, Context context)
           
 boolean WebUpdateController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdeveloper.controller

 

Methods in oracle.jdeveloper.controller with parameters of type IdeAction
protected abstract  java.lang.String MenuAwareLabelUpdater.disabledMenuSpecificLabel(IdeAction action, java.lang.String originalLabel)
          Gets the label to use for the action when it appears on the menu supplied in the constructor.
abstract  int[] NodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
 int[] XmlSourceNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 int[] TextNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
protected abstract  int[] TextNodeActionDelegate.doAction(TextBuffer buffer, Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a TextBuffer.
protected abstract  int[] XmlSourceNodeActionDelegate.doAction(oracle.bali.xml.model.XmlModel model, Context context, Element[] elements, int[] text, IdeAction action)
           
protected abstract  java.lang.String MenuAwareLabelUpdater.enabledMenuSpecificLabel(IdeAction action, java.lang.String originalLabel)
          Get the label to use for the disabled action when it appears on the menu supplied in the constructor.
 boolean NodeActionController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean NodeActionDelegate.isEnabled(IdeAction action, Context context, Element[] elements, int[] text)
          Gets whether an action is enabled for a Node selection.
 java.lang.String MenuAwareLabelUpdater.labelWhenDisabled(Context context, IdeAction action, java.lang.String originalLabel)
           
 java.lang.String MenuAwareLabelUpdater.labelWhenEnabled(Context context, IdeAction action, java.lang.String originalLabel)
           
protected  void NodeActionController.queueContainer(Element element, Project project, Workspace workspace, IdeAction action, java.util.Map queue)
           
abstract  void NodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
          Undoes the action on a node.
 void XmlSourceNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 void TextNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 boolean NodeActionController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.

 

Uses of IdeAction in oracle.jdeveloper.db

 

Methods in oracle.jdeveloper.db that return IdeAction
static IdeAction DatabaseActions.getConnectionEditorAction()
          Gets the IdeAction for invoking the connection editor.
static IdeAction DatabaseActions.getDisconnectAction()
           

 

Methods in oracle.jdeveloper.db with parameters of type IdeAction
 boolean DatabaseActions.handleEvent(IdeAction action, Context context)
           
 boolean DatabaseActions.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdeveloper.merge

 

Methods in oracle.jdeveloper.merge with parameters of type IdeAction
 boolean MergeController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean MergeController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.

 

Uses of IdeAction in oracle.jdeveloper.runner

 

Methods in oracle.jdeveloper.runner with parameters of type IdeAction
protected  ToolButton JRunProcess.addProcessActionButtonToToolbar(IdeAction action, java.lang.String group)
          Add a process related action as a button on the toolbar.

 

Uses of IdeAction in oracle.jdeveloper.vcs.annotations

 

Methods in oracle.jdeveloper.vcs.annotations that return IdeAction
static IdeAction AnnotationsCommand.getAnnotationsAction(java.lang.String command, java.lang.String vcsId)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.changelist

 

Methods in oracle.jdeveloper.vcs.changelist that return IdeAction
 IdeAction ChangeListWindow.createLocalAction(int cmdId)
           
protected  IdeAction ChangeListContextMenuListener.getDefaultAction()
           
protected  IdeAction ChangeListContextMenuListener.getDefaultAction(Context context)
           
protected  IdeAction ChangeListContextMenuListener.getLocalAction(Context context, int cmdId)
           
protected  IdeAction ChangeListContextMenuListener.getLocalAction(ContextMenu popup, int cmdId)
           
protected  IdeAction ChangeListWindow.getLocalAction(int cmdId)
          Create a local action with the specified command ID, and remember it so that it can be disposed when this view is closed.

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type IdeAction
 boolean ChangeListController.handleEvent(IdeAction action, Context context)
           
protected  void ChangeListWindow.setEllipsisVisible(IdeAction localAction, boolean visible)
           
 boolean ChangeListController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.changeset

 

Methods in oracle.jdeveloper.vcs.changeset that return IdeAction
abstract  IdeAction ChangeSetAdapter.getCommitAction()
           
 IdeAction ChangeSetChangeList.getToggleChangeSetsAction(ChangeListWindow window)
           

 

Methods in oracle.jdeveloper.vcs.changeset with parameters of type IdeAction
 boolean ChangeSetController.handleEvent(IdeAction action, Context context)
           
 boolean ChangeSetController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.properties

 

Methods in oracle.jdeveloper.vcs.properties with parameters of type IdeAction
 boolean PropertiesController.handleEvent(IdeAction action, Context context)
           
 boolean PropertiesController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi that return IdeAction
 IdeAction VCSHistoryProvider.getVersionHistoryAction()
           
 IdeAction VCSHistoryProvider.getVersionTreeAction()
           

 

Methods in oracle.jdeveloper.vcs.spi with parameters of type IdeAction
protected  Command VCSController.createCommand(IdeAction action, Context context)
           
 boolean VCSController.handleEvent(IdeAction action, Context context)
           
 boolean VCSContextualController.handleEvent(IdeAction action, Context context)
           
protected  void VCSController.handleEventImpl(IdeAction action, Context context)
          Provides event handler implementation for the given action and context.
protected  int VCSController.invokeCommand(IdeAction action, Command command)
          Invokes the given command through the CommandProcessor.
protected  boolean VCSController.isHandledAction(IdeAction action)
          Is the specified action handled by this controller?
protected  boolean VCSContextualController.isHandledAction(IdeAction action)
           
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.
 void VCSHistoryProvider.setVersionHistoryAction(IdeAction versionHistoryAction)
           
 void VCSHistoryProvider.setVersionTreeAction(IdeAction versionTreeAction)
           
 boolean VCSController.update(IdeAction action, Context context)
           
 boolean VCSContextualController.update(IdeAction action, Context context)
           
protected  void VCSController.updateImpl(IdeAction action, Context context)
          Provides action update implementation for the given action and context (handled actions only).

 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type IdeAction
VCSHistoryProvider(HistoryProvider historyProvider, IdeAction versionHistoryAction)
           
VCSHistoryProvider(HistoryProvider historyProvider, IdeAction versionHistoryAction, VCSUserFilterSubstitution substitution)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.util

 

Methods in oracle.jdeveloper.vcs.util with parameters of type IdeAction
static void VCSKeyboardUtils.addKeyStrokeContext(IdeAction[] actions, java.lang.String name)
           
static KeyStrokeContext VCSDefaultUtils.createKeyStrokeContext(IdeAction[] actions, java.lang.String name)
          Creates a key stroke context object for the given actions.

 

Method parameters in oracle.jdeveloper.vcs.util with type arguments of type IdeAction
static KeyStrokeContext VCSMenuUtils.registerKeyStrokes(java.util.Collection<IdeAction> actions, java.lang.String keyStrokeContextName)
          Register a key stroke context for the specified collection of actions so that the user can define accelerators from Tools->Preferences.

 

Uses of IdeAction in oracle.jdeveloper.vcs.versionhistory

 

Methods in oracle.jdeveloper.vcs.versionhistory that return IdeAction
static IdeAction VersionHistoryCommand.getVersionHistoryAction(java.lang.String command, java.lang.String vcsId)
           

 

Uses of IdeAction in oracle.jdeveloper.vcs.versiontree

 

Methods in oracle.jdeveloper.vcs.versiontree that return IdeAction
static IdeAction VersionTreeCommand.getVersionTreeAction(java.lang.String command, java.lang.String vcsId)
           

 

Uses of IdeAction in oracle.jdeveloper.webapp.designer

 

Methods in oracle.jdeveloper.webapp.designer that return types with arguments of type IdeAction
 java.lang.Iterable<IdeAction> ShowInDesignerSupport.getAvailableShowActions(Context context, boolean forToolbar)
           

 

Methods in oracle.jdeveloper.webapp.designer with parameters of type IdeAction
 void ShowInDesignerSupport.addAction(IdeAction showAction)
           

 

Method parameters in oracle.jdeveloper.webapp.designer with type arguments of type IdeAction
static void ShowInDesignerSupport.populateMenu(javax.swing.JMenu menu, java.lang.Iterable<IdeAction> actions)
           

 

Uses of IdeAction in oracle.jdevimpl.audit.core

 

Methods in oracle.jdevimpl.audit.core with parameters of type IdeAction
 boolean AuditController.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean AuditController.update(IdeAction action, Context context)
          This method updates the enabled status of the specified action within the specified context.

 

Uses of IdeAction in oracle.jdevimpl.audit.log

 

Methods in oracle.jdevimpl.audit.log with parameters of type IdeAction
 boolean AuditLogPanel.handleEvent(IdeAction action, Context context)
           
 boolean AuditLogPanel.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdevimpl.esdk

 

Methods in oracle.jdevimpl.esdk with parameters of type IdeAction
 boolean ESDKController.handleEvent(IdeAction action, Context context)
           
 boolean ESDKController.update(IdeAction action, Context context)
           

 

Uses of IdeAction in oracle.jdevimpl.esdk.migration

 

Methods in oracle.jdevimpl.esdk.migration with parameters of type IdeAction
 boolean MigrationController.handleEvent(IdeAction action, Context context)
           
 boolean MigrationController.update(IdeAction action, Context context)
           

 


Skip navigation links

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

E17493-04


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