jview
Interface BorderLabels

All Known Subinterfaces:
CameraLabels, ClientLabels, EnvironmentLabels, FitsFrameLabels, FitsLabels, ObjectLabels, SpectrumLabels, StellaLabels
All Known Implementing Classes:
DefaultAdapterLabels, DefaultBorderLabels, DefaultCameraLabels, DefaultClientLabels, DefaultEnvironmentLabels, DefaultFitsFrameLabels, DefaultFitsLabels, DefaultObjectLabels, DefaultSpectrumLabels, DefaultStellaLabels, JAcquireDisplay, JAdapter, JAdapterDisplay, JAllskyDisplay, JAnalyserToFit, JBorderFrame, JCamera, JClientFrame, JDatabaseDisplay, JDataModelFrame, JEnvironment, JEnvironmentDisplay, JEnvironmentDisplay.Headless, JExpressionFrame, JExtremaSelect, JFitsDisplay, JFitsFrame, JFocusDisplay, JHeaderDisplay, JMasterDisplay, JMasterFrame, JObjectDisplay, JOffsetDisplay, JOpenFrame, JParameterDisplay, JPhaseFrame, JPhotometryDisplay, JQuickDisplay, JResultsPanel, JSpectrumDisplay, JStella

public interface BorderLabels

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


Field Summary
static String KEY_ABOUT
          The about menu item.
static String KEY_ABOUTACC
          The about accelerator.
static String KEY_FILEACCS
          The file menu item accelserators.
static String KEY_FILEITEMS
          The menu items in the file menu.
static String KEY_FILEMENU
          The file menu.
static String KEY_FILEMNEMONIC
          The file menu mnemonic.
static String KEY_HELPMENU
          The help menu.
static String KEY_HELPMNEMONIC
          The help menu mnemonic.
static String KEY_HELPTITLE
          The title displayed on help dialogs.
static String KEY_NOHELP
          The error message if the help is not available.
static String KEY_NOURLACCESS
          The error message if an url cannot be accessed.
static String KEY_TITLE
          The title of the frame.
 

Field Detail

KEY_FILEITEMS

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

See Also:
Constant Field Values

KEY_FILEACCS

static final String KEY_FILEACCS
The file menu item accelserators.

See Also:
Constant Field Values

KEY_NOURLACCESS

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

See Also:
Constant Field Values

KEY_NOHELP

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

See Also:
Constant Field Values

KEY_FILEMENU

static final String KEY_FILEMENU
The file menu.

See Also:
Constant Field Values

KEY_FILEMNEMONIC

static final String KEY_FILEMNEMONIC
The file menu mnemonic.

See Also:
Constant Field Values

KEY_HELPMENU

static final String KEY_HELPMENU
The help menu.

See Also:
Constant Field Values

KEY_HELPMNEMONIC

static final String KEY_HELPMNEMONIC
The help menu mnemonic.

See Also:
Constant Field Values

KEY_HELPTITLE

static final String KEY_HELPTITLE
The title displayed on help dialogs.

See Also:
Constant Field Values

KEY_ABOUT

static final String KEY_ABOUT
The about menu item.

See Also:
Constant Field Values

KEY_ABOUTACC

static final String KEY_ABOUTACC
The about accelerator.

See Also:
Constant Field Values

KEY_TITLE

static final String KEY_TITLE
The title of the frame.

See Also:
Constant Field Values