| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.Service
javax.ide.menu.ActionRegistry
public class ActionRegistry
Action lookup service. Extensions use this class to lookup 
 IDEActions.
| Constructor Summary | |
|---|---|
| ActionRegistry() | |
| Method Summary | |
|---|---|
|  IDEAction | findAction(java.lang.String id)Find the IDEActionidentified by the givenid. | 
| static ActionRegistry | getActionRegistry()Get the ActionRegistry implementation for this IDE. | 
| protected  javax.ide.menu.spi.MenuModel | getModel()Convenience method that obtains the menu model from the MenuHook. | 
|  void | initAfterAddinsLoad() | 
|  void | initAfterMainWindowOpened() | 
| protected  void | initialize()Initialize the action registry. | 
| Methods inherited from class javax.ide.Service | 
|---|
| getService, resetAllServices | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ActionRegistry()
| Method Detail | 
|---|
public IDEAction findAction(java.lang.String id)
IDEAction identified by the given id.This implementation retrieves the action from the menu model and returns it.
id - A unique string name identifying the action. Standard 
 action identifiers are defined in the class {javax.ide.IDEConstants}.
null otherwise.protected void initialize()
This implementation does nothing. IDE implementations may override this method to do additional work when the action registry is initialized.
initialize in class Serviceprotected final javax.ide.menu.spi.MenuModel getModel()
public static ActionRegistry getActionRegistry()
public void initAfterMainWindowOpened()
public void initAfterAddinsLoad()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||