Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.ide.resourcebundle.NodeResourceBundle

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

Uses of NodeResourceBundle in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return NodeResourceBundle
 NodeResourceBundle GlobalBundleInfo.getInstance()
           
 

Methods in oracle.ide.resourcebundle that return types with arguments of type NodeResourceBundle
abstract  java.util.List<NodeResourceBundle> ResourceBundleManagerDT.getGlobalBundles()
          Gets the list of global bundles
 

Methods in oracle.ide.resourcebundle with parameters of type NodeResourceBundle
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 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.
 void SelectTextPanel.setSelectedBundle(NodeResourceBundle bundle)
           
static ResourceBundleKey ResourceBundleKeyChooser.showChooserDialog(PropertyStorage project, 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 ResourceBundleUtils.showEditDialog(java.awt.Component owner, NodeResourceBundle bundle, java.lang.String key, Project project, java.lang.String bundleDisplayString)
          Shows a dialog for editing a resource
 

Constructors in oracle.ide.resourcebundle with parameters of type NodeResourceBundle
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)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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