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.ResourceBundleConstants.BundleTypes

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

 

Uses of ResourceBundleConstants.BundleTypes in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle that return ResourceBundleConstants.BundleTypes
 ResourceBundleConstants.BundleTypes ResourceBundleKey.getType()
          Gets the type of resource bundle
 ResourceBundleConstants.BundleTypes NodeResourceBundle.getType()
          Gets the type of resource bundle
static ResourceBundleConstants.BundleTypes ResourceBundleUtils.getTypeFromBundle(ResourceBundleWrapper bundle)
          Gets the type of the specified ResourceBundleWrapper
static ResourceBundleConstants.BundleTypes ResourceBundleConstants.BundleTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceBundleConstants.BundleTypes[] ResourceBundleConstants.BundleTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.ide.resourcebundle with parameters of type ResourceBundleConstants.BundleTypes
 void ResourceBundleKey.setType(ResourceBundleConstants.BundleTypes type)
          Sets the type of resource bundle

 

Constructors in oracle.ide.resourcebundle with parameters of type ResourceBundleConstants.BundleTypes
ResourceBundleKey(java.lang.String bundleId, java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata, ResourceBundleConstants.BundleTypes type, java.lang.String extension)
          Constructor

 


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.