stella.jview
Interface EnvironmentLabels

All Superinterfaces:
BorderLabels, ClientLabels
All Known Implementing Classes:
DefaultEnvironmentLabels, JEnvironmentDisplay, JEnvironmentDisplay.Headless

public interface EnvironmentLabels
extends ClientLabels

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


Field Summary
static String KEY_DATELABEL
          The menu items in the file menu.
static String KEY_DATETIP
          The menu items in the file menu.
static String KEY_NODATABASE
          The error message if an url cannot be accessed.
static String KEY_NODATABASETITLE
          The error message if the help is not available.
static String KEY_SPANLABEL
          The menu items in the file menu.
static String KEY_SPANTIP
          The menu items in the file menu.
static String KEY_UPDATEBUTTON
          The menu items in the file menu.
static String KEY_UPDATETIP
          The menu items in the file menu.
 
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
 

Field Detail

KEY_NODATABASE

static final String KEY_NODATABASE
The error message if an url cannot be accessed.

See Also:
Constant Field Values

KEY_NODATABASETITLE

static final String KEY_NODATABASETITLE
The error message if the help is not available.

See Also:
Constant Field Values

KEY_DATELABEL

static final String KEY_DATELABEL
The menu items in the file menu.

See Also:
Constant Field Values

KEY_DATETIP

static final String KEY_DATETIP
The menu items in the file menu.

See Also:
Constant Field Values

KEY_SPANLABEL

static final String KEY_SPANLABEL
The menu items in the file menu.

See Also:
Constant Field Values

KEY_SPANTIP

static final String KEY_SPANTIP
The menu items in the file menu.

See Also:
Constant Field Values

KEY_UPDATEBUTTON

static final String KEY_UPDATEBUTTON
The menu items in the file menu.

See Also:
Constant Field Values

KEY_UPDATETIP

static final String KEY_UPDATETIP
The menu items in the file menu.

See Also:
Constant Field Values