Extension SDK 10.1.2

Uses of Class
oracle.ide.util.ArrayResourceBundle

Packages that use ArrayResourceBundle
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
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.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.util Contains utility classes. 
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
 

Methods in oracle.ide with parameters of type ArrayResourceBundle
static IdeAction IdeAction.get(int cmdId, java.lang.String cmdClass, java.lang.String name, ArrayResourceBundle bundle, int key)
          Gets the action associated with the specified command if it already exits.
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)
          Gets the action associated with the specified command if it already exits.
static IdeAction IdeAction.create(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)
          Gets the action associated with the specified command if it already exits.
 

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.editor
 

Methods in oracle.ide.editor with parameters of type ArrayResourceBundle
 void EditorsOptions.addAutoSyncOption(java.lang.String editorClass, java.lang.String label, ArrayResourceBundle bundle, int key, boolean defaultValue)
          Deprecated. editors should now use Editor.editorShown() and Editor.editorHidden().
 void EditorManager.addAutoSyncOption(java.lang.String editorClass, java.lang.String editorName, ArrayResourceBundle bundle, int key, boolean defaultValue)
          Deprecated. see EditorManager.isAutoSyncOn(oracle.ide.editor.Editor)
 

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)
          Register an Explorer type to be associated with Documents having a given data type.
 

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)
          Create a DocumentInfo instance.
 

Uses of ArrayResourceBundle in oracle.ide.util
 

Methods in oracle.ide.util with parameters of type ArrayResourceBundle
 void MenuSpec.setIcon(ArrayResourceBundle bundle, int key)
           
 

Constructors in oracle.ide.util with parameters of type ArrayResourceBundle
MenuSpec(java.lang.String label, java.lang.Integer mnemonic, javax.swing.KeyStroke accelerator, ArrayResourceBundle bundle, int key)
           
 

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
           
 


Extension SDK

 

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