|
||||||||||
| 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
public class DefaultFitsLabels
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 |
|---|
private static final String DEFSCALELABEL
private static final String DEFSCALETIP
private static final String DEFKEEPTIP
private static final String DEFINVERTLABEL
private static final String DEFINVERTTIP
private static final String DEFCOLORLABEL
private static final String DEFCOLORTIP
private static final String DEFGAUSSLABEL
private static final String DEFGAUSSTIP
private static final String DEFREDRAWLABEL
private static final String DEFREDRAWTIP
private static final String DEFRESETLABEL
private static final String DEFRESETTIP
| Constructor Detail |
|---|
public DefaultFitsLabels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||