org.placelab.demo.apviewer
Class APViewerTableController

java.lang.Object
  extended byorg.placelab.demo.apviewer.BeaconTableController
      extended byorg.placelab.demo.apviewer.APViewerTableController

public class APViewerTableController
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
APViewerTableController(java.lang.String name, org.eclipse.swt.graphics.Font labelFont, org.eclipse.swt.graphics.Font tableFont, org.eclipse.swt.widgets.Composite parent, Mapper mapper, long activeThresholdTime)
           
 
Method Summary
protected  void buildColumns()
           
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, minimumBeaconClass, updateHistoryTable, updateSeenLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APViewerTableController

public APViewerTableController(java.lang.String name,
                               org.eclipse.swt.graphics.Font labelFont,
                               org.eclipse.swt.graphics.Font tableFont,
                               org.eclipse.swt.widgets.Composite parent,
                               Mapper mapper,
                               long activeThresholdTime)
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