| Interface | Description |
|---|---|
| CancellableComponent |
Interface implemented by those components that can cancel an action at anytime.
|
| Class | Description |
|---|---|
| AcceptCancelPanel |
A JPanel representing a normative sized and aligned Ok and Cancel buttons according
on the gvSIG's style sheet.
|
| DefaultBean |
A JPanel with addListener(BeanListener l), removeListener(BeanListener l),
and callValueChange(Object value) methods for adding and removing listeners,
and firing BeanValueChange events.
|
| Messages |
Bridge class to provide internationalization services to the library.
|
| Pager |
Bean that is useful to browse a very large list of data.
|
| ProgressDialog |
It is aimed to have an easy way to show a progres bar dialog.
|
| SamplePanel |
Sample class for see how to use BeanListeners.
|