| Package | Description |
|---|---|
| oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors.
|
| Class and Description |
|---|
| GlobalBundleInfo |
| NodeResourceBundle
Implementors of
ResourceBundleWrapper must extend NodeResourceBundle so that the ResourceBundleManager can properly work with their implementation. |
| NodeResourceBundle.OperationType |
| NodeResourceBundle.SearchType
SearchType (ALL_KEYS, EXACT_MATCH, CONTAINS_MATCH, METADATA_MATCH or CONTAINS_KEY)
|
| ResourceBundleCallback
ResourceBundleCallback defines an object that can be called when the ResourceBundleManagerDT finds a bundle via the call getBundle(PropertyStorage project, String bundleId, boolean createBundle, ResourceBundleCallback callback)
|
| ResourceBundleConstants.BundleTypes
Basic bundle types that may be used as storage for resource bundles
|
| ResourceBundleConstants.QueryTypes
Query types that are supported in the SelectTextPanel ui
|
| ResourceBundleConstants.SearchMode
Search modes that are supported in the SelectTextPanel ui
|
| ResourceBundleIdeOptions |
ResourceBundleKey
ResourceBundleKey encapsulates an entry in a resource bundle. |
ResourceBundleOptions
ResourceBundleOptions provides a persistable set of options used to drive how the resource bundle manager works. |
ResourceBundlePreferences
ResourceBundlePreferences represent the resource bundle preferences that have been registered via role files |
ResourceBundleSelectionValidators
ResourceBundleSelectionValidators represent the list of resource bundle selection validators that have been registered via the extension manifest of extensions. |
| SelectTextPanel.SearchType
SearchType (ALL_SEARCH, KEY_SEARCH, TEXT_SEARCH or METADATA_SEARCH)
|