Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.client.widgets.moose | |
org.eclipse.ice.viz.service |
Modifier and Type | Method and Description |
---|---|
void |
ICEResourcePage.setVizService(IVizServiceFactory factory)
This operation sets the IVizServiceFactory that should be used to create
plots.
|
static void |
ICEFormEditor.setVizServiceFactory(IVizServiceFactory factory)
This is a static operation to set the IVizServiceFactory component
reference for the FormEditor.
|
Modifier and Type | Method and Description |
---|---|
void |
MOOSEFormWidgetBuilder.setVizServiceFactory(IVizServiceFactory factory)
This method is called by the OSGi implementation to bind the
IVizServiceFactory (an OSGi service) to this instance. |
void |
MOOSEFormWidgetBuilder.unsetVizServiceFactory(IVizServiceFactory factory)
This method is called by the OSGi implementation to unbind the
IVizServiceFactory (an OSGi service) from this instance. |
Constructor and Description |
---|
MOOSEEclipseFormWidget(IVizServiceFactory factory)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicVizServiceFactory
This class is the basic implementation of the IVizServiceFactory in ICE.
|