stella.jview
Interface TypeHelperLabels

All Known Implementing Classes:
DefaultTypeHelperLabels, JTypeHelper

public interface TypeHelperLabels

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


Field Summary
static String KEY_ABSTRACTITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_ABSTRACTITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_ABSTRACTITEMTIP
          The key to the mnemonic char for the constraints menu.
static String KEY_ABSTRACTTEXT
          The text if abstract should be entered.
static String KEY_ABSTRACTTITLE
          The title of the abstract-input dialog
static String KEY_CONSTRAINTSDESCRIBE
          The string to display as the main select label.
static String KEY_CONSTRAINTSLABEL
          The string to display as the main select label.
static String KEY_CONSTRAINTTITLE
          The title of the abstract-input dialog
static String KEY_DAUGHTERITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_DAUGHTERITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_DAUGHTERITEMTIP
          The key to the mnemonic char for the constraints menu.
static String KEY_DAUGHTERTEXT
          The text if abstract should be entered.
static String KEY_EXCEPTIONSDESCRIBE
          The string to display as the main select label.
static String KEY_EXCEPTIONSLABEL
          The string to display as the main select label.
static String KEY_EXCEPTIONTITLE
          The title of the abstract-input dialog
static String KEY_FITSHEADERDESCRIBE
          The string to display as the main select label.
static String KEY_FITSHEADERLABEL
          The string to display as the main select label.
static String KEY_FITSTITLE
          The title of the abstract-input dialog
static String KEY_GAINSDESCRIBE
          The string to display as the main select label.
static String KEY_GAINSLABEL
          The string to display as the main select label.
static String KEY_GAINTITLE
          The title of the abstract-input dialog
static String KEY_NULL
          The string to display for required non-defined fields.
static String KEY_OBJECTDESCRIBE
          The string to display as the main select label.
static String KEY_OBJECTLABEL
          The string to display as the main select label.
static String KEY_OBJECTTITLE
          The title of the abstract-input dialog
static String KEY_REQUIRESITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_REQUIRESITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_REQUIRESITEMTIP
          The key to the mnemonic char for the constraints menu.
static String KEY_REQUIRESTEXT
          The text if abstract should be entered.
static String KEY_REQUIRESTITLE
          The title of the abstract-input dialog
static String KEY_SELECTDESCRIBE
          The string to display as the main select label.
static String KEY_SELECTLABEL
          The string to display as the main select label.
static String KEY_SETUPDESCRIBE
          The string to display as the main select label.
static String KEY_SETUPLABEL
          The string to display as the main select label.
static String KEY_SETUPTITLE
          The title of the abstract-input dialog
static String KEY_SUCCESSORITEM
          The key to the mnemonic char for the constraints menu.
static String KEY_SUCCESSORITEMACC
          The key to the mnemonic char for the constraints menu.
static String KEY_SUCCESSORITEMTIP
          The key to the mnemonic char for the constraints menu.
static String KEY_SUCCESSORTEXT
          The text if abstract should be entered.
static String KEY_TIMESLOTSDESCRIBE
          The string to display as the main select label.
static String KEY_TIMESLOTSLABEL
          The string to display as the main select label.
static String KEY_TIMESLOTTITLE
          The title of the abstract-input dialog
 

Field Detail

KEY_NULL

static final String KEY_NULL
The string to display for required non-defined fields.

See Also:
Constant Field Values

KEY_ABSTRACTITEM

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

See Also:
Constant Field Values

KEY_ABSTRACTITEMACC

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

See Also:
Constant Field Values

KEY_ABSTRACTITEMTIP

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

See Also:
Constant Field Values

KEY_ABSTRACTTEXT

static final String KEY_ABSTRACTTEXT
The text if abstract should be entered.

See Also:
Constant Field Values

KEY_ABSTRACTTITLE

static final String KEY_ABSTRACTTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_SUCCESSORITEM

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

See Also:
Constant Field Values

KEY_SUCCESSORITEMACC

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

See Also:
Constant Field Values

KEY_SUCCESSORITEMTIP

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

See Also:
Constant Field Values

KEY_SUCCESSORTEXT

static final String KEY_SUCCESSORTEXT
The text if abstract should be entered.

See Also:
Constant Field Values

KEY_DAUGHTERITEM

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

See Also:
Constant Field Values

KEY_DAUGHTERITEMACC

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

See Also:
Constant Field Values

KEY_DAUGHTERITEMTIP

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

See Also:
Constant Field Values

KEY_DAUGHTERTEXT

static final String KEY_DAUGHTERTEXT
The text if abstract should be entered.

See Also:
Constant Field Values

KEY_REQUIRESITEM

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

See Also:
Constant Field Values

KEY_REQUIRESITEMACC

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

See Also:
Constant Field Values

KEY_REQUIRESITEMTIP

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

See Also:
Constant Field Values

KEY_REQUIRESTEXT

static final String KEY_REQUIRESTEXT
The text if abstract should be entered.

See Also:
Constant Field Values

KEY_REQUIRESTITLE

static final String KEY_REQUIRESTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_SELECTLABEL

static final String KEY_SELECTLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_SELECTDESCRIBE

static final String KEY_SELECTDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_CONSTRAINTSLABEL

static final String KEY_CONSTRAINTSLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_CONSTRAINTSDESCRIBE

static final String KEY_CONSTRAINTSDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_CONSTRAINTTITLE

static final String KEY_CONSTRAINTTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_TIMESLOTSLABEL

static final String KEY_TIMESLOTSLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_TIMESLOTSDESCRIBE

static final String KEY_TIMESLOTSDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_TIMESLOTTITLE

static final String KEY_TIMESLOTTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_GAINSLABEL

static final String KEY_GAINSLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_GAINSDESCRIBE

static final String KEY_GAINSDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_GAINTITLE

static final String KEY_GAINTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_EXCEPTIONSLABEL

static final String KEY_EXCEPTIONSLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_EXCEPTIONSDESCRIBE

static final String KEY_EXCEPTIONSDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_EXCEPTIONTITLE

static final String KEY_EXCEPTIONTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_FITSHEADERLABEL

static final String KEY_FITSHEADERLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_FITSHEADERDESCRIBE

static final String KEY_FITSHEADERDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_FITSTITLE

static final String KEY_FITSTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_SETUPLABEL

static final String KEY_SETUPLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_SETUPDESCRIBE

static final String KEY_SETUPDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_SETUPTITLE

static final String KEY_SETUPTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values

KEY_OBJECTLABEL

static final String KEY_OBJECTLABEL
The string to display as the main select label.

See Also:
Constant Field Values

KEY_OBJECTDESCRIBE

static final String KEY_OBJECTDESCRIBE
The string to display as the main select label.

See Also:
Constant Field Values

KEY_OBJECTTITLE

static final String KEY_OBJECTTITLE
The title of the abstract-input dialog

See Also:
Constant Field Values