Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
VerticalTabbedPane Class Reference
Inheritance diagram for VerticalTabbedPane:

Public Member Functions

 VerticalTabbedPane ()
 
 VerticalTabbedPane (int tabPlacement)
 
void addTab (String s, Icon icon, Component c)
 

Detailed Description

Definition at line 32 of file VerticalTabbedPane.java.

Constructor & Destructor Documentation

VerticalTabbedPane ( )
inline

Constructs a JTabbedPane that supports vertica tabs when the TAB_PLACEMENT is LEFT or RIGHT

Definition at line 40 of file VerticalTabbedPane.java.

VerticalTabbedPane ( int  tabPlacement)
inline

Constructor

Parameters
tabPlacementthe placement of the tabs

Definition at line 48 of file VerticalTabbedPane.java.

Member Function Documentation

void addTab ( String  s,
Icon  icon,
Component  c 
)
inline

Adds a tab to the tabbedpane

Parameters
sthe text on the tab
cthe component to add to the tab

Definition at line 81 of file VerticalTabbedPane.java.


The documentation for this class was generated from the following file: