jview
Class DefaultFitsFrameLabels

java.lang.Object
  extended by java.util.ResourceBundle
      extended by util.DefaultBundle
          extended by jview.DefaultBorderLabels
              extended by jview.DefaultFitsLabels
                  extended by jview.DefaultFitsFrameLabels
All Implemented Interfaces:
BorderLabels, FitsFrameLabels, FitsLabels
Direct Known Subclasses:
DefaultCameraLabels

public class DefaultFitsFrameLabels
extends DefaultFitsLabels
implements FitsFrameLabels

A class that bundles default label names for JCamera into a class. It is rather a matter of taste to define this as a simple property file or to use a full-fledged class for it.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
private static String DEFBIASFRAME
          The English label on the bias frame button.
private static String DEFBIASFRAMETIP
          The English label on the next frame button.
private static String DEFDARKFRAME
          The English label on the bias frame button.
private static String DEFDARKFRAMETIP
          The English label on the next frame button.
private static String DEFFILEACCS
          The default file menu accelerators.
private static String DEFFILEITEMS
          The default file menu item names.
private static String DEFFITSERROR
          English Error message if we cannot read a fits file.
private static String DEFFITSTITLE
          The English title for error messages related to the fits file.
private static String DEFFLATFRAME
          The English label on the bias frame button.
private static String DEFFLATFRAMETIP
          The English label on the next frame button.
private static String DEFHISTOGRAM
          The English label on the histogram button.
private static String DEFHISTOGRAMTIP
          The English tool-tip text on the histogram button.
private static String DEFHORIZONTALCUT
          The English label on the horizontal cut button.
private static String DEFHORIZONTALCUTTIP
          The English tool-tip text on the horizontal cut button.
private static String DEFNEXTFRAME
          The English label on the next frame button.
private static String DEFNEXTFRAMETIP
          The English label on the next frame button.
private static String DEFPREVFRAME
          The English label on the next frame button.
private static String DEFPREVFRAMETIP
          The English label on the next frame button.
private static String DEFVERTICALCUT
          The English label on the vertical cut button.
private static String DEFVERTICALCUTTIP
          The English tool-tip text on the vertical cut button.
private static String DEFVIEWPORTTIP
          The English tool-tip text on the viewport button.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
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
 
Constructor Summary
DefaultFitsFrameLabels()
          Load the default values in the properties file.
 
Method Summary
 
Methods inherited from class util.DefaultBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFFILEITEMS

private static final String DEFFILEITEMS
The default file menu item names.

See Also:
Constant Field Values

DEFFILEACCS

private static final String DEFFILEACCS
The default file menu accelerators.

See Also:
Constant Field Values

DEFVIEWPORTTIP

private static final String DEFVIEWPORTTIP
The English tool-tip text on the viewport button.

See Also:
Constant Field Values

DEFBIASFRAME

private static final String DEFBIASFRAME
The English label on the bias frame button.

See Also:
Constant Field Values

DEFBIASFRAMETIP

private static final String DEFBIASFRAMETIP
The English label on the next frame button.

See Also:
Constant Field Values

DEFDARKFRAME

private static final String DEFDARKFRAME
The English label on the bias frame button.

See Also:
Constant Field Values

DEFDARKFRAMETIP

private static final String DEFDARKFRAMETIP
The English label on the next frame button.

See Also:
Constant Field Values

DEFFLATFRAME

private static final String DEFFLATFRAME
The English label on the bias frame button.

See Also:
Constant Field Values

DEFFLATFRAMETIP

private static final String DEFFLATFRAMETIP
The English label on the next frame button.

See Also:
Constant Field Values

DEFNEXTFRAME

private static final String DEFNEXTFRAME
The English label on the next frame button.

See Also:
Constant Field Values

DEFNEXTFRAMETIP

private static final String DEFNEXTFRAMETIP
The English label on the next frame button.

See Also:
Constant Field Values

DEFPREVFRAME

private static final String DEFPREVFRAME
The English label on the next frame button.

See Also:
Constant Field Values

DEFPREVFRAMETIP

private static final String DEFPREVFRAMETIP
The English label on the next frame button.

See Also:
Constant Field Values

DEFHISTOGRAM

private static final String DEFHISTOGRAM
The English label on the histogram button.

See Also:
Constant Field Values

DEFHISTOGRAMTIP

private static final String DEFHISTOGRAMTIP
The English tool-tip text on the histogram button.

See Also:
Constant Field Values

DEFVERTICALCUT

private static final String DEFVERTICALCUT
The English label on the vertical cut button.

See Also:
Constant Field Values

DEFVERTICALCUTTIP

private static final String DEFVERTICALCUTTIP
The English tool-tip text on the vertical cut button.

See Also:
Constant Field Values

DEFHORIZONTALCUT

private static final String DEFHORIZONTALCUT
The English label on the horizontal cut button.

See Also:
Constant Field Values

DEFHORIZONTALCUTTIP

private static final String DEFHORIZONTALCUTTIP
The English tool-tip text on the horizontal cut button.

See Also:
Constant Field Values

DEFFITSTITLE

private static final String DEFFITSTITLE
The English title for error messages related to the fits file.

See Also:
Constant Field Values

DEFFITSERROR

private static final String DEFFITSERROR
English Error message if we cannot read a fits file.

See Also:
Constant Field Values
Constructor Detail

DefaultFitsFrameLabels

public DefaultFitsFrameLabels()
Load the default values in the properties file.