public class TabbedPane extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
content |
protected int |
selectedIndex |
protected String |
tabAlign |
| Constructor and Description |
|---|
TabbedPane(int defaultIndex) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
getContent() |
int |
getSelectedIndex() |
String |
getTabAlign() |
void |
setContent(Vector content) |
void |
setSelectedIndex(int selectedIndex) |
void |
setTabAlign(String tabAlign) |
protected Vector content
protected int selectedIndex
protected String tabAlign
public int getSelectedIndex()
public void setSelectedIndex(int selectedIndex)
public Vector getContent()
public void setContent(Vector content)
public String getTabAlign()
public void setTabAlign(String tabAlign)
Copyright © 2013 Atlassian. All Rights Reserved.