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. |
CCLScrollBarUI |
|
CCLScrollButton |
JButton object for Metal scrollbar arrows. |
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.6 2002/05/20 12:09:23 clemens Exp clemens $ |
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 |
// ToDo: Info und Hilfe standardmäßig bearbeiten
Shortcut ctrl-s wird automatisch für save oder speichern eingefügt
in MainMenu.MainMenu(). |
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.4 2002/05/20 12:09:33 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 |
|