| Interface | Description |
|---|---|
| IPopOverPainter<E extends javax.swing.JRootPane,U extends WebRootPaneUI> |
Base interface for WebPopOver component painters.
|
| PopOverEventMethods |
This interface provides a set of methods that should be added into popover that supports custom WebLaF events.
|
| PopOverEventRunnable |
Custom runnable that provides ComponentEvent.
|
| PopOverListener |
Custom listener for WebPopOver state listening.
|
| Class | Description |
|---|---|
| ComponentMoveBehavior |
This listener allows you to simplify window/component move action.
|
| PopOverAdapter |
Adapter for PopOverListener listener.
|
| PopOverCloseListener | |
| PopOverPainter<E extends javax.swing.JRootPane,U extends WebRootPaneUI> |
Basic painter for WebPopOver component.
|
| TestFrame |
This class provides a quick way to open frame with the specified content and some other settings.
|
| WebFadeDialog | |
| WebPopOver |
Custom stylish pop-over dialog with a special corner that follows invoker component.
|
| WebPopup |
Custom extension that makes use of Swing heavy-weight popup.
|
| WebPopupWindow |
Custom popup window with modal exclude.
|
| WebProgressDialog |
This class provides a quick way to display a progress dialog anywhere you need it and change the progress values without any additional
efforts like working with Swing thread to update progress.
|
| WindowResizeAdapter |
| Enum | Description |
|---|---|
| PopOverAlignment | |
| PopOverDirection |
This enumeration represents possible WebPopOver dialog display ways relative to invoker component.
|
| PopOverLocation |
This enumeration represents possible WebPopOver default display locations on the screen.
|
| PopOverSourcePoint |
This enumeration represents WebPopOver source point.
|