public final class ImportWizardArb extends ArrayResourceBundle
Modifier and Type | Field and Description |
---|---|
static int |
IMPORT_DIALOG_TITLE |
static int |
IMPORT_MENU_ICON |
static int |
IMPORT_MENU_MNEMONIC |
static int |
IMPORT_MENU_TITLE
Identifies keys to access localizable object
|
static int |
LIST_LABEL |
Constructor and Description |
---|
ImportWizardArb() |
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 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.
|
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObject
public static final int IMPORT_MENU_TITLE
public static final int IMPORT_MENU_MNEMONIC
public static final int IMPORT_MENU_ICON
public static final int LIST_LABEL
public static final int IMPORT_DIALOG_TITLE
public static final ArrayResourceBundle getInstance()
protected java.lang.Object[] getContents()
getContents
in class ArrayResourceBundle
public static java.lang.String getString(int key)
public static char getChar(int key)
public static java.lang.Integer getInteger(int key)
public static javax.swing.Icon getIcon(int key)
public static java.awt.Image getImage(int key)
public static char getMnemonic(int key)