Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Uses of Class
javax.swing.JTabbedPane

Packages that use JTabbedPane
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
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 The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. 
 

Uses of JTabbedPane in javax.swing
 

Constructors in javax.swing with parameters of type JTabbedPane
JTabbedPane.ModelListener.JTabbedPane.ModelListener()
           
JTabbedPane.AccessibleJTabbedPane.JTabbedPane.AccessibleJTabbedPane()
          Constructs an AccessibleJTabbedPane
 

Uses of JTabbedPane in javax.swing.plaf
 

Methods in javax.swing.plaf with parameters of type JTabbedPane
abstract  int TabbedPaneUI.tabForCoordinate(JTabbedPane pane, int x, int y)
           
abstract  Rectangle TabbedPaneUI.getTabBounds(JTabbedPane pane, int index)
           
abstract  int TabbedPaneUI.getTabRunCount(JTabbedPane pane)
           
 

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)
           
 int BasicTabbedPaneUI.getTabRunCount(JTabbedPane pane)
           
 int BasicTabbedPaneUI.tabForCoordinate(JTabbedPane pane, int x, int y)
           
 

Uses of JTabbedPane in javax.swing.plaf.multi
 

Methods in javax.swing.plaf.multi with parameters of type JTabbedPane
 int MultiTabbedPaneUI.tabForCoordinate(JTabbedPane a, int b, int c)
          Call tabForCoordinate on each UI handled by this MultiUI.
 Rectangle MultiTabbedPaneUI.getTabBounds(JTabbedPane a, int b)
          Call getTabBounds on each UI handled by this MultiUI.
 int MultiTabbedPaneUI.getTabRunCount(JTabbedPane a)
          Call getTabRunCount on each UI handled by this MultiUI.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.