jview
Interface FitsLabels

All Superinterfaces:
BorderLabels
All Known Subinterfaces:
CameraLabels, FitsFrameLabels
All Known Implementing Classes:
DefaultCameraLabels, DefaultFitsFrameLabels, DefaultFitsLabels, JCamera, JFitsDisplay, JFitsFrame

public interface FitsLabels
extends BorderLabels

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_COLORLABEL
          The label on the colorize check box.
static String KEY_COLORTIP
          The tool-tip text on the colorize check box.
static String KEY_GAUSSLABEL
          The label on the gauss button.
static String KEY_GAUSSTIP
          The tool-tip text on the gauss button.
static String KEY_INVERTLABEL
          The label on the invert check box.
static String KEY_INVERTTIP
          The tool-tip text on the invert check box.
static String KEY_KEEPTIP
          The tool-tip text on the fractional keep slider.
static String KEY_REDRAWLABEL
          The label on the reset button.
static String KEY_REDRAWTIP
          The tool-tip text on the reset button.
static String KEY_RESETLABEL
          The label on the reset button.
static String KEY_RESETTIP
          The tool-tip text on the reset button.
static String KEY_SCALELABEL
          The label above the scaling combo.
static String KEY_SCALETIP
          The tool-tip text on the scaling combo.
 
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_SCALELABEL

static final String KEY_SCALELABEL
The label above the scaling combo.

See Also:
Constant Field Values

KEY_SCALETIP

static final String KEY_SCALETIP
The tool-tip text on the scaling combo.

See Also:
Constant Field Values

KEY_KEEPTIP

static final String KEY_KEEPTIP
The tool-tip text on the fractional keep slider.

See Also:
Constant Field Values

KEY_INVERTLABEL

static final String KEY_INVERTLABEL
The label on the invert check box.

See Also:
Constant Field Values

KEY_INVERTTIP

static final String KEY_INVERTTIP
The tool-tip text on the invert check box.

See Also:
Constant Field Values

KEY_COLORLABEL

static final String KEY_COLORLABEL
The label on the colorize check box.

See Also:
Constant Field Values

KEY_COLORTIP

static final String KEY_COLORTIP
The tool-tip text on the colorize check box.

See Also:
Constant Field Values

KEY_GAUSSLABEL

static final String KEY_GAUSSLABEL
The label on the gauss button.

See Also:
Constant Field Values

KEY_GAUSSTIP

static final String KEY_GAUSSTIP
The tool-tip text on the gauss button.

See Also:
Constant Field Values

KEY_REDRAWLABEL

static final String KEY_REDRAWLABEL
The label on the reset button.

See Also:
Constant Field Values

KEY_REDRAWTIP

static final String KEY_REDRAWTIP
The tool-tip text on the reset button.

See Also:
Constant Field Values

KEY_RESETLABEL

static final String KEY_RESETLABEL
The label on the reset button.

See Also:
Constant Field Values

KEY_RESETTIP

static final String KEY_RESETTIP
The tool-tip text on the reset button.

See Also:
Constant Field Values