no.ntnu.vegare.visualizer.client.main.details
Class LogReport
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogReport
public LogReport(AbstractLogDatabase db,
LogEntry entry)
reload
public void reload()
getEntry
public LogEntry getEntry()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object