| Package | Description | 
|---|---|
| javax.ide.command | 
 Command execution classes. 
 | 
| javax.ide.menu | 
 The menu registration classes that extension writers use to find information
  about actions and menus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IDEAction | 
ActionRegistry.findAction(java.lang.String id)
Find the  
IDEAction identified by the given id. |