stella.jview
Class DefaultSpectrumLabels

java.lang.Object
  extended by java.util.ResourceBundle
      extended by util.DefaultBundle
          extended by jview.DefaultBorderLabels
              extended by stella.jview.DefaultSpectrumLabels
All Implemented Interfaces:
BorderLabels, ClientLabels, SpectrumLabels

public class DefaultSpectrumLabels
extends DefaultBorderLabels
implements SpectrumLabels

A class that bundles default label names for JClientFrame 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 DEFCONNECTERROR
          The English default message if connection fails.
private static String DEFCONNECTTITLE
          The English default message title if connection fails.
private static String DEFDISCONNECTERROR
          The English default message if disconnection fails.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
Fields inherited from interface jview.ClientLabels
KEY_CONNECTERROR, KEY_CONNECTTITLE, KEY_DISCONNECTERROR
 
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
DefaultSpectrumLabels()
          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

DEFCONNECTERROR

private static final String DEFCONNECTERROR
The English default message if connection fails.

See Also:
Constant Field Values

DEFDISCONNECTERROR

private static final String DEFDISCONNECTERROR
The English default message if disconnection fails.

See Also:
Constant Field Values

DEFCONNECTTITLE

private static final String DEFCONNECTTITLE
The English default message title if connection fails.

See Also:
Constant Field Values
Constructor Detail

DefaultSpectrumLabels

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