Preferences Editor

de.jppietsch.prefedit
Class Rsc

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byde.jppietsch.util.RscBundle
              extended byde.jppietsch.prefedit.Rsc
Direct Known Subclasses:
Rsc_de

public class Rsc
extends RscBundle

This package's resources for the default locale (english).

Version:
$Revision: 1.10 $
Author:
Jan-Peter Pietsch

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

JAVA_VERSION_MESSAGE

static final String JAVA_VERSION_MESSAGE
Resource key for the "unsufficient Java version" message.

See Also:
Constant Field Values

KEY_COLUMN_NAME

static final String KEY_COLUMN_NAME
Resource key for the title of the table column, which displays the preferences keys.

See Also:
Constant Field Values

VALUE_COLUMN_NAME

static final String VALUE_COLUMN_NAME
Resource key for the title of the table column, which displays the preferences values.

See Also:
Constant Field Values

ERROR

static final String ERROR
Resource key for default text in case of errors.

See Also:
Constant Field Values

ROOT

static final String ROOT
Resource key of the root nodes label.

See Also:
Constant Field Values

USER_ROOT

static final String USER_ROOT
Resource key of the user preferences root label.

See Also:
Constant Field Values

SYSTEM_ROOT

static final String SYSTEM_ROOT
Resource key of the system preferences root label.

See Also:
Constant Field Values

NEW_KEY_MESSAGE

static final String NEW_KEY_MESSAGE
Resource key of the input message used by the "new key" action.

See Also:
Constant Field Values

NEW_NODE_MESSAGE

static final String NEW_NODE_MESSAGE
Resource key of the input message used by the "new node" action.

See Also:
Constant Field Values

IMPORT

static final String IMPORT
Resource key prefix of the import action.

See Also:
Constant Field Values

EXPORT

static final String EXPORT
Resource key prefix of the export action.

See Also:
Constant Field Values

EDIT

static final String EDIT
Common prefix of the edit menu's resource keys.

See Also:
Constant Field Values

NEW_KEY

static final String NEW_KEY
Common prefix of the "new key" action's resource keys.

See Also:
Constant Field Values

CUT

static final String CUT
Common prefix of the cut action's resource keys.

See Also:
Constant Field Values

COPY

static final String COPY
Common prefix of the copy action's resource keys.

See Also:
Constant Field Values

PASTE

static final String PASTE
Common prefix of the paste action's resource keys.

See Also:
Constant Field Values

NEW_NODE

static final String NEW_NODE
Common prefix of the "new node" action's resource keys.

See Also:
Constant Field Values
Constructor Detail

Rsc

public Rsc()
Method Detail

contents

protected Object[][] contents()
All resources are created inside this method. It's called only once by the base class.

Specified by:
contents in class RscBundle
Returns:
Array of key value pairs.
See Also:
RscBundle.getContents()

getBundle

static RscBundle getBundle()
Convenient accessor.

Returns:
Localized instance of this bundle.

Preferences Editor