Top Description Constructors Methods
javax.swing.plaf

public abstract Class DesktopPaneUI

extends ComponentUI
Class Inheritance
Known Direct Subclasses
javax.swing.plaf.basic.BasicDesktopPaneUI, javax.swing.plaf.multi.MultiDesktopPaneUI

Pluggable look and feel interface for JDesktopPane.
Author
David Kloba

Constructor Summary

AccessConstructor and Description
protected
DesktopPaneUI()

Constructor for subclasses to call.

Method Summary

Inherited from javax.swing.plaf.ComponentUI:
containscreateUIgetAccessibleChildgetAccessibleChildrenCountgetBaselinegetBaselineResizeBehaviorgetMaximumSizegetMinimumSizegetPreferredSizeinstallUIpaintuninstallUIupdate

Constructor Detail

DesktopPaneUIback to summary
protected DesktopPaneUI()

Constructor for subclasses to call.