jview
Interface ClientLabels

All Superinterfaces:
BorderLabels
All Known Subinterfaces:
EnvironmentLabels, ObjectLabels, SpectrumLabels
All Known Implementing Classes:
DefaultAdapterLabels, DefaultCameraLabels, DefaultClientLabels, DefaultEnvironmentLabels, DefaultObjectLabels, DefaultSpectrumLabels, JAcquireDisplay, JAdapter, JAdapterDisplay, JAllskyDisplay, JClientFrame, JDatabaseDisplay, JEnvironment, JEnvironmentDisplay, JEnvironmentDisplay.Headless, JFitsDisplay, JFocusDisplay, JHeaderDisplay, JMasterDisplay, JMasterFrame, JObjectDisplay, JOffsetDisplay, JParameterDisplay, JPhotometryDisplay, JQuickDisplay, JResultsPanel, JSpectrumDisplay

public interface ClientLabels
extends BorderLabels

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


Field Summary
static String KEY_CONNECTERROR
          The error message if connection fails.
static String KEY_CONNECTTITLE
          The error message title if connection fails.
static String KEY_DISCONNECTERROR
          The error message if disconnection fails.
 
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_CONNECTERROR

static final String KEY_CONNECTERROR
The error message if connection fails.

See Also:
Constant Field Values

KEY_DISCONNECTERROR

static final String KEY_DISCONNECTERROR
The error message if disconnection fails.

See Also:
Constant Field Values

KEY_CONNECTTITLE

static final String KEY_CONNECTTITLE
The error message title if connection fails.

See Also:
Constant Field Values