|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.ResourceBundle
util.DefaultBundle
jview.DefaultBorderLabels
jview.DefaultFitsLabels
jview.DefaultFitsFrameLabels
public class DefaultFitsFrameLabels
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 |
|---|
private static final String DEFFILEITEMS
private static final String DEFFILEACCS
private static final String DEFVIEWPORTTIP
private static final String DEFBIASFRAME
private static final String DEFBIASFRAMETIP
private static final String DEFDARKFRAME
private static final String DEFDARKFRAMETIP
private static final String DEFFLATFRAME
private static final String DEFFLATFRAMETIP
private static final String DEFNEXTFRAME
private static final String DEFNEXTFRAMETIP
private static final String DEFPREVFRAME
private static final String DEFPREVFRAMETIP
private static final String DEFHISTOGRAM
private static final String DEFHISTOGRAMTIP
private static final String DEFVERTICALCUT
private static final String DEFVERTICALCUTTIP
private static final String DEFHORIZONTALCUT
private static final String DEFHORIZONTALCUTTIP
private static final String DEFFITSTITLE
private static final String DEFFITSERROR
| Constructor Detail |
|---|
public DefaultFitsFrameLabels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||