| Package | Description |
|---|---|
| org.dajlab.gui | |
| org.dajlab.gui.extension |
| Modifier and Type | Method and Description |
|---|---|
<T extends DajlabModelInterface> |
DajlabModel.get(Class<T> clazz)
Get a model from the map using the class.
|
static <T extends DajlabModelInterface> |
ModelManager.loadModel(File file)
Load a model from a file.
|
| Modifier and Type | Method and Description |
|---|---|
List<DajlabControllerExtensionInterface<DajlabModelInterface>> |
DajlabScene.getControllers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DajlabModel.put(DajlabModelInterface model)
Add a model to the map.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MessagesUtil.initializeMessages(List<DajlabControllerExtensionInterface<DajlabModelInterface>> controllers)
Initialize messages from the controllers.
|
void |
DajlabScene.setControllers(List<DajlabControllerExtensionInterface<DajlabModelInterface>> controllers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DajlabControllerExtensionInterface<M extends DajlabModelInterface>
Controller extension interface.
|
Copyright © 2018. All rights reserved.