Package | Description |
---|---|
org.eclipse.ice.client.widgets.jme | |
org.eclipse.ice.client.widgets.reactoreditor.plant |
Constructor and Description |
---|
AbstractController(IUpdateable model,
AbstractView view,
IRenderQueue renderQueue)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlantView
This class provides a base implementation for Plant-level jME3 views, like a
Pipe or a Reactor.
Operations in this class (not including the constructor) should be called from a SimpleApplication's simpleUpdate() thread. |
class |
HeatExchangerView
This class provides a view for a
HeatExchanger . |
class |
JunctionView
This class provides a view for a
Junction . |
class |
PipeView
This class provides a view for a
Pipe . |
class |
ReactorView
This class provides a view for a
Reactor . |