ccd
Interface CameraLabels

All Superinterfaces:
BorderLabels, FitsFrameLabels, FitsLabels
All Known Implementing Classes:
DefaultCameraLabels, JCamera

public interface CameraLabels
extends FitsFrameLabels

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


Field Summary
static String KEY_CCDACCS
          The edit menu item accelserators.
static String KEY_CCDITEMS
          The menu items in the edit menu.
static String KEY_CCDMENU
          The ccd menu.
static String KEY_CCDMNEMONIC
          The ccd menu mnemonic.
static String KEY_CCDREADERROR
          Error message if we have an error while we are exposing.
static String KEY_CCDSETUPERROR
          Error message if we want to start exposing while we are exposing.
static String KEY_CCDTITLE
          The title for error messages related to ccd reading/setup.
static String KEY_DRIVERERROR
          Error message if we have problems with the ccd driver.
static String KEY_DRIVERTITLE
          Error message title if we have problems with the ccd driver.
static String KEY_EDITACCS
          The edit menu item accelserators.
static String KEY_EDITITEMS
          The menu items in the edit menu.
static String KEY_EDITMENU
          The edit menu.
static String KEY_EDITMNEMONIC
          The edit menu mnemonic.
static String KEY_EXPOSURELABEL
          The label for the exposure time spinner.
static String KEY_EXPOSURELEFTTIP
          The tool-tip text for the number of exposures left label.
static String KEY_EXPOSURETIP
          The tool-tip text on the exposure time spinner.
static String KEY_FITSEMPTY
          Error message if we cannot access a fits resource.
static String KEY_INCREMENTACC
          The incrementing menu item accellerator.
static String KEY_INCREMENTITEM
          The checkbox menu items in the record menu for incrementing.
static String KEY_INPUTTITLE
          Title for inputs.
static String KEY_IOERRORTITLE
          The title for error messages related to I/O Exceptions.
static String KEY_NEWDRIVER
          Info message on inputing a new CCD driver properties.
static String KEY_NOEDIT
          Error message if the drivers properties cannot be read.
static String KEY_NUMBERINPUT
          Message for input of a record images number.
static String KEY_PLAYTIP
          The tool-tip text for the continuous exposure button.
static String KEY_READERROR
          Error message if we have problems reading a config file.
static String KEY_RECORDACCS
          The record menu item accellerators.
static String KEY_RECORDITEMS
          The menu items in the record menu, normal items.
static String KEY_RECORDMENU
          The record menu.
static String KEY_RECORDMNEMONIC
          The record menu mnemonic.
static String KEY_RECORDTIP
          The tool-tip text for the single-exposure button.
static String KEY_SLOWDISPLAY
          Warning message if fits retrieval is slower than exposure.
static String KEY_STOPTIP
          The tool-tip text for the stop exposing button.
static String KEY_THREADSTATEERROR
          Error message if we want to start exposing while we are exposing.
static String KEY_THREADTITLE
          The title for error messages related to thread state.
static String KEY_WRITEERROR
          Error message if we cannot read a fits file.
static String KEY_XBINLABEL
          The label for the x-binning spinner.
static String KEY_XBINTIP
          The tool-tip text for the x-binning spinner.
static String KEY_YBINLABEL
          The label for the y-binning spinner.
static String KEY_YBINTIP
          The tool-tip text for the y-binning spinner.
 
Fields inherited from interface jview.FitsFrameLabels
KEY_BIASFRAME, KEY_BIASFRAMETIP, KEY_DARKFRAME, KEY_DARKFRAMETIP, KEY_FITSERROR, KEY_FITSTITLE, KEY_FLATFRAME, KEY_FLATFRAMETIP, KEY_HISTOGRAM, KEY_HISTOGRAMTIP, KEY_HORIZONTALCUT, KEY_HORIZONTALCUTTIP, KEY_NEXTFRAME, KEY_NEXTFRAMETIP, KEY_PREVFRAME, KEY_PREVFRAMETIP, KEY_VERTICALCUT, KEY_VERTICALCUTTIP, KEY_VIEWPORTTIP
 
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_EDITMENU

static final String KEY_EDITMENU
The edit menu.

See Also:
Constant Field Values

KEY_EDITMNEMONIC

static final String KEY_EDITMNEMONIC
The edit menu mnemonic.

See Also:
Constant Field Values

KEY_CCDMENU

static final String KEY_CCDMENU
The ccd menu.

See Also:
Constant Field Values

KEY_CCDMNEMONIC

static final String KEY_CCDMNEMONIC
The ccd menu mnemonic.

See Also:
Constant Field Values

KEY_RECORDMENU

static final String KEY_RECORDMENU
The record menu.

See Also:
Constant Field Values

KEY_RECORDMNEMONIC

static final String KEY_RECORDMNEMONIC
The record menu mnemonic.

See Also:
Constant Field Values

KEY_EDITITEMS

static final String KEY_EDITITEMS
The menu items in the edit menu.

See Also:
Constant Field Values

KEY_EDITACCS

static final String KEY_EDITACCS
The edit menu item accelserators.

See Also:
Constant Field Values

KEY_CCDITEMS

static final String KEY_CCDITEMS
The menu items in the edit menu.

See Also:
Constant Field Values

KEY_CCDACCS

static final String KEY_CCDACCS
The edit menu item accelserators.

See Also:
Constant Field Values

KEY_RECORDITEMS

static final String KEY_RECORDITEMS
The menu items in the record menu, normal items.

See Also:
Constant Field Values

KEY_RECORDACCS

static final String KEY_RECORDACCS
The record menu item accellerators.

See Also:
Constant Field Values

KEY_INCREMENTITEM

static final String KEY_INCREMENTITEM
The checkbox menu items in the record menu for incrementing.

See Also:
Constant Field Values

KEY_INCREMENTACC

static final String KEY_INCREMENTACC
The incrementing menu item accellerator.

See Also:
Constant Field Values

KEY_EXPOSURELABEL

static final String KEY_EXPOSURELABEL
The label for the exposure time spinner.

See Also:
Constant Field Values

KEY_EXPOSURETIP

static final String KEY_EXPOSURETIP
The tool-tip text on the exposure time spinner.

See Also:
Constant Field Values

KEY_XBINLABEL

static final String KEY_XBINLABEL
The label for the x-binning spinner.

See Also:
Constant Field Values

KEY_XBINTIP

static final String KEY_XBINTIP
The tool-tip text for the x-binning spinner.

See Also:
Constant Field Values

KEY_YBINLABEL

static final String KEY_YBINLABEL
The label for the y-binning spinner.

See Also:
Constant Field Values

KEY_YBINTIP

static final String KEY_YBINTIP
The tool-tip text for the y-binning spinner.

See Also:
Constant Field Values

KEY_RECORDTIP

static final String KEY_RECORDTIP
The tool-tip text for the single-exposure button.

See Also:
Constant Field Values

KEY_PLAYTIP

static final String KEY_PLAYTIP
The tool-tip text for the continuous exposure button.

See Also:
Constant Field Values

KEY_STOPTIP

static final String KEY_STOPTIP
The tool-tip text for the stop exposing button.

See Also:
Constant Field Values

KEY_EXPOSURELEFTTIP

static final String KEY_EXPOSURELEFTTIP
The tool-tip text for the number of exposures left label.

See Also:
Constant Field Values

KEY_IOERRORTITLE

static final String KEY_IOERRORTITLE
The title for error messages related to I/O Exceptions.

See Also:
Constant Field Values

KEY_WRITEERROR

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

See Also:
Constant Field Values

KEY_FITSEMPTY

static final String KEY_FITSEMPTY
Error message if we cannot access a fits resource.

See Also:
Constant Field Values

KEY_THREADTITLE

static final String KEY_THREADTITLE
The title for error messages related to thread state.

See Also:
Constant Field Values

KEY_THREADSTATEERROR

static final String KEY_THREADSTATEERROR
Error message if we want to start exposing while we are exposing.

See Also:
Constant Field Values

KEY_CCDTITLE

static final String KEY_CCDTITLE
The title for error messages related to ccd reading/setup.

See Also:
Constant Field Values

KEY_CCDSETUPERROR

static final String KEY_CCDSETUPERROR
Error message if we want to start exposing while we are exposing.

See Also:
Constant Field Values

KEY_CCDREADERROR

static final String KEY_CCDREADERROR
Error message if we have an error while we are exposing.

See Also:
Constant Field Values

KEY_SLOWDISPLAY

static final String KEY_SLOWDISPLAY
Warning message if fits retrieval is slower than exposure.

See Also:
Constant Field Values

KEY_DRIVERERROR

static final String KEY_DRIVERERROR
Error message if we have problems with the ccd driver.

See Also:
Constant Field Values

KEY_READERROR

static final String KEY_READERROR
Error message if we have problems reading a config file.

See Also:
Constant Field Values

KEY_NOEDIT

static final String KEY_NOEDIT
Error message if the drivers properties cannot be read.

See Also:
Constant Field Values

KEY_NEWDRIVER

static final String KEY_NEWDRIVER
Info message on inputing a new CCD driver properties.

See Also:
Constant Field Values

KEY_DRIVERTITLE

static final String KEY_DRIVERTITLE
Error message title if we have problems with the ccd driver.

See Also:
Constant Field Values

KEY_INPUTTITLE

static final String KEY_INPUTTITLE
Title for inputs.

See Also:
Constant Field Values

KEY_NUMBERINPUT

static final String KEY_NUMBERINPUT
Message for input of a record images number.

See Also:
Constant Field Values