| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.resourcebundle.ResourceBundleKeyChooser
public final class ResourceBundleKeyChooser
| Field Summary | |
|---|---|
| static java.lang.String | SELECTED_RESOURCE_PROPERTY_NAME | 
| Constructor Summary | |
|---|---|
| ResourceBundleKeyChooser() | |
| Method Summary | |
|---|---|
| static ResourceBundleKey | 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 ResourceBundleWrapperon an exact match, or will
 allow the user to choose a key similiar to the giventext, from
 all available keys, or by creating a new key. | 
| static ResourceBundleKey | 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 | showCreateDialog(java.awt.Component owner,
                 ResourceBundleWrapper bundle,
                 java.lang.String text)Display a dialog where a resource text can be created | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String SELECTED_RESOURCE_PROPERTY_NAME
| Constructor Detail | 
|---|
public ResourceBundleKeyChooser()
| Method Detail | 
|---|
public static ResourceBundleKey findOrCreateKey(PropertyStorage project,
                                                java.awt.Component owner,
                                                java.lang.String bundleId,
                                                java.util.List<java.lang.String> altBundles,
                                                java.lang.String text)
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.
 
project - The current Project's Data that owns this file.  Must not be null.owner - The owner Component to use as the parent of the
 optional Dialog used to choose a resource key.bundleId - The bundleId to use.  This will only be significant if
 the project is set for one bundle per artifact.  The bundle ID is up to
 the client, however is generally either 
 {PACKAGE_NAME} + {OBJECT_NAME} + "Bundle" or
 {PACKAGE_NAME} + "Bundle".altBundles - list of strings of the alternate bundleId's to use.  Clients
 like editors may use this when their source loads multiple bundles.  May be null.text - The text entered by the user.
null if the
 user canceled.
public static final ResourceBundleKey showChooserDialog(PropertyStorage propStorage,
                                                        java.awt.Component owner,
                                                        NodeResourceBundle bundle,
                                                        java.util.List<java.lang.String> altBundles,
                                                        java.lang.String text)
project - The current Project's Data that owns this file.  Must not be null.owner - the component that should own the dialog.  Must not be null.bundle - the resource bundle to search.  Must not be null.altBundles - a list of alternative bundle ids.  May be null.  Typically this
 is provided by editor clients that can determine that a set of resource bundles that
 will be programmatically loaded.  Each bundle id must be a fully-qualified name.text - the text to search for.  Must not be null.
public static final ResourceBundleKey showCreateDialog(java.awt.Component owner,
                                                       ResourceBundleWrapper bundle,
                                                       java.lang.String text)
owner - the component that owns the dialogbundle - the bundle to create a new resource intext - the text that should default as the resource text
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||