Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
de.lmu.ifi.dbs.elki.visualization.gui |
Package to provide a visualization GUI.
|
de.lmu.ifi.dbs.elki.visualization.visualizers |
Visualizers for various results
|
Modifier and Type | Method and Description |
---|---|
void |
DataStoreListener.contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or
removed in some way.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizerContext.contentChanged(DataStoreEvent e)
Proxy datastore event to child listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionTableWindow.contentChanged(DataStoreEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVisualization.contentChanged(DataStoreEvent e)
Default implementation for
DataStoreListener.contentChanged(de.lmu.ifi.dbs.elki.database.datastore.DataStoreEvent)
Not enabled or used by default, but saves redundant code. |