jview
Interface FitsFrameLabels

All Superinterfaces:
BorderLabels, FitsLabels
All Known Subinterfaces:
CameraLabels
All Known Implementing Classes:
DefaultCameraLabels, DefaultFitsFrameLabels, JCamera, JFitsFrame

public interface FitsFrameLabels
extends FitsLabels

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


Field Summary
static String KEY_BIASFRAME
          The label on the bias-subtract button.
static String KEY_BIASFRAMETIP
          The tip on the next extension button.
static String KEY_DARKFRAME
          The label on the bias-subtract button.
static String KEY_DARKFRAMETIP
          The tip on the next extension button.
static String KEY_FITSERROR
          Error message if we cannot read a fits file.
static String KEY_FITSTITLE
          The title for error messages related to the fits file.
static String KEY_FLATFRAME
          The label on the bias-subtract button.
static String KEY_FLATFRAMETIP
          The tip on the next extension button.
static String KEY_HISTOGRAM
          The label on the histogram button.
static String KEY_HISTOGRAMTIP
          The tool-tip text on the histogram button.
static String KEY_HORIZONTALCUT
          The label on the horizontal cut button.
static String KEY_HORIZONTALCUTTIP
          The tool-tip text on the horizontal cut button.
static String KEY_NEXTFRAME
          The label on the next extension button.
static String KEY_NEXTFRAMETIP
          The tip on the next extension button.
static String KEY_PREVFRAME
          The label on the prev extension button.
static String KEY_PREVFRAMETIP
          The tip on the next extension button.
static String KEY_VERTICALCUT
          The label on the vertical cut button.
static String KEY_VERTICALCUTTIP
          The tool-tip text on the vertical cut button.
static String KEY_VIEWPORTTIP
          The tool-tip text on the viewport button.
 
Fields inherited from interface jview.FitsLabels
KEY_COLORLABEL, KEY_COLORTIP, KEY_GAUSSLABEL, KEY_GAUSSTIP, KEY_INVERTLABEL, KEY_INVERTTIP, KEY_KEEPTIP, KEY_REDRAWLABEL, KEY_REDRAWTIP, KEY_RESETLABEL, KEY_RESETTIP, KEY_SCALELABEL, KEY_SCALETIP
 
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_VIEWPORTTIP

static final String KEY_VIEWPORTTIP
The tool-tip text on the viewport button.

See Also:
Constant Field Values

KEY_BIASFRAME

static final String KEY_BIASFRAME
The label on the bias-subtract button.

See Also:
Constant Field Values

KEY_BIASFRAMETIP

static final String KEY_BIASFRAMETIP
The tip on the next extension button.

See Also:
Constant Field Values

KEY_DARKFRAME

static final String KEY_DARKFRAME
The label on the bias-subtract button.

See Also:
Constant Field Values

KEY_DARKFRAMETIP

static final String KEY_DARKFRAMETIP
The tip on the next extension button.

See Also:
Constant Field Values

KEY_FLATFRAME

static final String KEY_FLATFRAME
The label on the bias-subtract button.

See Also:
Constant Field Values

KEY_FLATFRAMETIP

static final String KEY_FLATFRAMETIP
The tip on the next extension button.

See Also:
Constant Field Values

KEY_NEXTFRAME

static final String KEY_NEXTFRAME
The label on the next extension button.

See Also:
Constant Field Values

KEY_NEXTFRAMETIP

static final String KEY_NEXTFRAMETIP
The tip on the next extension button.

See Also:
Constant Field Values

KEY_PREVFRAME

static final String KEY_PREVFRAME
The label on the prev extension button.

See Also:
Constant Field Values

KEY_PREVFRAMETIP

static final String KEY_PREVFRAMETIP
The tip on the next extension button.

See Also:
Constant Field Values

KEY_HISTOGRAM

static final String KEY_HISTOGRAM
The label on the histogram button.

See Also:
Constant Field Values

KEY_HISTOGRAMTIP

static final String KEY_HISTOGRAMTIP
The tool-tip text on the histogram button.

See Also:
Constant Field Values

KEY_VERTICALCUT

static final String KEY_VERTICALCUT
The label on the vertical cut button.

See Also:
Constant Field Values

KEY_VERTICALCUTTIP

static final String KEY_VERTICALCUTTIP
The tool-tip text on the vertical cut button.

See Also:
Constant Field Values

KEY_HORIZONTALCUT

static final String KEY_HORIZONTALCUT
The label on the horizontal cut button.

See Also:
Constant Field Values

KEY_HORIZONTALCUTTIP

static final String KEY_HORIZONTALCUTTIP
The tool-tip text on the horizontal cut button.

See Also:
Constant Field Values

KEY_FITSTITLE

static final String KEY_FITSTITLE
The title for error messages related to the fits file.

See Also:
Constant Field Values

KEY_FITSERROR

static final String KEY_FITSERROR
Error message if we cannot read a fits file.

See Also:
Constant Field Values