stella.jview
Class DefaultTargetHelperLabels

java.lang.Object
  extended by java.util.ResourceBundle
      extended by util.DefaultBundle
          extended by stella.jview.DefaultTargetHelperLabels
All Implemented Interfaces:
TargetHelperLabels

public class DefaultTargetHelperLabels
extends DefaultBundle
implements TargetHelperLabels

A class that bundles default label names for JTargetHelper 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 DEFDURATIONITEM
          The key to the mnemonic char for the constraints menu.
private static String DEFDURATIONITEMACC
          The key to the mnemonic char for the constraints menu.
private static String DEFDURATIONITEMTIP
          The key to the mnemonic char for the constraints menu.
private static String DEFDURATIONTEXT
          The key to the mnemonic char for the constraints menu.
private static String DEFFILENAMEITEM
          The key to the mnemonic char for the constraints menu.
private static String DEFFILENAMEITEMACC
          The key to the mnemonic char for the constraints menu.
private static String DEFFILENAMEITEMTIP
          The key to the mnemonic char for the constraints menu.
private static String DEFFILENAMETEXT
          The text if the file name should be entered.
private static String DEFNOTARGETNAME
          The text if no telescope is assigned.
private static String DEFNOTELESCOPE
          The text if no telescope is assigned.
private static String DEFNOTYPE
          The text if no telescope is assigned.
private static String DEFNOUSER
          The text if no telescope is assigned.
private static String DEFTARGETHELPTITLE
          The title of the target helper dialog.
private static String DEFTARGETNAMEHEADER
          The text if no telescope is assigned.
private static String DEFTARGETNAMEITEM
          The key to the mnemonic char for the constraints menu.
private static String DEFTARGETNAMEITEMACC
          The key to the mnemonic char for the constraints menu.
private static String DEFTARGETNAMEITEMTIP
          The key to the tool-tip on the target button.
private static String DEFTARGETNAMETEXT
          The text to be displayed on target name input query.
private static String DEFTELESCOPEHEADER
          The text if no telescope is assigned.
private static String DEFTYPEHEADER
          The text if no telescope is assigned.
private static String DEFUNPARSABLETEXT
          The text if a non-parsable number was entered.
private static String DEFUNPARSABLETITLE
          The title if a non-parsable number was entered.
private static String DEFUSERHEADER
          The text if no telescope is assigned.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
Fields inherited from interface stella.jview.TargetHelperLabels
KEY_DURATIONITEM, KEY_DURATIONITEMACC, KEY_DURATIONITEMTIP, KEY_DURATIONTEXT, KEY_FILENAMEITEM, KEY_FILENAMEITEMACC, KEY_FILENAMEITEMTIP, KEY_FILENAMETEXT, KEY_NOTARGETNAME, KEY_NOTELESCOPE, KEY_NOTYPE, KEY_NOUSER, KEY_TARGETHELPTITLE, KEY_TARGETNAMEHEADER, KEY_TARGETNAMEITEM, KEY_TARGETNAMEITEMACC, KEY_TARGETNAMEITEMTIP, KEY_TARGETNAMETEXT, KEY_TELESCOPEHEADER, KEY_TYPEHEADER, KEY_UNPARSABLETEXT, KEY_UNPARSABLETITLE, KEY_USERHEADER
 
Constructor Summary
DefaultTargetHelperLabels()
          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

DEFTARGETHELPTITLE

private static final String DEFTARGETHELPTITLE
The title of the target helper dialog.

See Also:
Constant Field Values

DEFTARGETNAMEITEM

private static final String DEFTARGETNAMEITEM
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFTARGETNAMEITEMACC

private static final String DEFTARGETNAMEITEMACC
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFTARGETNAMEITEMTIP

private static final String DEFTARGETNAMEITEMTIP
The key to the tool-tip on the target button.

See Also:
Constant Field Values

DEFTARGETNAMETEXT

private static final String DEFTARGETNAMETEXT
The text to be displayed on target name input query.

See Also:
Constant Field Values

DEFFILENAMEITEM

private static final String DEFFILENAMEITEM
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFFILENAMEITEMACC

private static final String DEFFILENAMEITEMACC
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFFILENAMEITEMTIP

private static final String DEFFILENAMEITEMTIP
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFFILENAMETEXT

private static final String DEFFILENAMETEXT
The text if the file name should be entered.

See Also:
Constant Field Values

DEFDURATIONITEM

private static final String DEFDURATIONITEM
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFDURATIONITEMACC

private static final String DEFDURATIONITEMACC
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFDURATIONITEMTIP

private static final String DEFDURATIONITEMTIP
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFDURATIONTEXT

private static final String DEFDURATIONTEXT
The key to the mnemonic char for the constraints menu.

See Also:
Constant Field Values

DEFTARGETNAMEHEADER

private static final String DEFTARGETNAMEHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFTELESCOPEHEADER

private static final String DEFTELESCOPEHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFTYPEHEADER

private static final String DEFTYPEHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFUSERHEADER

private static final String DEFUSERHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFNOTARGETNAME

private static final String DEFNOTARGETNAME
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFNOTELESCOPE

private static final String DEFNOTELESCOPE
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFNOTYPE

private static final String DEFNOTYPE
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFNOUSER

private static final String DEFNOUSER
The text if no telescope is assigned.

See Also:
Constant Field Values

DEFUNPARSABLETEXT

private static final String DEFUNPARSABLETEXT
The text if a non-parsable number was entered.

See Also:
Constant Field Values

DEFUNPARSABLETITLE

private static final String DEFUNPARSABLETITLE
The title if a non-parsable number was entered.

See Also:
Constant Field Values
Constructor Detail

DefaultTargetHelperLabels

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