oracle.jdeveloper.ceditor
Class CEditorArb_ja
java.lang.Object
java.util.ResourceBundle
oracle.ide.util.ArrayResourceBundle
oracle.jdeveloper.ceditor.CEditorArb_ja
- public final class CEditorArb_ja
- extends ArrayResourceBundle
Fields inherited from class java.util.ResourceBundle |
parent |
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 |
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
CEditorArb_ja
public CEditorArb_ja()
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)
Copyright ©1997, 2003, Oracle. All rights reserved.