Uses of Class
no.ntnu.vegare.visualizer.client.main.details.LogReport

Packages that use LogReport
no.ntnu.vegare.visualizer.client.main.details   
 

Uses of LogReport in no.ntnu.vegare.visualizer.client.main.details
 

Methods in no.ntnu.vegare.visualizer.client.main.details that return LogReport
 LogReport LogReportSet.getCurrentEntry()
           
 

Methods in no.ntnu.vegare.visualizer.client.main.details with parameters of type LogReport
 void LogReportSet.addEntry(LogReport entry)
          Called when a new log report is selected from the filter view.
 void ReportPanel.updateView(LogReport currentEntry)