Extension SDK 10.1.2

Uses of Class
oracle.ide.IdeAction

Packages that use IdeAction
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.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
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 IdeAction in oracle.ide
 

Subclasses of IdeAction in oracle.ide
 class LocalAction
          An LocalAction is used in Views that have commands accessible through local toolbars.
 

Methods in oracle.ide that return IdeAction
static IdeAction IdeActions.getFileOpenAction()
           
static IdeAction IdeActions.getFileCloseAction()
           
static IdeAction IdeActions.getFileCloseAllAction()
           
static IdeAction IdeActions.getFileSaveAction()
           
static IdeAction IdeActions.getFileSaveAsAction()
           
static IdeAction IdeActions.getFileSaveAllAction()
           
static IdeAction IdeActions.getFileRenameAction()
           
static IdeAction IdeActions.getFileRevertAction()
           
static IdeAction IdeActions.getFileRemoveFromIDEAction()
           
static IdeAction IdeActions.getFileRemoveFromDiskAction()
           
static IdeAction IdeActions.getFileExitAction()
           
static IdeAction IdeActions.getFileReloadNodesAction()
           
static IdeAction IdeActions.getEditUndoAction()
           
static IdeAction IdeActions.getEditRedoAction()
           
static IdeAction IdeActions.getEditCutAction()
           
static IdeAction IdeActions.getEditCopyAction()
           
static IdeAction IdeActions.getEditPasteAction()
           
static IdeAction IdeActions.getEditDeleteAction()
           
static IdeAction IdeActions.getEditSelectAllAction()
           
static IdeAction IdeActions.getEditPropertiesAction()
           
static IdeAction IdeActions.getViewNewViewAction()
           
static IdeAction IdeActions.getViewFreezeAction()
           
static IdeAction IdeActions.getViewMainToolbarAction()
           
static IdeAction IdeActions.getViewStatusBarAction()
           
static IdeAction IdeActions.getViewRefreshAction()
           
static IdeAction IdeActions.getSearchFindAction()
           
static IdeAction IdeActions.getSearchFindNextAction()
           
static IdeAction IdeActions.getSearchFindPreviousAction()
           
static IdeAction IdeActions.getSearchIncrementalFindForwardAction()
           
static IdeAction IdeActions.getSearchIncrementalFindBackwardAction()
           
static IdeAction IdeActions.getSearchReplaceAction()
           
static IdeAction IdeActions.getSearchFindInFilesAction()
           
static IdeAction IdeActions.getNavigateGoToLineAction()
           
static IdeAction IdeActions.getNavigateGoToClassAction()
           
static IdeAction IdeActions.getNavigateGoToNextMessageAction()
           
static IdeAction IdeActions.getNavigateGoToPreviousMessageAction()
           
static IdeAction IdeActions.getToolsProjectPropertiesAction()
           
static IdeAction IdeActions.getToolsDefaultProjectPropertiesAction()
           
static IdeAction IdeActions.getToolsPreferencesAction()
           
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, ArrayResourceBundle bundle, int key)
          Gets the action associated with the specified command if it already exits.
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)
          Gets the action associated with the specified command if it already exits.
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)
          Gets the action associated with the specified command if it already exits.
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)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.get(int cmdId, java.lang.String name, java.lang.Integer mnemonic)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.create(int cmdId, java.lang.String cmdClass, java.lang.String name)
          Create an action without adding the newly created action to the action table.
static IdeAction IdeAction.create(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)
          Create an action without adding the newly created action to the action table.
static IdeAction IdeAction.create(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)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.create(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)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.find(int cmdId)
          Finds the action associated with the specified command if it already exists.
static IdeAction[] IdeAction.findGroup(java.lang.String groupName)
          Finds the actions associated with the specified groupName.
 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.
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.
 

Methods in oracle.ide with parameters of type IdeAction
 boolean PinnableManager.update(IdeAction action, Context context)
           
 boolean PinnableManager.handleEvent(IdeAction action, Context context)
           
 boolean FileOpenHistory.handleEvent(IdeAction action, Context context)
           
 boolean FileOpenHistory.update(IdeAction action, Context context)
           
 boolean WizardManager.handleEvent(IdeAction action, Context context)
          Handles a command when a user interaction with a View triggers the execution of a command.
 boolean WizardManager.update(IdeAction action, Context context)
          Invoked when the availability of a specific command needs to be determined.
 boolean MultiManager.handleEvent(IdeAction action, Context context)
           
 boolean MultiManager.update(IdeAction action, Context context)
           
static int Ide.quit(IdeAction action, Context context)
           
 

Constructors in oracle.ide with parameters of type IdeAction
LocalAction(IdeAction action, View view)
          Constructor.
 

Uses of IdeAction in oracle.ide.addin
 

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

Uses of IdeAction in oracle.ide.gallery
 

Methods in oracle.ide.gallery with parameters of type IdeAction
 boolean ObjectGalleryAddin.handleEvent(IdeAction action, Context context)
           
 boolean ObjectGalleryAddin.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.jdeveloper.ceditor
 

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

Uses of IdeAction in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type IdeAction
 boolean JCompiler.handleEvent(IdeAction action, Context context)
          This method is called when a user interaction with a View triggers the execution of a command.
 boolean JCompiler.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.jdeveloper.model
 

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

Uses of IdeAction in oracle.jdeveloper.uieditor
 

Fields in oracle.jdeveloper.uieditor declared as IdeAction
protected static IdeAction AbstractCanvas.SERIALIZE_ACTION
          IdeAction for serializing a selected GUI control.
 

Methods in oracle.jdeveloper.uieditor that return IdeAction
 IdeAction ModelFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, javax.swing.Icon icon, int parentID, float weight, float section)
          Generate an IdeAction for use when interacting with instances of the UIEditorCanvas produced by this factory.
 IdeAction ModelFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int key, int parentID, float weight, float section)
          Generate an IdeAction for use when interacting with instances of the UIEditorCanvas produced by this factory.
 IdeAction[] ModelFactory.getActions()
          Get an array of all registered IdeActions for this ModelFactory.
 IdeAction AbstractFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, javax.swing.Icon icon, int parentID, float weight, float section)
           
 IdeAction AbstractFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int bundleKey, int parentID, float weight, float section)
           
 IdeAction[] AbstractFactory.getActions()
           
 

Methods in oracle.jdeveloper.uieditor with parameters of type IdeAction
 boolean ModelFactory.isRegistered(IdeAction action)
          Determine whether the given IdeAction has been registered with this ModelFactory.
 boolean AbstractFactory.isRegistered(IdeAction action)
           
 

Uses of IdeAction in oracle.jdeveloper.uieditor.uicanvas
 

Methods in oracle.jdeveloper.uieditor.uicanvas with parameters of type IdeAction
 boolean LayoutAssistant.handleEvent(IdeAction action, Context context)
          Respond to the given user action within the given context.
 boolean LayoutAssistant.update(IdeAction action, Context context)
          Update the enabled state of the given action within the given context.
 boolean AbstractAssistant.update(IdeAction action, Context context)
          Update the enabled state of the given action within the given context.
 boolean AbstractAssistant.handleEvent(IdeAction action, Context context)
          Respond to the given user action within the given context.
 

Uses of IdeAction in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type IdeAction
protected  boolean VCSController.isHandledAction(IdeAction action)
          Is the specified action handled by this controller?
 boolean VCSController.handleEvent(IdeAction action, Context context)
           
 boolean VCSController.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).
protected  void VCSController.handleEventImpl(IdeAction action, Context context)
          Provides event handler implementation for the given action and context.
 

Uses of IdeAction in oracle.jdeveloper.vcs.util
 

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


Extension SDK

 

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