| Package | Description | 
|---|---|
| javax.ide | 
 The ide package is where all JSR 198 packages are rooted. 
 | 
| javax.ide.menu | 
 The menu registration classes that extension writers use to find information
  about actions and menus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ActionRegistry | 
IDE.getActionRegistry()
Extension that need to lookup an action use  
ActionRegistry service. | 
| Modifier and Type | Method and Description | 
|---|---|
static ActionRegistry | 
ActionRegistry.getActionRegistry()
Get the ActionRegistry implementation for this IDE. 
 |