Package | Description |
---|---|
org.eclipse.ice.client.widgets.jme | |
org.eclipse.ice.client.widgets.mesh | |
org.eclipse.ice.client.widgets.reactoreditor.plant |
Modifier and Type | Class and Description |
---|---|
class |
CompositeAppState
This class represents a
SimpleAppState that can contain multiple
child SimpleAppState s. |
class |
SimpleAppState |
class |
ViewAppState
|
Constructor and Description |
---|
AbstractController(IUpdateable model,
AbstractView view,
IRenderQueue renderQueue)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AddMode
This
MeshAppStateMode allows the user to add additional polygons to
the MeshAppState 's MeshComponent by clicking on the grid. |
class |
EditMode
This
MeshAppStateMode allows the user to select available vertices
and modify them by dragging them or deleting them. |
class |
MeshAppState
This jME3-based
AppState provides a 3D view of a
MeshComponent . |
class |
MeshAppStateMode
This provides a base class for custom
AppState s designed for
manipulating the scene in a MeshAppState . |
Modifier and Type | Class and Description |
---|---|
class |
PlantAppState
This jME3-based
AppState provides a 3D view of a reactor plant. |
Constructor and Description |
---|
AbstractPlantController(IUpdateable model,
AbstractPlantView view,
IRenderQueue renderQueue)
The default constructor.
|
HeatExchangerController(HeatExchanger model,
HeatExchangerView view,
IRenderQueue renderQueue)
The default constructor.
|
JunctionController(Junction model,
JunctionView view,
IRenderQueue renderQueue,
PlantControllerManager manager)
The default constructor.
|
PipeController(Pipe model,
PipeView view,
IRenderQueue renderQueue)
The default constructor.
|
ReactorController(Reactor model,
ReactorView view,
IRenderQueue renderQueue,
PlantControllerManager manager)
The default constructor.
|