class org.aswing.JTabbedPane extends AbstractTabbedPane
| Sub classes | ||||
![]() | JClosableTabbedPane |
| ||
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
Tabs/components are added to a TabbedPane object by using the
addTab and insertTab methods.
A tab is represented by an index corresponding
to the position it was added in, where the first tab has an index equal to 0
and the last tab has an index equal to the tab count minus 1.
@author paling
Class Fields
Instance Fields
var tabPlacement:Int
A tab placement for this tabbedpane. Possible values are:
JTabbedPane.TOPJTabbedPane.BOTTOMJTabbedPane.LEFTJTabbedPane.RIGHT
AsSwingConstants.TOP.

