bt747.waba_view
Class GPSLogFormat

java.lang.Object
  extended by waba.ui.Control
      extended by waba.ui.Container
          extended by bt747.waba_view.GPSLogFormat
All Implemented Interfaces:
ModelListener, waba.fx.ISurface

public final class GPSLogFormat
extends waba.ui.Container
implements ModelListener

Author:
Mario De Weerd

Field Summary
 
Fields inherited from class waba.ui.Container
BORDER_LOWERED, BORDER_NONE, BORDER_RAISED, BORDER_SIMPLE, tabOrder
 
Fields inherited from class waba.ui.Control
AFTER, appId, appObj, BEFORE, BOTTOM, CENTER, clearValueInt, clearValueStr, FILL, FIT, fm, focusTraversable, highlightRectsCount, LEFT, PREFERRED, RANGE, RIGHT, SAME, TOP, uiCE, uiFlat, uiPalm, uiVista
 
Constructor Summary
GPSLogFormat(Model m, AppController c)
          Initializer of this Container.
 
Method Summary
 void modelEvent(ModelEvent event)
           
 void onEvent(waba.ui.Event event)
          Handle events for this object.
 void onStart()
          Initiliazer once all objects received initial setup.
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, clear, findChild, getChildren, getClientRect, getClientRect, onPaint, paintChildren, remove, setBorderStyle, setEnabled, setHighlighting, swapToTopmostWindow
 
Methods inherited from class waba.ui.Control
addTimer, changeHighlighted, contains, createGraphics, drawHighlight, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getPreferredHeight, getPreferredWidth, getRect, getSize, isDisplayed, isEnabled, isVisible, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFocusLess, setFont, setForeColor, setRect, setRect, setRect, setVisible, translateFromOrigin, uiStyleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSLogFormat

public GPSLogFormat(Model m,
                    AppController c)
Initializer of this Container.

Method Detail

onStart

public final void onStart()
Initiliazer once all objects received initial setup.

Overrides:
onStart in class waba.ui.Container

onEvent

public final void onEvent(waba.ui.Event event)
Handle events for this object.

Overrides:
onEvent in class waba.ui.Control
Parameters:
event - The event to be interpreted.

modelEvent

public final void modelEvent(ModelEvent event)
Specified by:
modelEvent in interface ModelListener