| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JTabbedPane | |
|---|---|
| javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. | 
| javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. | 
| javax.swing.plaf.multi | Provides user interface objects that combine two or more look and feels. | 
| Uses of JTabbedPane in javax.swing.plaf | 
|---|
| Methods in javax.swing.plaf with parameters of type JTabbedPane | |
|---|---|
| abstract  Rectangle | TabbedPaneUI.getTabBounds(JTabbedPane pane,
             int index) | 
| abstract  int | TabbedPaneUI.getTabRunCount(JTabbedPane pane) | 
| abstract  int | TabbedPaneUI.tabForCoordinate(JTabbedPane pane,
                 int x,
                 int y) | 
| Uses of JTabbedPane in javax.swing.plaf.basic | 
|---|
| Fields in javax.swing.plaf.basic declared as JTabbedPane | |
|---|---|
| protected  JTabbedPane | BasicTabbedPaneUI.tabPane | 
| Methods in javax.swing.plaf.basic with parameters of type JTabbedPane | |
|---|---|
|  Rectangle | BasicTabbedPaneUI.getTabBounds(JTabbedPane pane,
             int i)Returns the bounds of the specified tab index. | 
|  int | BasicTabbedPaneUI.getTabRunCount(JTabbedPane pane) | 
|  int | BasicTabbedPaneUI.tabForCoordinate(JTabbedPane pane,
                 int x,
                 int y)Returns the tab index which intersects the specified point in the JTabbedPane's coordinate space. | 
| Uses of JTabbedPane in javax.swing.plaf.multi | 
|---|
| Methods in javax.swing.plaf.multi with parameters of type JTabbedPane | |
|---|---|
|  Rectangle | MultiTabbedPaneUI.getTabBounds(JTabbedPane a,
             int b)Invokes the getTabBoundsmethod on each UI handled by this object. | 
|  int | MultiTabbedPaneUI.getTabRunCount(JTabbedPane a)Invokes the getTabRunCountmethod on each UI handled by this object. | 
|  int | MultiTabbedPaneUI.tabForCoordinate(JTabbedPane a,
                 int b,
                 int c)Invokes the tabForCoordinatemethod on each UI handled by this object. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.