- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.RootPaneUI
-
- 已知直接子类:
-
BasicRootPaneUI
,MultiRootPaneUI
public abstract class RootPaneUI extends ComponentUI
JRootPane可插拔的外观和界面。- 从以下版本开始:
- 1.3
-
-
构造方法摘要
构造方法 Constructor 描述 RootPaneUI()
-
方法摘要
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
-