stella.jview
Class DefaultStellaLabels

java.lang.Object
  extended by java.util.ResourceBundle
      extended by util.DefaultBundle
          extended by jview.DefaultBorderLabels
              extended by stella.jview.DefaultStellaLabels
All Implemented Interfaces:
BorderLabels, StellaLabels

public class DefaultStellaLabels
extends DefaultBorderLabels
implements StellaLabels

A class that bundles default label names for JStella into a class. It is rather a matter of taste to define this as a simple property file or to use a full-fledged class for it.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
private static String DEFDATELABEL
          The default file menu item names.
private static String DEFDATETIP
          The menu items in the file menu.
private static String DEFPLOTBUTTON
          The menu items in the file menu.
private static String DEFPLOTTIP
          The menu items in the file menu.
private static String DEFSPANLABEL
          The menu items in the file menu.
private static String DEFSPANTIP
          The menu items in the file menu.
private static String DEFUPDATEBUTTON
          The menu items in the file menu.
private static String DEFUPDATETIP
          The menu items in the file menu.
private static String DEFVALUELABEL
          The menu items in the file menu.
private static String DEFVALUETIP
          The menu items in the file menu.
private static String DEFXLABEL
          The menu items in the file menu.
private static String DEFXTIP
          The menu items in the file menu.
private static String DEFYLABEL
          The menu items in the file menu.
private static String DEFYTIP
          The menu items in the file menu.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
Fields inherited from interface stella.jview.StellaLabels
KEY_DATELABEL, KEY_DATETIP, KEY_PLOTBUTTON, KEY_PLOTTIP, KEY_SPANLABEL, KEY_SPANTIP, KEY_UPDATEBUTTON, KEY_UPDATETIP, KEY_VALUELABEL, KEY_VALUETIP, KEY_XLABEL, KEY_XTIP, KEY_YLABEL, KEY_YTIP
 
Fields inherited from interface jview.BorderLabels
KEY_ABOUT, KEY_ABOUTACC, KEY_FILEACCS, KEY_FILEITEMS, KEY_FILEMENU, KEY_FILEMNEMONIC, KEY_HELPMENU, KEY_HELPMNEMONIC, KEY_HELPTITLE, KEY_NOHELP, KEY_NOURLACCESS, KEY_TITLE
 
Constructor Summary
DefaultStellaLabels()
          Load the default values in the properties file.
 
Method Summary
 
Methods inherited from class util.DefaultBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFDATELABEL

private static final String DEFDATELABEL
The default file menu item names.

See Also:
Constant Field Values

DEFDATETIP

private static final String DEFDATETIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFSPANLABEL

private static final String DEFSPANLABEL
The menu items in the file menu.

See Also:
Constant Field Values

DEFSPANTIP

private static final String DEFSPANTIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFVALUELABEL

private static final String DEFVALUELABEL
The menu items in the file menu.

See Also:
Constant Field Values

DEFVALUETIP

private static final String DEFVALUETIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFUPDATEBUTTON

private static final String DEFUPDATEBUTTON
The menu items in the file menu.

See Also:
Constant Field Values

DEFUPDATETIP

private static final String DEFUPDATETIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFPLOTBUTTON

private static final String DEFPLOTBUTTON
The menu items in the file menu.

See Also:
Constant Field Values

DEFPLOTTIP

private static final String DEFPLOTTIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFXLABEL

private static final String DEFXLABEL
The menu items in the file menu.

See Also:
Constant Field Values

DEFXTIP

private static final String DEFXTIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFYLABEL

private static final String DEFYLABEL
The menu items in the file menu.

See Also:
Constant Field Values

DEFYTIP

private static final String DEFYTIP
The menu items in the file menu.

See Also:
Constant Field Values
Constructor Detail

DefaultStellaLabels

public DefaultStellaLabels()
Load the default values in the properties file.