Uses of Class
no.ntnu.vegare.visualizer.client.db.AbstractLogDatabase

Packages that use AbstractLogDatabase
no.ntnu.vegare.visualizer.client.connection   
no.ntnu.vegare.visualizer.client.db   
no.ntnu.vegare.visualizer.client.main   
no.ntnu.vegare.visualizer.client.main.details   
no.ntnu.vegare.visualizer.client.main.filter   
no.ntnu.vegare.visualizer.client.main.overview   
no.ntnu.vegare.visualizer.client.main.overview.history   
no.ntnu.vegare.visualizer.client.prototype   
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.connection
 

Constructors in no.ntnu.vegare.visualizer.client.connection with parameters of type AbstractLogDatabase
ServerPollDaemon(HttpsConnection conn, AbstractLogDatabase db)
          Launch a new server poll daemon.
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.db
 

Subclasses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.db
 class SQLiteDatabase
          A simplified implementation of a SQLite database interface.
 

Constructors in no.ntnu.vegare.visualizer.client.db with parameters of type AbstractLogDatabase
LogEntrySet(AbstractLogDatabase db)
          Create a new log entry collection, based on a database instance
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.main
 

Constructors in no.ntnu.vegare.visualizer.client.main with parameters of type AbstractLogDatabase
MainController(AbstractLogDatabase db)
           
 

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

Constructors in no.ntnu.vegare.visualizer.client.main.details with parameters of type AbstractLogDatabase
LogReport(AbstractLogDatabase db, LogEntry entry)
           
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.main.filter
 

Constructors in no.ntnu.vegare.visualizer.client.main.filter with parameters of type AbstractLogDatabase
FilterController(AbstractLogDatabase db, LogEntrySet model, FilterPanel view)
           
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.main.overview
 

Constructors in no.ntnu.vegare.visualizer.client.main.overview with parameters of type AbstractLogDatabase
OverviewController(AbstractLogDatabase db, LogEntrySet logEntrySet, TimeSeries timeSeries, OverviewPanel view)
           
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.main.overview.history
 

Constructors in no.ntnu.vegare.visualizer.client.main.overview.history with parameters of type AbstractLogDatabase
TimeSeries(AbstractLogDatabase db)
           
 

Uses of AbstractLogDatabase in no.ntnu.vegare.visualizer.client.prototype
 

Methods in no.ntnu.vegare.visualizer.client.prototype with parameters of type AbstractLogDatabase
static void DataGenerator.createBacklog(AbstractLogDatabase db)
          Create a backlog of log entries.