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 String tabAlign
protected Vector content
protected int selectedIndex
public void setContent(Vector content)
public Vector getContent()
public void setSelectedIndex(int selectedIndex)
public int getSelectedIndex()
public void setTabAlign(String tabAlign)
public String getTabAlign()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.