Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
javax.ide.menu.IDEAction

Packages that use IDEAction
javax.ide.command Command execution classes. 
javax.ide.menu The menu registration classes that extension writers use to find information about actions and menus. 
 

Uses of IDEAction in javax.ide.command
 

Methods in javax.ide.command with parameters of type IDEAction
 boolean InvokeHandler.invoke(IDEAction action, Context context)
          Invoke the specified action in the specified context.
 boolean UpdateHandler.update(IDEAction action, Context context)
          Update the specified action based on the specified context.
 

Uses of IDEAction in javax.ide.menu
 

Methods in javax.ide.menu that return IDEAction
 IDEAction ActionRegistry.findAction(java.lang.String id)
          Find the IDEAction identified by the given id.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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