| 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 | 
|---|---|
NodeResourceBundle | 
GlobalBundleInfo.getInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.List<NodeResourceBundle> | 
ResourceBundleManagerDT.getGlobalBundles()
Gets the list of global bundles 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
ResourceBundleManagerDT.addGlobalBundle(NodeResourceBundle bundle,
               java.lang.String bundleId)
Adds the specified bundle as a global bundle and associates it with the 
 specified bundle id 
 | 
static oracle.bali.xml.model.dependency.Reference | 
ResourceBundleReferenceHelper.createResourceBundleReference(oracle.bali.xml.model.XmlContext xmlContext,
                             org.w3c.dom.Node node,
                             int start,
                             int end,
                             NodeResourceBundle bundleNode)  | 
static oracle.bali.xml.model.dependency.Reference | 
ResourceBundleReferenceHelper.createResourceStringReference(oracle.bali.xml.model.XmlContext xmlContext,
                             org.w3c.dom.Node node,
                             int start,
                             int end,
                             NodeResourceBundle bundleNode,
                             java.lang.String resId)  | 
static java.lang.String | 
ResourceBundleUtils.getKeyNameFromText(ResourceBundleKeyGenerator keyGen,
                  NodeResourceBundle bundle,
                  java.lang.String value,
                  boolean bCreate,
                  boolean bStrict)  | 
static java.net.URL | 
ResourceBundleUtils.getURL(NodeResourceBundle bundle)
Used to determine the URL that stores the resources. 
 | 
static boolean | 
ResourceBundleUtils.isBundleReadOnly(NodeResourceBundle bundle)
Returns whether the bundle should be treated as read-only. 
 | 
static boolean | 
ResourceBundleUtils.isBundleReadOnly(NodeResourceBundle bundle,
                boolean bCheckout)  | 
void | 
SelectTextPanel.setSelectedBundle(NodeResourceBundle bundle)  | 
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.showChooserDialog(PropertyStorage propStorage,
                 java.awt.Component owner,
                 NodeResourceBundle bundle,
                 java.util.List<java.lang.String> altBundles,
                 java.lang.String resKey,
                 java.lang.String text)  | 
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 
 | 
| Constructor and Description | 
|---|
GlobalBundleInfo(NodeResourceBundle bundle,
                java.lang.String bundleId,
                boolean alwaysShow)  | 
ResourceBundleKey(NodeResourceBundle bundle,
                 java.lang.String key,
                 java.lang.String text,
                 java.util.Map<java.lang.String,java.lang.String> metadata)  |