public abstract class ASimpleMVCPluginView<M extends IGUIPluginModel,C extends IGUIPluginController,N extends javafx.scene.Node> extends java.lang.Object implements IGUIPluginView
| Constructor and Description |
|---|
ASimpleMVCPluginView(M model,
N node) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clear() |
C |
getController() |
M |
getModel() |
N |
getNode()
Gets the node that represents this view
|
void |
setController(C controller) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTitle, update