java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopPaneUI
- Direct Known Subclasses:
BasicDesktopPaneUI
,MultiDesktopPaneUI
Pluggable look and feel interface for JDesktopPane.
-
Constructor Summary
-
Method Summary
Methods declared in class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
DesktopPaneUI
protected DesktopPaneUI()Constructor for subclasses to call.
-