Preferences Editor

Uses of Class
de.jppietsch.util.RscBundle

Packages that use RscBundle
de.jppietsch.error   
de.jppietsch.gui   
de.jppietsch.prefedit   
de.jppietsch.util   
 

Uses of RscBundle in de.jppietsch.error
 

Subclasses of RscBundle in de.jppietsch.error
 class Rsc
          Ressources for localized messages.
 

Uses of RscBundle in de.jppietsch.gui
 

Methods in de.jppietsch.gui with parameters of type RscBundle
protected  JMenu MainWindow.createFileMenu(RscBundle aBundle)
          Creates the file menu.
 

Constructors in de.jppietsch.gui with parameters of type RscBundle
RscMenu(RscBundle aBundle, String aKeyPrefix)
          Localizes this menu with resources from a given bundle.
RscAction(RscBundle aBundle, String aPrefix)
          Localizes this action from the given resource bundle.
MainWindow.ExitAction(RscBundle aBundle)
          Localizes this action with the outer class's bundle and the key prefix MainWindow.EXIT.
 

Uses of RscBundle in de.jppietsch.prefedit
 

Subclasses of RscBundle in de.jppietsch.prefedit
 class Rsc_de
          This package's resources localized for german.
 

Fields in de.jppietsch.prefedit declared as RscBundle
private  RscBundle PreferencesTableModel.rsc
          Resource bundle which delivers column names etc.
 

Methods in de.jppietsch.prefedit that return RscBundle
(package private) static RscBundle Rsc.getBundle()
          Convenient accessor.
 

Methods in de.jppietsch.prefedit with parameters of type RscBundle
protected  JMenu PrefEditWindow.createFileMenu(RscBundle aBundle)
          Adds some additional actions to the file menu.
 

Uses of RscBundle in de.jppietsch.util
 

Methods in de.jppietsch.util that return RscBundle
static RscBundle RscBundle.getBundle(Class aResourceBundleClass)
           
 


Preferences Editor