|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTabFolder
org.formaria.swt.TabPanel
public class TabPanel
A tab panel.
Copyright (c) Formaria Ltd., 2008
$Revision: 2.4 $
License: see License.txt
| Constructor Summary | |
|---|---|
TabPanel(java.lang.Object parent)
Create a new table |
|
| Method Summary | |
|---|---|
Control |
add(Control comp)
Add a new tab. |
void |
addTab(java.lang.String title,
java.lang.String tooltip,
Control panel)
Add a new tab. |
protected void |
checkSubclass()
Suppress the subclassing exception |
java.lang.String |
getToolTip()
Get the tooltip text |
void |
setToolTip(java.lang.String text)
Set the tooltip text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabPanel(java.lang.Object parent)
parent - parent object| Method Detail |
|---|
protected void checkSubclass()
public Control add(Control comp)
add in interface Addablecomp - The component to add
public void addTab(java.lang.String title,
java.lang.String tooltip,
Control panel)
name - the name/caption of the tab componentpanel - the contentpublic void setToolTip(java.lang.String text)
text - the new textpublic java.lang.String getToolTip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||