org.placelab.stumbler.gui
Class GSMTableController

java.lang.Object
  extended byorg.placelab.demo.apviewer.BeaconTableController
      extended byorg.placelab.stumbler.gui.GSMTableController

public class GSMTableController
extends BeaconTableController


Field Summary
 
Fields inherited from class org.placelab.demo.apviewer.BeaconTableController
active, activeIcon, activeThresholdTime, body, cols, expanded, history, inactiveIcon, label, labelFont, mapper, name, numNew, parent, seenLabel, showGPS, table, tableFont, viewer
 
Constructor Summary
GSMTableController(org.eclipse.swt.graphics.Font labelFont, org.eclipse.swt.graphics.Font tableFont, org.eclipse.swt.widgets.Composite parent, Mapper mapper, long activeThreshold)
           
 
Method Summary
protected  void buildColumns()
           
protected  java.lang.Class minimumBeaconClass()
           
protected  void setHistoryTableItemText(org.eclipse.swt.custom.TableTreeItem item, BeaconHistory.BeaconHistoryHelper h)
           
 
Methods inherited from class org.placelab.demo.apviewer.BeaconTableController
addMeasurement, addReadingToHistory, build, buildColumns, expandHistoryPackage, getActiveIcon, getInactiveIcon, humanReadableTime, updateHistoryTable, updateSeenLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMTableController

public GSMTableController(org.eclipse.swt.graphics.Font labelFont,
                          org.eclipse.swt.graphics.Font tableFont,
                          org.eclipse.swt.widgets.Composite parent,
                          Mapper mapper,
                          long activeThreshold)
Method Detail

buildColumns

protected void buildColumns()
Overrides:
buildColumns in class BeaconTableController

setHistoryTableItemText

protected void setHistoryTableItemText(org.eclipse.swt.custom.TableTreeItem item,
                                       BeaconHistory.BeaconHistoryHelper h)
Overrides:
setHistoryTableItemText in class BeaconTableController

minimumBeaconClass

protected java.lang.Class minimumBeaconClass()
Overrides:
minimumBeaconClass in class BeaconTableController