public final class EditingArb extends ArrayResourceBundle
| Modifier and Type | Field and Description | 
|---|---|
static int | 
UNDO_ALIGN_CLOSE_BRACE  | 
static int | 
UNDO_AUTO_ASTERISK
Identifies keys to access localizable object 
 | 
static int | 
UNDO_AUTO_BRACE_END  | 
static int | 
UNDO_AUTO_COMMENT_END  | 
static int | 
UNDO_AUTO_INDENT_BLOCK  | 
static int | 
UNDO_AUTO_PAREN_END  | 
static int | 
UNDO_AUTO_QUOTE_END  | 
static int | 
UNDO_AUTO_QUOTE_EXTEND  | 
static int | 
UNDO_AUTO_SPLIT_SLINE_COMMENT  | 
static int | 
UNDO_MOVE_OPEN_BRACE  | 
| Constructor and Description | 
|---|
EditingArb()  | 
| Modifier and Type | Method and Description | 
|---|---|
static char | 
getChar(int key)
Gets the character associated with the specified resource id. 
 | 
protected java.lang.Object[] | 
getContents()
Gets the localizable objects 
 | 
static ArrayResourceBundle | 
getInstance()
Gets the singleton instance of this bundle class. 
 | 
static java.lang.Integer | 
getInteger(int key)  | 
static java.lang.String | 
getString(int key)
Gets the string associated with the specified resource id. 
 | 
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObjectpublic static final int UNDO_AUTO_ASTERISK
public static final int UNDO_AUTO_COMMENT_END
public static final int UNDO_AUTO_SPLIT_SLINE_COMMENT
public static final int UNDO_MOVE_OPEN_BRACE
public static final int UNDO_AUTO_BRACE_END
public static final int UNDO_AUTO_INDENT_BLOCK
public static final int UNDO_ALIGN_CLOSE_BRACE
public static final int UNDO_AUTO_QUOTE_END
public static final int UNDO_AUTO_PAREN_END
public static final int UNDO_AUTO_QUOTE_EXTEND
public static final ArrayResourceBundle getInstance()
protected java.lang.Object[] getContents()
getContents in class ArrayResourceBundlepublic static java.lang.String getString(int key)
public static char getChar(int key)
public static java.lang.Integer getInteger(int key)