|
Class Summary |
| ActionButton |
A button that represents a javax.swing.Action. |
| ArrayContentsPanel |
A GUI component that shows what an array contains,
and lets you add and remove elements. |
| ArrowButton |
A button showing an arrow point right, left, up, or down. |
| BeanChoice |
A GUI widget that lets you choose among a set of beans
of a certain type. |
| BeanMenu |
A menu showing the available actions for a bean. |
| BeanPopupMenu |
A Popup menu for a bean. |
| BeanTable |
|
| BeanUtils |
|
| BeanView |
A GUI component used to render a bean in a user interface. |
| ClassBrowserPanel |
A GUI component that lets you select any class and browse
its constructors, static methods, etc. |
| ClassConstructorsPanel |
A GUI component that shows all the constructors provided by a given class |
| ClassSelectionComboBoxModel |
A ComboBox model for lists of classes. |
| ClassSelectionField |
A GUI widget that lets you select a class. |
| ClassSelectionList |
A JavaBean-compatible GUI component consisting of list with name of the classes
provided in constructor and label component containing package name for
selected in list component class. |
| CollectionContentsPanel |
A GUI component that shows what a Collection contains,
and lets you add and remove elements. |
| ConstructorParametersPanel |
A GUI component showing the parameters for a given constructor. |
| DateField |
A textfield for handling dates. |
| ErrorDialog |
|
| ErrorPanel |
|
| IconView |
A canvas that simply displays an Icon |
| InternalFrameCacher |
|
| LargeBeanView |
A panel containing a complete GUI for a bean,
including properties, methods, etc. |
| MethodList |
A GUI component that shows all the methods for a given object,
and provides ways of executing these methods. |
| MethodParametersPanel |
A GUI component showing the parameters of a method. |
| MethodsPanel |
A GUI component showing all the methods of a given bean and controls
for providing parameters, executing the methods, and manipulating the result |
| NumberField |
|
| PlayButton |
A StatusButton that looks like the "play" button
on a stereo (with a green triangle). |
| PlayStopController |
This class controls a play and stop button
so that they act consistently. |
| PropertiesPanel |
|
| PropertySheet |
|
| PropertyValueControl |
|
| ScrollButtonPanel |
|
| SmallBeanView |
|
| SplashWindow |
A floating splash window, i.e. |
| StateButton |
A button with an image and three possible
states: ON, OFF, and BLINK. |
| StaticMethodList |
A GUI component that shows all the static methods for a given class,
and provides ways of executing these methods. |
| StaticMethodsPanel |
A GUI component showing all the static methods of a given class and controls
for providing parameters, executing the methods, and manipulating the result |
| StopButton |
A StatusButton that looks like the "stop" button
on a stereo (with a black square). |
| SwingEnvironment |
Contains all global stuff |
| TextAreaOutputStream |
|
| VerticalLayout |
|