This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.swing.plaf.basic
class BasicRootPaneUI

java.lang.Object extended by javax.swing.plaf.ComponentUI extended by javax.swing.plaf.RootPaneUI extended by javax.swing.plaf.basic.BasicRootPaneUI
All Implemented Interfaces:
PropertyChangeListener
Direct Known Subclasses:
MetalRootPaneUI

public class BasicRootPaneUI
extends RootPaneUI
implements PropertyChangeListener

Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.


Constructor Summary

          
 
Method Summary
static ComponentUI

          
protected void

          
protected void

          
protected void

          
protected void

          
 void

          Configures the specified component appropriate for the look and feel.
 void

          Invoked when a property changes on the root pane.
protected void

          
protected void

          
protected void

          
protected void

          
 void

          Reverses configuration which was done on the specified component during installUI.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRootPaneUI

public BasicRootPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)
Parameters:
c

installComponents

protected void installComponents(JRootPane root)
Parameters:
root

installDefaults

protected void installDefaults(JRootPane c)
Parameters:
c

installKeyboardActions

protected void installKeyboardActions(JRootPane root)
Parameters:
root

installListeners

protected void installListeners(JRootPane root)
Parameters:
root

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI
Parameters:
c

propertyChange

public void propertyChange(PropertyChangeEvent e)
Invoked when a property changes on the root pane. If the event indicates the defaultButton has changed, this will reinstall the keyboard actions.

Parameters:
e

uninstallComponents

protected void uninstallComponents(JRootPane root)
Parameters:
root

uninstallDefaults

protected void uninstallDefaults(JRootPane root)
Parameters:
root

uninstallKeyboardActions

protected void uninstallKeyboardActions(JRootPane root)
Parameters:
root

uninstallListeners

protected void uninstallListeners(JRootPane root)
Parameters:
root

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI
Parameters:
c


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.