Preferences Editor

de.jppietsch.error
Class Rsc

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byde.jppietsch.util.RscBundle
              extended byde.jppietsch.error.Rsc

public final class Rsc
extends RscBundle

Ressources for localized messages.

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

Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
static String INDEX_OUT_OF_BOUNDS_MSG
          Resource key for the message "index out of bounds".
 
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.
 
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

INDEX_OUT_OF_BOUNDS_MSG

public static final String INDEX_OUT_OF_BOUNDS_MSG
Resource key for the message "index out of bounds". The message has the two arguments "name of the index" and "actual value of the index".

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()

Preferences Editor