|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogEntry in no.ntnu.vegare.visualizer.client.db |
---|
Methods in no.ntnu.vegare.visualizer.client.db that return LogEntry | |
---|---|
LogEntry |
LogEntrySet.getEntry(int row)
|
Methods in no.ntnu.vegare.visualizer.client.db that return types with arguments of type LogEntry | |
---|---|
java.util.ArrayList<LogEntry> |
SQLiteDatabase.getAll()
Return a list of all incidents in the database |
abstract java.util.ArrayList<LogEntry> |
AbstractLogDatabase.getAll()
|
java.util.Collection<LogEntry> |
LogEntrySet.getEntries()
|
java.util.ArrayList<LogEntry> |
SQLiteDatabase.query(QueryFilter filter)
|
abstract java.util.ArrayList<LogEntry> |
AbstractLogDatabase.query(QueryFilter filter)
|
Methods in no.ntnu.vegare.visualizer.client.db with parameters of type LogEntry | |
---|---|
boolean |
QueryFilter.matches(LogEntry e)
Verify if a single entry matches the filter. |
Method parameters in no.ntnu.vegare.visualizer.client.db with type arguments of type LogEntry | |
---|---|
void |
SQLiteDatabase.addEntries(java.util.Collection<LogEntry> entries)
|
abstract void |
AbstractLogDatabase.addEntries(java.util.Collection<LogEntry> entries)
|
void |
LogEntrySet.entriesAdded(java.util.Collection<LogEntry> entries)
|
void |
DatabaseObserver.entriesAdded(java.util.Collection<LogEntry> entries)
New entries has been added to the database. |
void |
AbstractLogDatabase.fireEntriesAdded(java.util.Collection<LogEntry> entryList)
|
void |
LogEntrySet.setEntries(java.util.Collection<LogEntry> entries)
When a entry set is set, the entire model is invalidated and fetched from the database. |
Uses of LogEntry in no.ntnu.vegare.visualizer.client.main.details |
---|
Methods in no.ntnu.vegare.visualizer.client.main.details that return LogEntry | |
---|---|
LogEntry |
LogReport.getEntry()
|
Constructors in no.ntnu.vegare.visualizer.client.main.details with parameters of type LogEntry | |
---|---|
LogReport(AbstractLogDatabase db,
LogEntry entry)
|
Uses of LogEntry in no.ntnu.vegare.visualizer.client.main.overview.history |
---|
Method parameters in no.ntnu.vegare.visualizer.client.main.overview.history with type arguments of type LogEntry | |
---|---|
void |
TimeSeries.entriesAdded(java.util.Collection<LogEntry> entries)
|
Uses of LogEntry in no.ntnu.vegare.visualizer.client.main.overview.map |
---|
Methods in no.ntnu.vegare.visualizer.client.main.overview.map that return types with arguments of type LogEntry | |
---|---|
java.util.Collection<LogEntry> |
IncidentWheel.getEntries()
|
Methods in no.ntnu.vegare.visualizer.client.main.overview.map with parameters of type LogEntry | |
---|---|
void |
IncidentWheel.attachEntry(LogEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |