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.JTabbedPane

Packages that use JTabbedPane
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). 
 

Uses of JTabbedPane in javax.microedition.plaf
 

Methods in javax.microedition.plaf with parameters of type JTabbedPane
 int TabbedPaneUI.tabForCoordinate(JTabbedPane pane, int x, int y)
          Returns the tab index which intersects the specified point in the JTabbedPane's coordinate space.
 Rectangle TabbedPaneUI.getTabBounds(JTabbedPane pane, int index)
          Invokes the getTabBounds method on each UI handled by this object.
 int TabbedPaneUI.getTabRunCount(JTabbedPane pane)
          Invokes the getTabRunCount method on each UI handled by this object.
 


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.