Package | Description |
---|---|
org.eclipse.ice.datastructures.form | |
org.eclipse.ice.materials |
Modifier and Type | Method and Description |
---|---|
java.util.List<Material> |
Material.getComponents()
This operation returns the list of materials that compose this material.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.addComponent(Material component)
This operation adds a component to this material, effectively marking
this Materials as being a composite of others.
|
void |
Material.copy(Material material)
This operation copies the content of the incoming material into this
material.
|
Modifier and Type | Method and Description |
---|---|
Material |
MaterialWritableTableFormat.setColumnValue(Material baseObject,
java.lang.Object editedValue,
int column) |
Modifier and Type | Method and Description |
---|---|
ca.odell.glazedlists.EventList<Material> |
XMLMaterialsDatabase.getElements() |
java.util.List<Material> |
XMLMaterialsDatabase.getMaterials() |
java.util.List<Material> |
IMaterialsDatabase.getMaterials()
This operation returns all of the materials in the database.
|
ca.odell.glazedlists.gui.TableFormat<Material> |
XMLMaterialsDatabase.getTableFormat() |
Modifier and Type | Method and Description |
---|---|
void |
XMLMaterialsDatabase.addMaterial(Material material) |
void |
IMaterialsDatabase.addMaterial(Material material)
This operation creates a new material in the database.
|
void |
XMLMaterialsDatabase.deleteMaterial(Material material) |
void |
IMaterialsDatabase.deleteMaterial(Material material)
This operation deletes a material from the database.
|
java.lang.Object |
MaterialWritableTableFormat.getColumnValue(Material baseObject,
int column) |
boolean |
MaterialWritableTableFormat.isEditable(Material baseObject,
int column) |
Material |
MaterialWritableTableFormat.setColumnValue(Material baseObject,
java.lang.Object editedValue,
int column) |
void |
XMLMaterialsDatabase.updateMaterial(Material material) |
void |
IMaterialsDatabase.updateMaterial(Material material)
This operation overwrites the information for a material in the database
with information from another.
|