java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TabbedPaneUI
- Direct Known Subclasses:
- BasicTabbedPaneUI,- MultiTabbedPaneUI
Pluggable look and feel interface for JTabbedPane.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract RectanglegetTabBounds(JTabbedPane pane, int index) Returns the rectangle for the tab bounds.abstract intgetTabRunCount(JTabbedPane pane) Returns the tab run count.abstract inttabForCoordinate(JTabbedPane pane, int x, int y) Returns the tab for the coordinate.Methods declared in class javax.swing.plaf.ComponentUIcontains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Constructor Details- 
TabbedPaneUIprotected TabbedPaneUI()Constructor for subclasses to call.
 
- 
- 
Method Details- 
tabForCoordinateReturns the tab for the coordinate.- Parameters:
- pane- the pane
- x- the x coordinate
- y- the y coordinate
- Returns:
- the tab for the coordinate
 
- 
getTabBoundsReturns the rectangle for the tab bounds.- Parameters:
- pane- the pane
- index- the index
- Returns:
- the rectangle for the tab bounds
 
- 
getTabRunCountReturns the tab run count.- Parameters:
- pane- the pane
- Returns:
- the tab run count
 
 
-