Frames | No Frames |
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 bounds of a tab for the given index
and shifts it by the current scrolling offset if the tabbed
pane is in scrolling tab layout mode.
Subclassses should retrievs a tab's bounds by this method
if they want to find out whether the tab is currently visible.
|
int | This method returns the number of runs.
|
int | This method returns the tab index given a coordinate.
|
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.
|
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.
|