Package | Description |
---|---|
oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors.
|
Modifier and Type | Method and Description |
---|---|
static ResourceBundleKey |
ResourceBundleKeyChooser.findOrCreateKey(PropertyStorage project, java.awt.Component owner, java.lang.String bundleId, java.util.List<java.lang.String> altBundles, java.lang.String text)
Matches a key from an
ResourceBundleWrapper on an exact match, or will allow the user to choose a key similiar to the given text , from all available keys, or by creating a new key. |
ResourceBundleKey |
SelectTextPanel.getSelectedBundleKey() |
static ResourceBundleKey |
ResourceBundleKeyChooser.showChooserDialog(PropertyStorage propStorage, java.awt.Component owner, NodeResourceBundle bundle, java.util.List<java.lang.String> altBundles, java.lang.String text)
Provides a dialog that can be used to select a key from a resource bundle
|
static ResourceBundleKey |
ResourceBundleKeyChooser.showCreateDialog(java.awt.Component owner, ResourceBundleWrapper bundle, java.lang.String text)
Display a dialog where a resource text can be created
|
static ResourceBundleKey |
ResourceBundleUtils.showEditDialog(java.awt.Component owner, NodeResourceBundle bundle, java.lang.String key, PropertyStorage project, java.lang.String bundleDisplayString)
Shows a dialog for editing a resource
|