Class ScrollableTextAreaApp

java.lang.Object
  |
  +--waba.ui.Control
        |
        +--waba.ui.Container
              |
              +--waba.ui.Window
                    |
                    +--waba.ui.MainWindow
                          |
                          +--TextAreaApp
                                |
                                +--ScrollableTextAreaApp

public class ScrollableTextAreaApp
extends TextAreaApp


Fields inherited from class waba.ui.MainWindow
defaultFont
 
Fields inherited from class waba.ui.Window
_controlEvent, _keyEvent, _penEvent
 
Fields inherited from class waba.ui.Container
children, tail
 
Fields inherited from class waba.ui.Control
height, next, parent, prev, width, x, y
 
Constructor Summary
ScrollableTextAreaApp()
           
 
Method Summary
protected  waba.ui.Control getToAdd()
           
 
Methods inherited from class TextAreaApp
add, buttonPress, onEvent
 
Methods inherited from class waba.ui.MainWindow
_onTimerTick, _setTimerInterval, _stopTimer, addTimer, exit, getFontMetrics, getMainWindow, onExit, onStart, removeTimer
 
Methods inherited from class waba.ui.Window
_doPaint, _postEvent, createAWTGraphics, damageRect, getFocus, setFocus
 
Methods inherited from class waba.ui.Container
add, findChild, paintChildren, remove
 
Methods inherited from class waba.ui.Control
addTimer, contains, createGraphics, getNext, getParent, getRect, onPaint, postEvent, repaint, setRect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollableTextAreaApp

public ScrollableTextAreaApp()
Method Detail

getToAdd

protected waba.ui.Control getToAdd()
Overrides:
getToAdd in class TextAreaApp