| 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 |
ResourceBundleTypeDT
A
ResourceBundleTypeDT represents a design-time implementation of a ResourceBundleWrapper. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundleType |
ResourceBundleUtils.getDefaultResourceBundleType(PropertyStorage propStorage)
Gets the default resource bundle type for the specified project
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceBundleType> |
ResourceBundleOptionsPanel.getAvailableBundleTypes(ResourceBundleOptions options) |
static java.util.List<ResourceBundleType> |
ResourceBundleHook.getResourceBundleTypes(HashStructure hash)
Gets the a list of
ResourceBundleType objects that represent the registered ResourceBundleWrappers. |
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<ResourceBundleType> |
ResourceBundleManager._bundleTypesList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceBundleType> |
ResourceBundleManager.getResourceBundleTypes()
Retrieves the list of
ResourceBundleTypes that have been registered |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceBundleManager.registerResourceBundleType(ResourceBundleType bundleType)
Registers a new ResourceBundleType with the system.
|