Package | Description |
---|---|
javax.swing.plaf |
Provides one interface and many abstract classes that
Swing uses to provide its pluggable look-and-feel capabilities.
|
javax.swing.plaf.basic |
Provides user interface objects built according to the
Basic look and feel.
|
javax.swing.plaf.multi |
Provides user interface objects that combine two or more look and feels.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Rectangle |
TabbedPaneUI.getTabBounds(JTabbedPane pane,
int index) |
Returns the rectangle for the tab bounds.
|
abstract int |
TabbedPaneUI.getTabRunCount(JTabbedPane pane) |
Returns the tab run count.
|
abstract int |
TabbedPaneUI.tabForCoordinate(JTabbedPane pane,
int x,
int y) |
Returns the tab for the coordinate.
|
Modifier and Type | Field | Description |
---|---|---|
protected JTabbedPane |
BasicTabbedPaneUI.tabPane |
The tab pane
|
Modifier and Type | Method | Description |
---|---|---|
Rectangle |
BasicTabbedPaneUI.getTabBounds(JTabbedPane pane,
int i) |
Returns the bounds of the specified tab index.
|
int |
BasicTabbedPaneUI.getTabRunCount(JTabbedPane pane) |
|
int |
BasicTabbedPaneUI.tabForCoordinate(JTabbedPane pane,
int x,
int y) |
Returns the tab index which intersects the specified point
in the JTabbedPane's coordinate space.
|
Modifier and Type | Method | Description |
---|---|---|
Rectangle |
MultiTabbedPaneUI.getTabBounds(JTabbedPane a,
int b) |
Invokes the
getTabBounds method on each UI handled by this object. |
int |
MultiTabbedPaneUI.getTabRunCount(JTabbedPane a) |
Invokes the
getTabRunCount method on each UI handled by this object. |
int |
MultiTabbedPaneUI.tabForCoordinate(JTabbedPane a,
int b,
int c) |
Invokes the
tabForCoordinate method on each UI handled by this object. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1