| Interface | Description |
|---|---|
| DecorationState |
Base decoration states used by WebLaF decoration painters.
|
| IDecoration<E extends javax.swing.JComponent,I extends IDecoration<E,I>> |
Base interface for component state decorations.
|
| Stateful |
Interface designed to allow components or UIs provide additional decoration states.
|
| Class | Description |
|---|---|
| AbstractContainerPainter<E extends javax.swing.JComponent,U extends javax.swing.plaf.ComponentUI,D extends IDecoration<E,D>> |
Base painter for containers.
|
| AbstractDecoration<E extends javax.swing.JComponent,I extends AbstractDecoration<E,I>> |
Abstract component state decoration providing basic settings.
|
| AbstractDecorationPainter<E extends javax.swing.JComponent,U extends javax.swing.plaf.ComponentUI,D extends IDecoration<E,D>> |
Abstract decoration painter that can be used by any custom and specific painter.
|
| AbstractSectionDecorationPainter<E extends javax.swing.JComponent,U extends javax.swing.plaf.ComponentUI,D extends IDecoration<E,D>> |
Abstract decoration painter that can be used by any section painter.
|
| DecorationUtils |
Various utilities used by decoration data.
|
| WebDecoration<E extends javax.swing.JComponent,I extends WebDecoration<E,I>> |
Configurable decoration state used for most WebLaF components.
|