Package arlut.csd.JDataComponent

Interface Summary
JchoiceInterface This interface is used to allow a callback to be done from the ChoiceList to set the component which is attached to that JchoiceList.
JsetValueCallback Client-side interface used to allow callback to be done from GUI components in the arlut.csd.JDataComponent package to the container which contains them.
 

Class Summary
JcalendarField This class defines a date input field object.
JcheckboxField Subclass of JCheckBox used to connect a checkbox to the standard JsetValueCallback callback.
JchoiceList JchoiceList This class is basically a java.awt.List object with some added functionality.
JcomponentAttr  
JdateField This class defines a date input field object.
JentryDocument Helper class for JentryField and its subclasses.
JentryField JentryField serves as an abstract base class for all GUI fields in the client that use textfields.
JFieldWrapper  
JfloatField This class defines a GUI field component that is capable of handling Java doubles.
JFocusRootPanel  
JIPField This class is an IPv4/IPv6 data display/entry widget for Ganymede.
JMultiLineLabel  
JnumberField This class defines an entry field that is capable of handling integers.
JPanelCombo  
JpassField JpassField is the composite two-field GUI component used for entering passwords in the Ganymede client.
JpasswordField This class defines an entry field that is capable of handling strings.
JSeparator  
JstringArea  
JstringField This class defines an entry field that is capable of handling strings.
JstringListBox A sorted listbox that handles listHandle's.
Jtaskbar  
JValueObject A client-side message object used to pass status updates from GUI components in the arlut.csd.JDataComponent package to their containers.
LAFMenu  
listHandle A wrapper to hold both a String and (optionally) a related object, such as an Invid.
StringSelector A two-paneled GUI component for adding or removing strings and/or labeled objects from a list, with an optional list of available strings and/or objects to choose from.
TimedKeySelectionManager A JComboBox KeySelectionManager subclass that can be attached to a JComboBox to allow typing multiple characters of an item name to find it within the JComboBox's model.