Package | Description |
---|---|
org.eclipse.ice.item.model | |
org.eclipse.ice.materials | |
org.eclipse.ice.materials.ui |
Modifier and Type | Method and Description |
---|---|
void |
Model.setMaterialsDatabase(IMaterialsDatabase database)
This operations sets the materials database service that should be used
by the Model.
|
void |
AbstractModelBuilder.setMaterialsDatabase(IMaterialsDatabase database)
This operation sets the service reference for the IMaterialsDatabase
service.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMaterialsDatabase
This realization of the IMaterialDatabase interface manages the materials in
an XML database.
|
Modifier and Type | Method and Description |
---|---|
static IMaterialsDatabase |
MaterialsDatabaseServiceHolder.get()
This operation retrieves the reference to the service.
|
IMaterialsDatabase |
MaterialsDatabaseEditorInput.getDatabase()
This operation returns the IMaterialsDatabase.
|
Modifier and Type | Method and Description |
---|---|
static void |
MaterialsDatabaseServiceHolder.set(IMaterialsDatabase database)
This operation sets the reference to the service.
|
Constructor and Description |
---|
MaterialDetailsPage(IMaterialsDatabase materialsDatabase)
The constructor
|
MaterialsDatabaseMasterDetailsBlock(IMaterialsDatabase database)
The constructor
|
MaterialsDatabaseMasterDetailsPage(org.eclipse.ui.forms.editor.FormEditor editor,
java.lang.String id,
java.lang.String title,
IMaterialsDatabase database)
The constructor
|