Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
javax.swing.plaf.ComponentUI

Packages that use ComponentUI
javax.microedition.plaf AGUI provides a Pluggable Look and Feel architecture, similar to that which is defined in Java SE (from which AGUI is subset). 
javax.swing.plaf Provides the basis for the implementation of Swing pluggable look-and-feel capabilities for AGUI. 
 

Uses of ComponentUI in javax.microedition.plaf
 

Methods in javax.microedition.plaf that return ComponentUI
abstract  ComponentUI PlatformFactory.getPlatformObject(java.lang.Object apiObject)
           This method returns an object for a given public UI class.
abstract  ComponentUI PlatformFactory.createPlatformObject(java.lang.Object apiObject)
           Creates a ComponentUI for a given UI component object.
 

Uses of ComponentUI in javax.swing.plaf
 

Methods in javax.swing.plaf that return ComponentUI
static ComponentUI ComponentUI.createUI(JComponent c)
          Returns an instance of the UI delegate for the specified component.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.