Uses of Class
javax.swing.JTabbedPane
Package
Description
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects that combine two or more look and feels.
-
Uses of JTabbedPane in javax.swing.plaf
Modifier and TypeMethodDescriptionabstract Rectangle
TabbedPaneUI.getTabBounds
(JTabbedPane pane, int index) Returns the rectangle for the tab bounds.abstract int
TabbedPaneUI.getTabRunCount
(JTabbedPane pane) Returns the tab run count.abstract int
TabbedPaneUI.tabForCoordinate
(JTabbedPane pane, int x, int y) Returns the tab for the coordinate. -
Uses of JTabbedPane in javax.swing.plaf.basic
Modifier and TypeMethodDescriptionBasicTabbedPaneUI.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
Modifier and TypeMethodDescriptionMultiTabbedPaneUI.getTabBounds
(JTabbedPane a, int b) Invokes thegetTabBounds
method on each UI handled by this object.int
MultiTabbedPaneUI.getTabRunCount
(JTabbedPane a) Invokes thegetTabRunCount
method on each UI handled by this object.int
MultiTabbedPaneUI.tabForCoordinate
(JTabbedPane a, int b, int c) Invokes thetabForCoordinate
method on each UI handled by this object.