| Interface | Description |
|---|---|
| IDesktopIconPainter<E extends javax.swing.JInternalFrame.JDesktopIcon,U extends WebDesktopIconUI> |
Base interface for JInternalFrame.JDesktopIcon component painters.
|
| IDesktopPanePainter<E extends javax.swing.JDesktopPane,U extends WebDesktopPaneUI> |
Base interface for JDesktopPane component painters.
|
| IInternalFramePainter<E extends javax.swing.JInternalFrame,U extends WebInternalFrameUI> |
Base interface for JInternalFrame component painters.
|
| Class | Description |
|---|---|
| AdaptiveDesktopIconPainter<E extends javax.swing.JInternalFrame.JDesktopIcon,U extends WebDesktopIconUI> |
Simple DesktopIconPainter adapter class.
|
| AdaptiveDesktopPanePainter<E extends javax.swing.JDesktopPane,U extends WebDesktopPaneUI> |
Simple DesktopPanePainter adapter class.
|
| AdaptiveInternalFramePainter<E extends javax.swing.JInternalFrame,U extends WebInternalFrameUI> |
Simple InternalFramePainter adapter class.
|
| DesktopIconPainter<E extends javax.swing.JInternalFrame.JDesktopIcon,U extends WebDesktopIconUI,D extends IDecoration<E,D>> |
Basic painter for JDesktopIcon component.
|
| DesktopPanePainter<E extends javax.swing.JDesktopPane,U extends WebDesktopPaneUI,D extends IDecoration<E,D>> |
Basic painter for JDesktopPane component.
|
| InternalFramePainter<E extends javax.swing.JInternalFrame,U extends WebInternalFrameUI,D extends IDecoration<E,D>> |
Basic painter for JInternalFrame component.
|
| WebDesktopIconUI | |
| WebDesktopPane | |
| WebDesktopPaneUI | |
| WebInternalFrame |
This JInternalFrame extension class provides a direct access to WebInternalFrameUI methods.
|
| WebInternalFrameTitlePane | |
| WebInternalFrameUI |
Custom UI for JInternalFrame component.
|