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

java.lang.Object
  extended by no.ntnu.vegare.visualizer.client.main.details.LogReport

public class LogReport
extends java.lang.Object

A model for the detail panel. Contains a log entry and relevant additional data. In the prototype, it only holds an entry.

Author:
vegare

Constructor Summary
LogReport(AbstractLogDatabase db, LogEntry entry)
           
 
Method Summary
 LogEntry getEntry()
           
 void reload()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogReport

public LogReport(AbstractLogDatabase db,
                 LogEntry entry)
Method Detail

reload

public void reload()

getEntry

public LogEntry getEntry()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object