waba.ui
Class Tab
waba.lang.Object
|
+--waba.ui.Control
|
+--waba.ui.Tab
- public class Tab
- extends Control
Tab controls appear as tabs in a TabBar control. Refer to the documentation
on the TabBar control for examples showing how to use this class.
Constructor Summary |
Tab(String text)
Creates a tab that contains the given text. |
Methods inherited from class waba.ui.Control |
addTimer,
contains,
createGraphics,
getFontMetrics,
getNext,
getParent,
getRect,
onEvent,
onPaint,
postEvent,
removeTimer,
repaint,
setRect |
text
protected String text
Tab
public Tab(String text)
- Creates a tab that contains the given text.