| Interface | Description |
|---|---|
| LafWidget<T extends javax.swing.JComponent> |
Interface for LAF widgets (behavioural traits).
|
| Resettable |
Base interface for widgets that support the reset operation.
|
| Class | Description |
|---|---|
| LAFAdapter | |
| LafWidgetAdapter<T extends javax.swing.JComponent> |
Base implementation of
LafWidget interface. |
| LafWidgetRepository |
Repository of LAF widgets.
|
| LafWidgetRepository.LafWidgetClassInfo |
Information on a single class.
|
| LafWidgetSupport |
LAF-specific support for widgets.
|
| LafWidgetUtilities |
Various utility functions.
|
| LafWidgetUtilities2 |
Various utility functions.
|
| Exception | Description |
|---|---|
| UiThreadingViolationException |
This exception is thrown when the code detects violations of UI threading
rules.
|