stella.jview
Interface ObjectLabels

All Superinterfaces:
BorderLabels, ClientLabels
All Known Implementing Classes:
DefaultObjectLabels, JObjectDisplay

public interface ObjectLabels
extends ClientLabels

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


Field Summary
static String KEY_NAMEORDER
          The label on the sort button for name sorts.
static String KEY_ORDERTIP
          The tip on the user combo box.
static String KEY_PERIODLABEL
          The menu items in the file menu.
static String KEY_PERIODTIP
          The menu items in the file menu.
static String KEY_PLOTIT
          The label on the plot button.
static String KEY_PLOTITTIP
          The label on the plot button.
static String KEY_RAORDER
          The label on the sort button for ra sorts.
static String KEY_SCIENCEBOX
          The menu items in the file menu.
static String KEY_SCIENCETIP
          The menu items in the file menu.
static String KEY_SQLLABEL
          The menu items in the file menu.
static String KEY_SQLTIP
          The menu items in the file menu.
static String KEY_SUCCESSBOX
          The menu items in the file menu.
static String KEY_SUCCESSTIP
          The menu items in the file menu.
static String KEY_USERTIP
          The tip on the user combo box.
 
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_USERTIP

static final String KEY_USERTIP
The tip on the user combo box.

See Also:
Constant Field Values

KEY_ORDERTIP

static final String KEY_ORDERTIP
The tip on the user combo box.

See Also:
Constant Field Values

KEY_NAMEORDER

static final String KEY_NAMEORDER
The label on the sort button for name sorts.

See Also:
Constant Field Values

KEY_RAORDER

static final String KEY_RAORDER
The label on the sort button for ra sorts.

See Also:
Constant Field Values

KEY_PLOTIT

static final String KEY_PLOTIT
The label on the plot button.

See Also:
Constant Field Values

KEY_PLOTITTIP

static final String KEY_PLOTITTIP
The label on the plot button.

See Also:
Constant Field Values

KEY_PERIODLABEL

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

See Also:
Constant Field Values

KEY_PERIODTIP

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

See Also:
Constant Field Values

KEY_SQLLABEL

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

See Also:
Constant Field Values

KEY_SQLTIP

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

See Also:
Constant Field Values

KEY_SUCCESSBOX

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

See Also:
Constant Field Values

KEY_SUCCESSTIP

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

See Also:
Constant Field Values

KEY_SCIENCEBOX

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

See Also:
Constant Field Values

KEY_SCIENCETIP

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

See Also:
Constant Field Values