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

E13403-08

Uses of Class
oracle.ide.util.ArrayResourceBundle

Packages that use ArrayResourceBundle
oracle.ide.controller   
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.db Classes for representing database objects in the IDE. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.expressionbuilder   
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.quickdiff.res   
oracle.ide.resourcebundle.res   
oracle.ide.util Contains utility classes. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
 

Uses of ArrayResourceBundle in oracle.ide.controller
 

Methods in oracle.ide.controller with parameters of type ArrayResourceBundle
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, ArrayResourceBundle bundle, int key)
          Deprecated. since 11.0. Declare actions in an extension manifest, or use one of the get methods that takes an Icon directly. Note for internal JDEVADF developers: The addin policy that icons must not be loaded during product startup is still in effect. You should avoid incurring the cost of icon loading during product startup by using the OracleIcons API.
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, java.lang.String sCategory, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int key, java.lang.Object data, boolean enabled)
          Deprecated. since 11.0. Declare actions in an extension manifest, or use one of the get methods that takes an Icon directly. Note for internal JDEVADF developers: The addin policy that icons must not be loaded during product startup is still in effect. You should avoid incurring the cost of icon loading during product startup by using the OracleIcons API.
 

Uses of ArrayResourceBundle in oracle.ide.controls
 

Constructors in oracle.ide.controls with parameters of type ArrayResourceBundle
ToggleAction(java.lang.String name, ArrayResourceBundle bundle, int key)
          Construct a ToggleAction with the specified description String whose Icon can be lazily fetched from the specified ResourceBundle using the specified key.
 

Uses of ArrayResourceBundle in oracle.ide.db
 

Subclasses of ArrayResourceBundle in oracle.ide.db
 class DBIcons
          Deprecated. Use equivalents in oracle.javatools.icons.OracleIcons
 

Methods in oracle.ide.db that return ArrayResourceBundle
static ArrayResourceBundle DBIcons.getInstance()
          Deprecated. Gets the singleton instance of this bundle class.
 

Uses of ArrayResourceBundle in oracle.ide.explorer
 

Methods in oracle.ide.explorer with parameters of type ArrayResourceBundle
abstract  void ExplorerManager.register(java.lang.Class dataType, java.lang.Class explorerType, java.lang.Class viewType, java.lang.String caption, ArrayResourceBundle bundle, int key)
          Deprecated. use ExplorerManager.register(Class,Class,Class,String,Icon). Since 11.0
 

Uses of ArrayResourceBundle in oracle.ide.expressionbuilder
 

Subclasses of ArrayResourceBundle in oracle.ide.expressionbuilder
 class ExpressionBuilderArb
           
 class ExpressionBuilderArb_en
           
 class ExpressionBuilderArb_ja
           
 

Methods in oracle.ide.expressionbuilder that return ArrayResourceBundle
static ArrayResourceBundle ExpressionBuilderArb.getInstance()
          Gets the singleton instance of this bundle class.
 

Uses of ArrayResourceBundle in oracle.ide.layout
 

Constructors in oracle.ide.layout with parameters of type ArrayResourceBundle
IdeLayout(java.net.URL fileURL, java.lang.String shortLabel, ArrayResourceBundle iconBundle, int iconKey)
           
 

Uses of ArrayResourceBundle in oracle.ide.model
 

Methods in oracle.ide.model with parameters of type ArrayResourceBundle
 void DocumentInfo.setIcon(ArrayResourceBundle bundle, int key)
          Set icon property such that resource fetch is postponed until needed.
 

Constructors in oracle.ide.model with parameters of type ArrayResourceBundle
DocumentInfo(java.lang.String label, ArrayResourceBundle bundle, int key)
          Deprecated. since 11.1.1 use DocumentInfo.DocumentInfo(String,Icon). Internal components should use OracleIcons to ensure that the icon is loaded lazily.
 

Uses of ArrayResourceBundle in oracle.ide.quickdiff.res
 

Subclasses of ArrayResourceBundle in oracle.ide.quickdiff.res
 class QuickDiffArb
           
 class QuickDiffArb_de
           
 class QuickDiffArb_en
           
 class QuickDiffArb_es
           
 class QuickDiffArb_fr
           
 class QuickDiffArb_fr_CA
           
 class QuickDiffArb_it
           
 class QuickDiffArb_ja
           
 class QuickDiffArb_ko
           
 class QuickDiffArb_pt_BR
           
 class QuickDiffArb_zh_CN
           
 class QuickDiffArb_zh_TW
           
 

Methods in oracle.ide.quickdiff.res that return ArrayResourceBundle
static ArrayResourceBundle QuickDiffArb.getInstance()
          Gets the singleton instance of this bundle class.
 

Uses of ArrayResourceBundle in oracle.ide.resourcebundle.res
 

Subclasses of ArrayResourceBundle in oracle.ide.resourcebundle.res
 class ResourceBundleUIArb
           
 class ResourceBundleUIArb_en
           
 class ResourceBundleUIArb_ja
           
 

Methods in oracle.ide.resourcebundle.res that return ArrayResourceBundle
static ArrayResourceBundle ResourceBundleUIArb.getInstance()
          Gets the singleton instance of this bundle class.
 

Uses of ArrayResourceBundle in oracle.ide.util
 

Constructors in oracle.ide.util with parameters of type ArrayResourceBundle
MenuSpec(java.lang.String label, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int key)
          Deprecated. since 11.1.1. Use MenuSpec.MenuSpec(String,Integer,Icon)
 

Uses of ArrayResourceBundle in oracle.jdeveloper.runner
 

Subclasses of ArrayResourceBundle in oracle.jdeveloper.runner
 class RunMgrArb
           
 class RunMgrArb_de
           
 class RunMgrArb_en
           
 class RunMgrArb_es
           
 class RunMgrArb_fr
           
 class RunMgrArb_fr_CA
           
 class RunMgrArb_it
           
 class RunMgrArb_ja
           
 class RunMgrArb_ko
           
 class RunMgrArb_pt_BR
           
 class RunMgrArb_zh_CN
           
 class RunMgrArb_zh_TW
           
 

Methods in oracle.jdeveloper.runner that return ArrayResourceBundle
static ArrayResourceBundle RunMgrArb.getInstance()
          Gets the singleton instance of this bundle class.
 

Uses of ArrayResourceBundle in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor with parameters of type ArrayResourceBundle
 IdeAction ModelFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int key, int parentID, float weight, float section)
          Generate an IdeAction for use when interacting with instances of the UIEditorCanvas produced by this factory.
 IdeAction AbstractFactory.registerAction(int cmdID, java.lang.String name, java.lang.Integer mnemonic, ArrayResourceBundle bundle, int bundleKey, int parentID, float weight, float section)
           
 

Uses of ArrayResourceBundle in oracle.jdeveloper.uieditor.uicanvas
 

Fields in oracle.jdeveloper.uieditor.uicanvas declared as ArrayResourceBundle
static ArrayResourceBundle LayoutConstants.ARB
           
 


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.