Package com.darwinsys.swingui

Classes for helping construct and use Swing Graphical User Interfaces.

See:
          Description

Class Summary
ArrayListTableModel JTable model for List of heterogeneous objects.
ArrayListTablePanel<T> ArrayListTablePanel - Bean/GUI panel for ArrayListTableModel.
ButtonExclusionGroup This class is used to create a single-enablement scope for a set of buttons.
CalIcon Display one of those standard Calendar Page icons with Weekday, Day and Month.
Clock A simple Clock
ErrorUtil Convenience class for fielding Exceptions in a Swing App.
ErrorUtil.DetailsDialog Inner class Dialog to display the details of an Exception
FileChooserPanel A Panel with a Filename TextField, browse button, and JFileChooser.
FilterGUI<T> FilterGUI implements a back-and-forth list, ie, two columns of items, in which items can be moved back and forth between them with "Add" and "Del" buttons.
FilterGUIListModel<E> FilterGUIListModel combines an ArrayList with a ListModel for ease of use.
FontChooser A Swing-based Font Selection JDialog, to be created and setVisible(true) in the usual way.
GenericSwingUI  
I18N Set of convenience routines for internationalized code.
ImageButton Deprecated. Use the appropriate JButton constructors directly.
IntlAction Class for creating an Internationalized Swing Action.
LabelText A label and text combination, inspired by the LabelText control in Guy Eddon's ActiveX Components book (2nd Edition, page 203).
PrefsPanel A simple Preferences Panel
RecentMenu Maintain a "Recent Items" menu component.
SimpleHelp Simple Help Frame based on JFC JEditorPane.
Splash A simple Splash screen.
SuccessFailureBarSwing A Swing implementation of SuccessFailureUI; vaguely like a ProgressBar but only shows Green (success), Red (failure), or neutral.
UtilGUI Utilities for GUI work.
WindowCloser Deprecated. For simple closing, just use JFrame.setDefaultCloseOperation().
 

Enum Summary
PrefsPanel.PredefinedPanel  
 

Package com.darwinsys.swingui Description

Classes for helping construct and use Swing Graphical User Interfaces.



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.