|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
Rectangle getTabBounds(JTabbedPane, |
Added Methods | |
int getNextTabIndexInRun(int, |
|
int getNextTabRun(int ) |
|
int getPreviousTabIndexInRun(int, |
|
int getPreviousTabRun(int ) |
|
Rectangle getTabBounds(int, |
Returns the bounds of the specified tab in the coordinate space of the JTabbedPane component. |
Rectangle getTabBounds(JTabbedPane, |
Returns the bounds of the specified tab index. |
View getTextViewForTab(int ) |
Returns the text View object required to render stylized text (HTML) for the specified tab or null if no specialized text rendering is needed for this tab. |
void installComponents() |
Creates and installs any required subcomponents for the JTabbedPane. |
void paintTabArea(Graphics, |
Paints the tabs in the tab area. |
void selectNextTabInRun(int ) |
|
void selectPreviousTabInRun(int ) |
|
void uninstallComponents() |
Removes any installed subcomponents from the JTabbedPane. |
Changed Methods | ||
LayoutManager createLayoutManager() |
Documentation changed from old to new. |
Invoked by installUI to create a layout manager object to manage the JTabbedPane . |
int tabForCoordinate(JTabbedPane, |
Documentation changed from old to new. |
Returns the tab index which intersects the specified point in the JTabbedPane's coordinate space. |
Added Fields | |
Rectangle calcRect |
A rectangle used for general layout calculations in order to avoid constructing many new Rectangles on the fly. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |