Uses of Class javax.swing.JTabbedPane

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.JTabbedPane

JTabbedPane
The tab pane that this UI paints.

Methods with parameter type javax.swing.JTabbedPane

Rectangle
This method returns the tab bounds for the given index.
int
This method returns the number of runs.
int
This method returns the tab index given a coordinate.

Uses in package javax.swing.plaf.multi

Methods with parameter type javax.swing.JTabbedPane

Rectangle
Calls the TabbedPaneUI.getTabBounds(JTabbedPane,int) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the bounds for the UI delegate from the primary look and feel.
int
Calls the TabbedPaneUI.getTabRunCount(JTabbedPane) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the nt for the UI delegate from the primary look and feel.
int
Calls the TabbedPaneUI.tabForCoordinate(JTabbedPane,int,int) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the tab index for the UI delegate from the primary look and feel.

Uses in package javax.swing.plaf

Methods with parameter type javax.swing.JTabbedPane

Rectangle
Calculates the bounding box of a tab.
int
Determines how many runs are used to display tabs.
int
Determines which tab lies at a given position.