java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopPaneUI
- 直接已知子类:
-
BasicDesktopPaneUI
,MultiDesktopPaneUI
可插拔的外观接口,用于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()子类调用的构造函数。
-