Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract Rectangle | Returns: the rectangle for the tab boundsthe pane pane, int the index index)Returns the rectangle for the tab bounds. |
public abstract int | |
public abstract int | Returns: the tab for the coordinatethe pane pane, int the x coordinate x, int the y coordinate y)Returns the tab for the coordinate. |
TabbedPaneUI | back to summary |
---|---|
protected TabbedPaneUI() Constructor for subclasses to call. |
getTabBounds | back to summary |
---|---|
public abstract Rectangle getTabBounds(JTabbedPane pane, int index) Returns the rectangle for the tab bounds.
|
getTabRunCount | back to summary |
---|---|
public abstract int getTabRunCount(JTabbedPane pane) Returns the tab run count.
|
tabForCoordinate | back to summary |
---|---|
public abstract int tabForCoordinate(JTabbedPane pane, int x, int y) Returns the tab for the coordinate.
|