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

E13403-04

Uses of Class
oracle.javatools.resourcebundle.ResourceBundleOperationResult

Packages that use ResourceBundleOperationResult
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 ResourceBundleOperationResult in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return ResourceBundleOperationResult
 ResourceBundleOperationResult NodeResourceBundle.addEntryNoDialog(java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata)
          This method only needs to be overridden if writing into the override bundle.
 ResourceBundleOperationResult NodeResourceBundle.updateEntryNoDialog(java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata)
          This should be overridden by classes that implement NodeResourceBundle.
 

Uses of ResourceBundleOperationResult in oracle.javatools.resourcebundle
 

Methods in oracle.javatools.resourcebundle that return ResourceBundleOperationResult
 ResourceBundleOperationResult ResourceBundleWrapper.addEntryNoDialog(java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata)
          Adds a new entry (key, value, and optional metadata) into the resource bundle.
 ResourceBundleOperationResult ResourceBundleWrapperRT.addEntryNoDialog(java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata)
           
 ResourceBundleOperationResult ResourceBundleWrapper.updateEntryNoDialog(java.lang.String key, java.lang.String text, java.util.Map<java.lang.String,java.lang.String> metadata)
          Updates the specified key to have the specified text and metadata while not showing any dialog
 ResourceBundleOperationResult ResourceBundleWrapperRT.updateEntryNoDialog(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.