| Interface | Description |
|---|---|
| Customizer<T> |
This interface allows you to create customizer for objects of any type.
|
| DataProvider<T> |
This interface provides a single method for data request of any type.
|
| DataRunnable<T> |
Custom runnable that receives data of custom type into run method.
|
| HoverListener<E> |
Custom listener that informs about hover object changes.
|
| SwingMethods |
This interface is extended by all interfaces that provide custom methods for multiply Web-components.
|
| Class | Description |
|---|---|
| AncestorAdapter |
Adapter to support notification when changes occur to a JComponent or one of its ancestors.
|
| EnumLazyIconProvider |
Special class for simple and lazy enum icons retrieval.
|
| HoverAdapter<E> |
Adapter for
HoverListener. |
| LazyActionMap |
An ActionMap that populates its contents as necessary.
|
| SwingLazyValue |
SwingLazyValue is a copy of ProxyLazyValue that does not snapshot the AccessControlContext or use a doPrivileged to resolve the class
name.
|
| TimerActionListener |
Small extension for ActionListener to simplify timer usage.
|
| WebTimer |
This timer is a small extension for standard javax.swing.Timer.
|
| Enum | Description |
|---|---|
| SizeType |
Represents various possible component size types.
|
| WebTimerType |
Additional custom timer timing options.
|