Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.datastructures.ICEObject | |
org.eclipse.ice.materials |
Constructor and Description |
---|
ElementSourceDialog(org.eclipse.swt.widgets.Shell parentShell,
IElementSource<T> elementSource)
The constructor
|
Modifier and Type | Method and Description |
---|---|
IElementSource<T> |
ListComponent.getElementSource()
This operation returns the element source which should be used to create
new elements to add to the list.
|
Modifier and Type | Method and Description |
---|---|
void |
ListComponent.setElementSource(IElementSource<T> source)
This operation sets the element source that should be used by the list
|
Constructor and Description |
---|
ListComponent(IElementSource<T> elementSource)
An alternative constructor that provides a handle to an IElementSource so
that clients have a source for valid, new elements to add to the list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMaterialsDatabase
This is a simple interface for managing and dealing with a Materials
database.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMaterialsDatabase
This realization of the IMaterialDatabase interface manages the materials in
an XML database.
|