所有类
javax.swing.plaf
类 RootPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.RootPaneUI
- 直接已知子类:
- BasicRootPaneUI, MultiRootPaneUI
-
public abstract class RootPaneUI
- extends ComponentUI
JRootPane 的可插入外观界面。
从类 javax.swing.plaf.ComponentUI 继承的方法 |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootPaneUI
public RootPaneUI()
所有类