| Package | Description |
|---|---|
| de.jstacs.fx.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultRepositoryRenderer
The class renders the contents of the current
ResultRepository in the JavaFX GUI. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResultRepository.ResultConsumer> |
ResultRepository.getConsumers()
Returns the list of
ResultRepository.ResultConsumers registered for the current ResultRepository. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultRepository.register(ResultRepository.ResultConsumer resultConsumer)
Registers a
ResultRepository.ResultConsumer to this repository. |