oracle.jdevimpl.uieditor
Class UIEditorArb
java.lang.Object
java.util.ResourceBundle
oracle.ide.util.ArrayResourceBundle
oracle.jdevimpl.uieditor.UIEditorArb
- public final class UIEditorArb
- extends ArrayResourceBundle
Fields inherited from class java.util.ResourceBundle |
parent |
Method Summary |
static java.lang.String |
format(int index,
java.lang.Object param1)
|
static java.lang.String |
format(int index,
java.lang.Object[] params)
|
static java.lang.String |
format(int index,
java.lang.Object param1,
java.lang.Object param2)
|
static java.lang.String |
format(int index,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
|
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 |
EDITOR_MENU
public static final int EDITOR_MENU
- Identifies keys to access localizable object
- See Also:
- Constant Field Values
EDITOR_MNEMONIC
public static final int EDITOR_MNEMONIC
- See Also:
- Constant Field Values
EDITOR_ICON
public static final int EDITOR_ICON
- See Also:
- Constant Field Values
UI_STRUCTURE
public static final int UI_STRUCTURE
- See Also:
- Constant Field Values
UI_STRUCTURE_MNEMONIC
public static final int UI_STRUCTURE_MNEMONIC
- See Also:
- Constant Field Values
UI_STRUCTURE_ACCELERATOR
public static final int UI_STRUCTURE_ACCELERATOR
- See Also:
- Constant Field Values
UI_STRUCTURE_ACCELERATOR_BRIEF
public static final int UI_STRUCTURE_ACCELERATOR_BRIEF
- See Also:
- Constant Field Values
UI_STRUCTURE_ACCELERATOR_CLASSIC
public static final int UI_STRUCTURE_ACCELERATOR_CLASSIC
- See Also:
- Constant Field Values
UI_STRUCTURE_ACCELERATOR_EMACS
public static final int UI_STRUCTURE_ACCELERATOR_EMACS
- See Also:
- Constant Field Values
UI_STRUCTURE_ACCELERATOR_VC
public static final int UI_STRUCTURE_ACCELERATOR_VC
- See Also:
- Constant Field Values
UI_STRUCTURE_ICON
public static final int UI_STRUCTURE_ICON
- See Also:
- Constant Field Values
READ_ONLY_FILE
public static final int READ_ONLY_FILE
- See Also:
- Constant Field Values
NON_VISUAL
public static final int NON_VISUAL
- See Also:
- Constant Field Values
DRAG
public static final int DRAG
- See Also:
- Constant Field Values
ADD
public static final int ADD
- See Also:
- Constant Field Values
CUT
public static final int CUT
- See Also:
- Constant Field Values
PASTE
public static final int PASTE
- See Also:
- Constant Field Values
OBJECTS
public static final int OBJECTS
- See Also:
- Constant Field Values
RESIZE
public static final int RESIZE
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
DEFAULT_EVENT
public static final int DEFAULT_EVENT
- See Also:
- Constant Field Values
SERIALIZE
public static final int SERIALIZE
- See Also:
- Constant Field Values
SERIALIZE_MNEMONIC
public static final int SERIALIZE_MNEMONIC
- See Also:
- Constant Field Values
SERIALIZE_ICON
public static final int SERIALIZE_ICON
- See Also:
- Constant Field Values
UNKNOWN_PARSE_ERROR
public static final int UNKNOWN_PARSE_ERROR
- See Also:
- Constant Field Values
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR
- See Also:
- Constant Field Values
FILE_NOT_SOURCE
public static final int FILE_NOT_SOURCE
- See Also:
- Constant Field Values
SERIALIZE_PROXY
public static final int SERIALIZE_PROXY
- See Also:
- Constant Field Values
CONFIG_TITLE
public static final int CONFIG_TITLE
- See Also:
- Constant Field Values
NO_OBJ_SELECTED
public static final int NO_OBJ_SELECTED
- See Also:
- Constant Field Values
ERROR_SEE_LOG
public static final int ERROR_SEE_LOG
- See Also:
- Constant Field Values
LAYOUT_NAME
public static final int LAYOUT_NAME
- See Also:
- Constant Field Values
MEMBER_SETTINGS_TITLE
public static final int MEMBER_SETTINGS_TITLE
- See Also:
- Constant Field Values
EVENT_SETTINGS_TITLE
public static final int EVENT_SETTINGS_TITLE
- See Also:
- Constant Field Values
GRID_SETTINGS_TITLE
public static final int GRID_SETTINGS_TITLE
- See Also:
- Constant Field Values
ANONYMOUS_INNER_CLASS
public static final int ANONYMOUS_INNER_CLASS
- See Also:
- Constant Field Values
STANDARD_ADAPTER
public static final int STANDARD_ADAPTER
- See Also:
- Constant Field Values
MATCH_CODE
public static final int MATCH_CODE
- See Also:
- Constant Field Values
DEFAULT_SCOPE
public static final int DEFAULT_SCOPE
- See Also:
- Constant Field Values
BEANS_INSTANTIATE
public static final int BEANS_INSTANTIATE
- See Also:
- Constant Field Values
GRID_SPACING
public static final int GRID_SPACING
- See Also:
- Constant Field Values
SNAP_TO_GRID
public static final int SNAP_TO_GRID
- See Also:
- Constant Field Values
SHOW_GRID
public static final int SHOW_GRID
- See Also:
- Constant Field Values
EXPLORER_TITLE
public static final int EXPLORER_TITLE
- See Also:
- Constant Field Values
UI_EDITOR_GROUP_NAME
public static final int UI_EDITOR_GROUP_NAME
- See Also:
- Constant Field Values
UI_EDITOR_GROUP_DESCRIPTION
public static final int UI_EDITOR_GROUP_DESCRIPTION
- See Also:
- Constant Field Values
UIEditorArb
public UIEditorArb()
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
format
public static java.lang.String format(int index,
java.lang.Object[] params)
format
public static java.lang.String format(int index,
java.lang.Object param1)
format
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2)
format
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
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.