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

E13403-08

Uses of Interface
oracle.javatools.resourcebundle.ResourceBundleKeyGenerator

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

Uses of ResourceBundleKeyGenerator in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return ResourceBundleKeyGenerator
 ResourceBundleKeyGenerator NodeResourceBundle.getKeyGenerator()
          Gets the ResourceBundleKeyGenerator
 

Methods in oracle.ide.resourcebundle with parameters of type ResourceBundleKeyGenerator
 void NodeResourceBundle.setKeyGenerator(ResourceBundleKeyGenerator keyGenerator)
          Sets the ResourceBundleKeyGenerator
 

Uses of ResourceBundleKeyGenerator in oracle.javatools.resourcebundle
 

Classes in oracle.javatools.resourcebundle that implement ResourceBundleKeyGenerator
 class CustomizableResourceBundleKeyGenerator
           
 class DefaultResourceKeyGenerator
           
 

Fields in oracle.javatools.resourcebundle declared as ResourceBundleKeyGenerator
protected  ResourceBundleKeyGenerator ResourceBundleManager._keyGenerator
           
 

Methods in oracle.javatools.resourcebundle that return ResourceBundleKeyGenerator
 ResourceBundleKeyGenerator ResourceBundleManager.getDefaultResourceKeyGenerator()
          Gets the default ResourceKeyGenerator for the system.
 ResourceBundleKeyGenerator ResourceBundleWrapper.getKeyGenerator()
          Gets the key generator to use for making an automatic key name
 ResourceBundleKeyGenerator ResourceBundleWrapperRT.getKeyGenerator()
           
 

Methods in oracle.javatools.resourcebundle with parameters of type ResourceBundleKeyGenerator
 void ResourceBundleManager.setDefaultResourceKeyGenerator(ResourceBundleKeyGenerator generator)
          Sets the default ResourceKeyGenerator for the system.
 void ResourceBundleWrapper.setKeyGenerator(ResourceBundleKeyGenerator generator)
          Sets the key generator to use when using an automatic key name from ResourceBundleWrapper.addEntry(String,Map).
 void ResourceBundleWrapperRT.setKeyGenerator(ResourceBundleKeyGenerator generator)
           
 


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

E13403-08

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