metricsOverlay.handlers
Class MetricFileHandler

java.lang.Object
  extended by metricsOverlay.handlers.MetricFileHandler

public class MetricFileHandler
extends java.lang.Object


Method Summary
 void forceUpdate()
           
 MetricFile getCurrentMFile()
           
static MetricFileHandler getInstance()
           
 UpdateViewerAction getViewerUpdateAction()
           
 void toggleAllOff()
           
 void toggleAllOn()
           
 void update(MetricFile mf, boolean internal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MetricFileHandler getInstance()

update

public void update(MetricFile mf,
                   boolean internal)

toggleAllOn

public void toggleAllOn()

toggleAllOff

public void toggleAllOff()

forceUpdate

public void forceUpdate()

getViewerUpdateAction

public UpdateViewerAction getViewerUpdateAction()

getCurrentMFile

public MetricFile getCurrentMFile()