Squiz Matrix
4.12.2
|
Public Member Functions | |
VerticalTabbedPane () | |
VerticalTabbedPane (int tabPlacement) | |
void | addTab (String s, Icon icon, Component c) |
Definition at line 32 of file VerticalTabbedPane.java.
|
inline |
Constructs a JTabbedPane that supports vertica tabs when the TAB_PLACEMENT is LEFT or RIGHT
Definition at line 40 of file VerticalTabbedPane.java.
|
inline |
Constructor
tabPlacement | the placement of the tabs |
Definition at line 48 of file VerticalTabbedPane.java.
|
inline |
Adds a tab to the tabbedpane
s | the text on the tab |
c | the component to add to the tab |
Definition at line 81 of file VerticalTabbedPane.java.