stella.jview
Class DefaultObjectLabels

java.lang.Object
  extended by java.util.ResourceBundle
      extended by util.DefaultBundle
          extended by jview.DefaultBorderLabels
              extended by jview.DefaultClientLabels
                  extended by stella.jview.DefaultObjectLabels
All Implemented Interfaces:
BorderLabels, ClientLabels, ObjectLabels

public class DefaultObjectLabels
extends DefaultClientLabels
implements ObjectLabels

A class that bundles default label names for JObjectDisplay 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 DEFNAMEORDER
          The label on the sort button for name sorts.
private static String DEFORDERTIP
          The tip on the user combo box.
private static String DEFPERIODLABEL
          The default file menu item names.
private static String DEFPERIODTIP
          The menu items in the file menu.
private static String DEFPLOTIT
          The label on the plot button.
private static String DEFPLOTITTIP
          The label on the plot button.
private static String DEFRAORDER
          The label on the sort button for ra sorts.
private static String DEFSCIENCEBOX
          The menu items in the file menu.
private static String DEFSCIENCETIP
          The menu items in the file menu.
private static String DEFSQLLABEL
          The default file menu item names.
private static String DEFSQLTIP
          The menu items in the file menu.
private static String DEFSUCCESSBOX
          The menu items in the file menu.
private static String DEFSUCCESSTIP
          The menu items in the file menu.
private static String DEFUSERTIP
          The tip on the user combo box.
 
Fields inherited from class util.DefaultBundle
lookup
 
Fields inherited from class java.util.ResourceBundle
parent
 
Fields inherited from interface stella.jview.ObjectLabels
KEY_NAMEORDER, KEY_ORDERTIP, KEY_PERIODLABEL, KEY_PERIODTIP, KEY_PLOTIT, KEY_PLOTITTIP, KEY_RAORDER, KEY_SCIENCEBOX, KEY_SCIENCETIP, KEY_SQLLABEL, KEY_SQLTIP, KEY_SUCCESSBOX, KEY_SUCCESSTIP, KEY_USERTIP
 
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
DefaultObjectLabels()
          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

DEFUSERTIP

private static final String DEFUSERTIP
The tip on the user combo box.

See Also:
Constant Field Values

DEFORDERTIP

private static final String DEFORDERTIP
The tip on the user combo box.

See Also:
Constant Field Values

DEFNAMEORDER

private static final String DEFNAMEORDER
The label on the sort button for name sorts.

See Also:
Constant Field Values

DEFRAORDER

private static final String DEFRAORDER
The label on the sort button for ra sorts.

See Also:
Constant Field Values

DEFPLOTIT

private static final String DEFPLOTIT
The label on the plot button.

See Also:
Constant Field Values

DEFPLOTITTIP

private static final String DEFPLOTITTIP
The label on the plot button.

See Also:
Constant Field Values

DEFPERIODLABEL

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

See Also:
Constant Field Values

DEFPERIODTIP

private static final String DEFPERIODTIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFSQLLABEL

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

See Also:
Constant Field Values

DEFSQLTIP

private static final String DEFSQLTIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFSCIENCEBOX

private static final String DEFSCIENCEBOX
The menu items in the file menu.

See Also:
Constant Field Values

DEFSCIENCETIP

private static final String DEFSCIENCETIP
The menu items in the file menu.

See Also:
Constant Field Values

DEFSUCCESSBOX

private static final String DEFSUCCESSBOX
The menu items in the file menu.

See Also:
Constant Field Values

DEFSUCCESSTIP

private static final String DEFSUCCESSTIP
The menu items in the file menu.

See Also:
Constant Field Values
Constructor Detail

DefaultObjectLabels

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