Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.resourcebundle.ResourceBundleKey

Packages that use ResourceBundleKey
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 

 

Uses of ResourceBundleKey in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle that return ResourceBundleKey
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

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.