| Package | Description |
|---|---|
| oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles
used by visual and non-visual editors.
|
| oracle.javatools.resourcebundle |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceBundleManagerDT
ResourceBundleManagerDT provides a base for a
ResourceBundleManager implementation for design-time. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceBundleManagerRT
The
ResourceBundleManagerRT provides some of the base
implementation of a ResourceBundleManager for run time. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundleManager |
ResourceBundleManager.getResourceBundleManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceBundleManager.setResourceBundleManager(ResourceBundleManager bundleManager)
Publishes the specified ResourceBundleManager as the active instance in the IDE.
|