stella.jview
Interface TargetHelperLabels

All Known Implementing Classes:
DefaultTargetHelperLabels, JTargetHelper

public interface TargetHelperLabels

An interface defining the keys for the JTargetHelper resource bundle to properly display labels on buttons, define accelarator keys and mnemonic chars. This does not relief the JTargetHelper from defining some string properties, as properties that are never localized should still reside in the JTargetHelper. A typical example would be a file name of a help/image/resource file.


Field Summary
static String KEY_DURATIONITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_DURATIONITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_DURATIONITEMTIP
          The text if the file name should be entered.
static String KEY_DURATIONTEXT
          The text if the file name should be entered.
static String KEY_FILENAMEITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_FILENAMEITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_FILENAMEITEMTIP
          The text if the file name should be entered.
static String KEY_FILENAMETEXT
          The text if the file name should be entered.
static String KEY_NOTARGETNAME
          The text if no telescope is assigned.
static String KEY_NOTELESCOPE
          The text if no telescope is assigned.
static String KEY_NOTYPE
          The text if no telescope is assigned.
static String KEY_NOUSER
          The text if no telescope is assigned.
static String KEY_TARGETHELPTITLE
          The title if a non-parsable number was entered.
static String KEY_TARGETNAMEHEADER
          The key to the mnemonic char for the constraints menu.
static String KEY_TARGETNAMEITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_TARGETNAMEITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_TARGETNAMEITEMTIP
          The key to the tool-tip on the target button.
static String KEY_TARGETNAMETEXT
          The text to be displayed on target name input query.
static String KEY_TELESCOPEHEADER
          The text if no telescope is assigned.
static String KEY_TYPEHEADER
          The text if no telescope is assigned.
static String KEY_UNPARSABLETEXT
          The text if a non-parsable number was entered.
static String KEY_UNPARSABLETITLE
          The title if a non-parsable number was entered.
static String KEY_USERHEADER
          The text if no telescope is assigned.
 

Field Detail

KEY_TARGETNAMEITEM

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

See Also:
Constant Field Values

KEY_TARGETNAMEITEMACC

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

See Also:
Constant Field Values

KEY_TARGETNAMEITEMTIP

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

See Also:
Constant Field Values

KEY_TARGETNAMETEXT

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

See Also:
Constant Field Values

KEY_FILENAMEITEM

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

See Also:
Constant Field Values

KEY_FILENAMEITEMACC

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

See Also:
Constant Field Values

KEY_FILENAMEITEMTIP

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

See Also:
Constant Field Values

KEY_FILENAMETEXT

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

See Also:
Constant Field Values

KEY_DURATIONITEM

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

See Also:
Constant Field Values

KEY_DURATIONITEMACC

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

See Also:
Constant Field Values

KEY_DURATIONITEMTIP

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

See Also:
Constant Field Values

KEY_DURATIONTEXT

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

See Also:
Constant Field Values

KEY_TARGETHELPTITLE

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

See Also:
Constant Field Values

KEY_TARGETNAMEHEADER

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

See Also:
Constant Field Values

KEY_TELESCOPEHEADER

static final String KEY_TELESCOPEHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_TYPEHEADER

static final String KEY_TYPEHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_USERHEADER

static final String KEY_USERHEADER
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_NOTARGETNAME

static final String KEY_NOTARGETNAME
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_NOTELESCOPE

static final String KEY_NOTELESCOPE
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_NOTYPE

static final String KEY_NOTYPE
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_NOUSER

static final String KEY_NOUSER
The text if no telescope is assigned.

See Also:
Constant Field Values

KEY_UNPARSABLETEXT

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

See Also:
Constant Field Values

KEY_UNPARSABLETITLE

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

See Also:
Constant Field Values