jview
Class DefaultFitsLabels

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

public class DefaultFitsLabels
extends DefaultBorderLabels
implements FitsLabels

A class that bundles default label names for JFitsFrame 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 DEFCOLORLABEL
          The English label on the colorize check box.
private static String DEFCOLORTIP
          The English tool-tip text on the colorize check box.
private static String DEFGAUSSLABEL
          The English label on the reset button.
private static String DEFGAUSSTIP
          The English tool-tip text on the reset button.
private static String DEFINVERTLABEL
          The English label on the invert check box.
private static String DEFINVERTTIP
          The English tool-tip text on the invert check box.
private static String DEFKEEPTIP
          The English tool-tip text on the keep slider.
private static String DEFREDRAWLABEL
          The English label on the reset button.
private static String DEFREDRAWTIP
          The English tool-tip text on the reset button.
private static String DEFRESETLABEL
          The English label on the reset button.
private static String DEFRESETTIP
          The English tool-tip text on the reset button.
private static String DEFSCALELABEL
          The English label on the reset button.
private static String DEFSCALETIP
          The English tool-tip text on the scaling choice.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
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
DefaultFitsLabels()
          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

DEFSCALELABEL

private static final String DEFSCALELABEL
The English label on the reset button.

See Also:
Constant Field Values

DEFSCALETIP

private static final String DEFSCALETIP
The English tool-tip text on the scaling choice.

See Also:
Constant Field Values

DEFKEEPTIP

private static final String DEFKEEPTIP
The English tool-tip text on the keep slider.

See Also:
Constant Field Values

DEFINVERTLABEL

private static final String DEFINVERTLABEL
The English label on the invert check box.

See Also:
Constant Field Values

DEFINVERTTIP

private static final String DEFINVERTTIP
The English tool-tip text on the invert check box.

See Also:
Constant Field Values

DEFCOLORLABEL

private static final String DEFCOLORLABEL
The English label on the colorize check box.

See Also:
Constant Field Values

DEFCOLORTIP

private static final String DEFCOLORTIP
The English tool-tip text on the colorize check box.

See Also:
Constant Field Values

DEFGAUSSLABEL

private static final String DEFGAUSSLABEL
The English label on the reset button.

See Also:
Constant Field Values

DEFGAUSSTIP

private static final String DEFGAUSSTIP
The English tool-tip text on the reset button.

See Also:
Constant Field Values

DEFREDRAWLABEL

private static final String DEFREDRAWLABEL
The English label on the reset button.

See Also:
Constant Field Values

DEFREDRAWTIP

private static final String DEFREDRAWTIP
The English tool-tip text on the reset button.

See Also:
Constant Field Values

DEFRESETLABEL

private static final String DEFRESETLABEL
The English label on the reset button.

See Also:
Constant Field Values

DEFRESETTIP

private static final String DEFRESETTIP
The English tool-tip text on the reset button.

See Also:
Constant Field Values
Constructor Detail

DefaultFitsLabels

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