waba.ui
Class Tab

java.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
 
Methods inherited from class java.lang.Object
equals, hashCode, toString
 

Constructor Detail

Tab

public Tab(String text)
Creates a tab that contains the given text.