java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.RootPaneUI javax.swing.plaf.basic.BasicRootPaneUI
public BasicRootPaneUI()
public static ComponentUI createUI(JComponent c)
protected void installComponents(JRootPane root)
protected void installDefaults(JRootPane c)
protected void installKeyboardActions(JRootPane root)
protected void installListeners(JRootPane root)
public void installUI(JComponent c)
JComponent.updateUI()
JComponent.setUI(javax.swing.plaf.ComponentUI)
public void propertyChange(PropertyChangeEvent e)
protected void uninstallComponents(JRootPane root)
protected void uninstallDefaults(JRootPane root)
protected void uninstallKeyboardActions(JRootPane root)
protected void uninstallListeners(JRootPane root)
public void uninstallUI(JComponent c)
ComponentUI.installUI(javax.swing.JComponent)