| Package | Description | 
|---|---|
| oracle.ide.externaltools | 
 Contains interfaces and classes that allow external tools in
 the IDE to be invoked, manipulated and extended by extensions. 
 | 
| oracle.ide.externaltools.macro | 
 Contains APIs related to macros that can be expanded when invoking external tools. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MacroRegistry | 
ExternalToolOptionsEnvironment.getMacroRegistry()
Get the macro registry. 
 | 
abstract MacroRegistry | 
ExternalToolManager.getMacroRegistry()
Gets the macro registry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MacroTextField.configure(MacroRegistry registry,
         ExternalToolType type,
         boolean onlyDirectories)
Configure this macro text field to use the specified registry, 
 external tool type, and whether to only show directories. 
 |