|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
de.jppietsch.util.RscBundle
de.jppietsch.prefedit.Rsc
This package's resources for the default locale (english).
Nested Class Summary |
Nested classes inherited from class java.util.ResourceBundle |
|
Field Summary | |
(package private) static String |
COPY
Common prefix of the copy action's resource keys. |
(package private) static String |
CUT
Common prefix of the cut action's resource keys. |
(package private) static String |
EDIT
Common prefix of the edit menu's resource keys. |
(package private) static String |
ERROR
Resource key for default text in case of errors. |
(package private) static String |
EXPORT
Resource key prefix of the export action. |
(package private) static String |
IMPORT
Resource key prefix of the import action. |
(package private) static String |
JAVA_VERSION_MESSAGE
Resource key for the "unsufficient Java version" message. |
(package private) static String |
KEY_COLUMN_NAME
Resource key for the title of the table column, which displays the preferences keys. |
(package private) static String |
NEW_KEY
Common prefix of the "new key" action's resource keys. |
(package private) static String |
NEW_KEY_MESSAGE
Resource key of the input message used by the "new key" action. |
(package private) static String |
NEW_NODE
Common prefix of the "new node" action's resource keys. |
(package private) static String |
NEW_NODE_MESSAGE
Resource key of the input message used by the "new node" action. |
(package private) static String |
PASTE
Common prefix of the paste action's resource keys. |
(package private) static String |
ROOT
Resource key of the root nodes label. |
(package private) static String |
SYSTEM_ROOT
Resource key of the system preferences root label. |
(package private) static String |
USER_ROOT
Resource key of the user preferences root label. |
(package private) static String |
VALUE_COLUMN_NAME
Resource key for the title of the table column, which displays the preferences values. |
Fields inherited from class de.jppietsch.util.RscBundle |
ACCEL, CMD, DELETE, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, ICON, INSERT, LONG, MNEMO, NAME, SHORT |
Fields inherited from class java.util.ListResourceBundle |
|
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
Rsc()
|
Method Summary | |
protected Object[][] |
contents()
All resources are created inside this method. |
(package private) static RscBundle |
getBundle()
Convenient accessor. |
Methods inherited from class de.jppietsch.util.RscBundle |
accel, altAccel, ctrlAccel, getBundle, getContents, getMnemonic, getName, icon, mnemo, shiftAccel |
Methods inherited from class java.util.ListResourceBundle |
getKeys, 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 |
static final String JAVA_VERSION_MESSAGE
static final String KEY_COLUMN_NAME
static final String VALUE_COLUMN_NAME
static final String ERROR
static final String ROOT
static final String USER_ROOT
static final String SYSTEM_ROOT
static final String NEW_KEY_MESSAGE
static final String NEW_NODE_MESSAGE
static final String IMPORT
static final String EXPORT
static final String EDIT
static final String NEW_KEY
static final String CUT
static final String COPY
static final String PASTE
static final String NEW_NODE
Constructor Detail |
public Rsc()
Method Detail |
protected Object[][] contents()
contents
in class RscBundle
RscBundle.getContents()
static RscBundle getBundle()
|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |