| Package | Description | 
|---|---|
| oracle.ide.db | 
 Classes for representing database objects in the IDE. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyDisplayRegistry.registerPlugin(PropertyDisplayRegistry.Plugin plugin)
Registers a new plugin to this registry that provides display names for
 properties. 
 | 
boolean | 
PropertyDisplayRegistry.unregisterPlugin(PropertyDisplayRegistry.Plugin plugin)
Unregisters the given registry plugin. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyDisplayRegistry.registerPlugin(Thunk<PropertyDisplayRegistry.Plugin> plugin)
Registers a new plugin to this registry that provides display names for
 properties. 
 |