Package | Description |
---|---|
org.eclipse.ice.client.widgets.jme | |
org.eclipse.ice.client.widgets.jme.internal | |
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Method and Description |
---|---|
static MasterApplication |
MasterApplication.createApplication()
Creates a default MasterApplication that runs in the background.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewAppState.start(MasterApplication app)
Starts the
ViewAppState by attaching it to the specified
MasterApplication . |
Modifier and Type | Method and Description |
---|---|
MasterApplication |
MasterApplicationFactory.createApplication() |
MasterApplication |
IMasterApplicationFactory.createApplication()
Creates and starts a new
MasterApplication . |
static MasterApplication |
MasterApplicationHolder.getApplication()
Gets the single
MasterApplication responsible for rendering
all jME-based views. |
Modifier and Type | Method and Description |
---|---|
void |
MasterApplicationFactory.disposeApplication(MasterApplication app) |
void |
IMasterApplicationFactory.disposeApplication(MasterApplication app)
Stops and disposes of the specified
MasterApplication . |
Modifier and Type | Method and Description |
---|---|
void |
MeshAppState.start(MasterApplication app)
In addition to the default start behavior, this method starts any
associated resources.
|