Generated by
JDiff

Class javax.swing.JTabbedPane

Added Constructors
JTabbedPane(int, int) Creates an empty TabbedPane with the specified tab placement and tab layout policy.
 

Added Methods
ChangeListener[] getChangeListeners() Returns an array of all the ChangeListeners added to this JTabbedPane with addChangeListener.
int getDisplayedMnemonicIndexAt(int) Returns the character as an index that the look and feel should provide decoration for as representing the mnemonic character.
int getMnemonicAt(int) Returns the keyboard mnemonic for accessing the specified tab.
int getTabLayoutPolicy() Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
int indexAtLocation(int, int) Returns the tab index corresponding to the tab whose bounds intersect the specified location.
void setDisplayedMnemonicIndexAt(int, int) Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic.
void setMnemonicAt(int, int) Sets the keyboard mnemonic for accessing the specified tab.
void setTabLayoutPolicy(int) Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
 

Added Fields
int SCROLL_TAB_LAYOUT The tab layout policy for providing a scrollable region of tabs when all the tabs will not fit within a single run.
int WRAP_TAB_LAYOUT The tab layout policy for wrapping tabs in multiple runs when all tabs will not fit within a single run.