Preferences Editor

de.jppietsch.prefedit
Class Rsc_de

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

public class Rsc_de
extends Rsc

This package's resources localized for german.

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

Field Summary
 
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.ResourceBundle
parent
 
Constructor Summary
Rsc_de()
           
 
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
 

Constructor Detail

Rsc_de

public Rsc_de()
Method Detail

contents

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

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

Preferences Editor