Package | Description |
---|---|
de.lmu.ifi.dbs.elki.gui.multistep.panels |
Panels for the multi-step GUI
|
de.lmu.ifi.dbs.elki.utilities.designpattern |
Interfaces and implementations related to common "design patterns".
|
Modifier and Type | Class and Description |
---|---|
class |
AlgorithmTabPanel
Panel to handle data processing
|
class |
EvaluationTabPanel
Panel to handle result evaluation
|
class |
OutputTabPanel
Panel to handle result output / visualization
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterTabPanel.addObserver(Observer<? super ParameterTabPanel> o) |
void |
ParameterTabPanel.removeObserver(Observer<? super ParameterTabPanel> o) |
Modifier and Type | Method and Description |
---|---|
void |
Observable.addObserver(Observer<? super T> o)
Add an observer to the object.
|
void |
Observers.addObserver(Observer<? super T> o)
Add an observer to the object.
|
void |
Observable.removeObserver(Observer<? super T> o)
Remove an observer from the object.
|
void |
Observers.removeObserver(Observer<? super T> o)
Remove an observer from the object.
|