|
||||||||||
| 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.DefaultClientLabels
stella.jview.DefaultEnvironmentLabels
public class DefaultEnvironmentLabels
A class that bundles default label names for JEnvironmentDisplay
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 |
DEFDATELABEL
The default file menu item names. |
private static String |
DEFDATETIP
The menu items in the file menu. |
private static String |
DEFNODATABASE
The English message for no URL-access. |
private static String |
DEFNODATABASETITLE
The English message for no help availbale. |
private static String |
DEFSPANLABEL
The menu items in the file menu. |
private static String |
DEFSPANTIP
The menu items in the file menu. |
private static String |
DEFUPDATEBUTTON
The menu items in the file menu. |
private static String |
DEFUPDATETIP
The menu items in the file menu. |
| Fields inherited from class util.DefaultBundle |
|---|
lookup |
| Fields inherited from class java.util.ResourceBundle |
|---|
parent |
| Fields inherited from interface stella.jview.EnvironmentLabels |
|---|
KEY_DATELABEL, KEY_DATETIP, KEY_NODATABASE, KEY_NODATABASETITLE, KEY_SPANLABEL, KEY_SPANTIP, KEY_UPDATEBUTTON, KEY_UPDATETIP |
| Fields inherited from interface jview.ClientLabels |
|---|
KEY_CONNECTERROR, KEY_CONNECTTITLE, KEY_DISCONNECTERROR |
| 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 | |
|---|---|
DefaultEnvironmentLabels()
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 DEFNODATABASE
private static final String DEFNODATABASETITLE
private static final String DEFDATELABEL
private static final String DEFDATETIP
private static final String DEFSPANLABEL
private static final String DEFSPANTIP
private static final String DEFUPDATEBUTTON
private static final String DEFUPDATETIP
| Constructor Detail |
|---|
public DefaultEnvironmentLabels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||