- 
- 
Method Summary
- 
Methods declared in class javax.swing.plaf.ComponentUIcontains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Constructor Detail
- 
TabbedPaneUIpublic TabbedPaneUI() 
 
 
- 
Method Detail
- 
tabForCoordinatepublic abstract int tabForCoordinate(JTabbedPane pane,
                                     int x,
                                     int y)Returns the tab for the coordinate. 
- Parameters:
- pane- the pane
- x- the x coordinate
- y- the y coordinate
- Returns:
- the tab for the coordinate
 
 
- 
getTabBoundspublic abstract Rectangle getTabBounds(JTabbedPane pane,
                                       int index)Returns the rectangle for the tab bounds. 
- Parameters:
- pane- the pane
- index- the index
- Returns:
- the rectangle for the tab bounds