Package ccl.swing

Interface Summary
Highlightable A list that changes item color after item was selected.
 

Class Summary
AboutDialog About dialog coupled to ccl.util.Init object which feeds it with author information etc.
AnimationPanel Deprecated.  
AutoGridBagLayout This layout manager hides a lot of complexity from the GridBagLayout manager, especially through hiding the GridBagConstraints object.
BusyWindow This window displays an animated icon to show its app is busy while the user has to wait for something to finish.
CCLBorder A border used in most ccl widgets, which is similar to the border used in MS Windows.
CCLBorderWindow A window with frame like a Dialog under XWindows.
CCLButtonBorder A standard button border that should look quite familiar to most people.
CCLButtonBorderTableCellRenderer Table cell renderer used for ccl button border in a table header.
CCLLineBorder This class can not handle round corners, but it can handle lines with a variety of thickness for each individual line.
CCLScrollBarUI  
CCLScrollButton JButton object for Metal scrollbar arrows.
CCLTable A nicer looking swing table.
CCLTreeNode A tree note that offers more sophisticated add feature.
ComponentHierachyFrame Compiles only with jdk 1.2.
DateField An gui class for retrieving a date.
DoubleList A DoubleList is a panel that consists of to lists which are connected through a DoubleListModel.
DoubleListCancelSelector  
DoubleListModel The model for the DoubleList component.
ExampleFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExitJDialog Modal dialog that sets itself invisible when it gets closed.
ExitJFrame $Header: /home/clemens/src/java/ccl/src/ccl/swing/RCS/ExitJFrame.java,v 1.8 2003/05/01 16:44:16 clemens Exp clemens $
GraphicsUtil Support class for graphics stuff, like for example saving jpeg images.
HighlightableValue A list that changes item color after item was selected.
HighlightedList A list that changes item color after item was selected.
HighlightedListCellRenderer A list that changes item color after item was selected.
InputCancelDialog This dialog provides a basic input facility for a line of text.
ListCancelMultiSelector Deprecated. Use ListCancelSelector with multi select flag.
ListCancelSelector Select items from a list or cancel.
ListEditDialog Appropriate for selecting CLASSPATH's for example.
ListToListPanel Selector which lets more items from one list to another.
MainJFrame MainJFrame can be used to inherit you applications main frame class from, which would act as a controller and view of your application.
MainJFrame.CCLMetalTheme A class representing a swing theme used by default for the ccl library.
MainJMenuBar A convenience class to create application menus in an easy way.
MemoryDialog Dialog with memory information.
MemoryPanel Panel with memory information.
MessageBox  
MetaJDialog Allows to start Dialogs out of this modal dialog.
OKCancelDialog $Id: OKCancelDialog.java,v 1.6 2003/05/01 16:44:25 clemens Exp clemens $
OKCancelFocusManager For an example how to use this see OKCancelPanel.
OKCancelPanel A panel with OK and Cancel button for use in dialogs.
RunnableAction Implements action and Runnable.
SplashWindow A splash screen.
SplitPane This class provides a workaround for a bug in the JSplitPane.setDividerLocation( double ) method.
SwingUtil Utility class for gui/swing stuff.
TextViewer A simple text viewer class.
ThreadsDialog Dialog which shows currently running threads.
YesNoCancelDialog