| 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 recieves data of custom type into run method.
|
| 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.
|
| 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 standart javax.swing.Timer.
|
| Enum | Description |
|---|---|
| WebTimer.PartType |
Time part type enumeration used to parse string delay.
|
| WebTimerType |
Additional custom timer timing options.
|
| Exception | Description |
|---|---|
| DelayFormatException |