Extension SDK

oracle.jdeveloper.ceditor
Class CEditorArb

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byoracle.ide.util.ArrayResourceBundle
          extended byoracle.jdeveloper.ceditor.CEditorArb

public final class CEditorArb
extends ArrayResourceBundle


Field Summary
static int CODE_EDITOR
          Identifies keys to access localizable object
static int CODE_EDITOR_ACCELERATOR
           
static int CODE_EDITOR_ACCELERATOR_BRIEF
           
static int CODE_EDITOR_ACCELERATOR_CLASSIC
           
static int CODE_EDITOR_ACCELERATOR_EMACS
           
static int CODE_EDITOR_ACCELERATOR_VC
           
static int CODE_EDITOR_CATEGORY
           
static int CODE_EDITOR_GROUP_DESCRIPTION
           
static int CODE_EDITOR_GROUP_NAME
           
static int CODE_EDITOR_ICON
           
static int CODE_EDITOR_MNEMONIC
           
static int CODE_EDITOR_TYPING
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CEditorArb()
           
 
Method Summary
static javax.swing.KeyStroke getAccelerator(int key)
           
static char getChar(int key)
          Gets the character associated with the specified resource id.
protected  java.lang.Object[] getContents()
          Gets the localizable objects
static javax.swing.Icon getIcon(int key)
           
static java.awt.Image getImage(int key)
           
static ArrayResourceBundle getInstance()
          Gets the singleton instance of this bundle class.
static java.lang.Integer getInteger(int key)
           
static char getMnemonic(int key)
           
static java.lang.String getString(int key)
          Gets the string associated with the specified resource id.
 
Methods inherited from class oracle.ide.util.ArrayResourceBundle
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_EDITOR

public static final int CODE_EDITOR
Identifies keys to access localizable object

See Also:
Constant Field Values

CODE_EDITOR_MNEMONIC

public static final int CODE_EDITOR_MNEMONIC
See Also:
Constant Field Values

CODE_EDITOR_ACCELERATOR

public static final int CODE_EDITOR_ACCELERATOR
See Also:
Constant Field Values

CODE_EDITOR_ACCELERATOR_BRIEF

public static final int CODE_EDITOR_ACCELERATOR_BRIEF
See Also:
Constant Field Values

CODE_EDITOR_ACCELERATOR_CLASSIC

public static final int CODE_EDITOR_ACCELERATOR_CLASSIC
See Also:
Constant Field Values

CODE_EDITOR_ACCELERATOR_EMACS

public static final int CODE_EDITOR_ACCELERATOR_EMACS
See Also:
Constant Field Values

CODE_EDITOR_ACCELERATOR_VC

public static final int CODE_EDITOR_ACCELERATOR_VC
See Also:
Constant Field Values

CODE_EDITOR_ICON

public static final int CODE_EDITOR_ICON
See Also:
Constant Field Values

CODE_EDITOR_TYPING

public static final int CODE_EDITOR_TYPING
See Also:
Constant Field Values

CODE_EDITOR_CATEGORY

public static final int CODE_EDITOR_CATEGORY
See Also:
Constant Field Values

CODE_EDITOR_GROUP_NAME

public static final int CODE_EDITOR_GROUP_NAME
See Also:
Constant Field Values

CODE_EDITOR_GROUP_DESCRIPTION

public static final int CODE_EDITOR_GROUP_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

CEditorArb

public CEditorArb()
Method Detail

getInstance

public static final ArrayResourceBundle getInstance()
Gets the singleton instance of this bundle class.


getString

public static java.lang.String getString(int key)
Gets the string associated with the specified resource id. By convention all LRB's should implement a getString static method similar to the one below.


getChar

public static char getChar(int key)
Gets the character associated with the specified resource id. By convention all LRB's should implement a getChar static method similar to the one below.


getInteger

public static java.lang.Integer getInteger(int key)

getContents

protected java.lang.Object[] getContents()
Gets the localizable objects

Specified by:
getContents in class ArrayResourceBundle
Returns:
the resources of the bundle as an array

getIcon

public static javax.swing.Icon getIcon(int key)

getImage

public static java.awt.Image getImage(int key)

getAccelerator

public static javax.swing.KeyStroke getAccelerator(int key)

getMnemonic

public static char getMnemonic(int key)

Extension SDK

 

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