public class ReflectivityModel extends Model
component
Constructor and Description |
---|
ReflectivityModel()
The constructor.
|
ReflectivityModel(org.eclipse.core.resources.IProject projectSpace)
The constructor with a project space in which files should be handled.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
process(java.lang.String actionName)
The process operation processes the data in the Form to perform a certain
action.
|
void |
setupFormWithServices()
This operation directs the Item to setup its Form using the services that
were registered with it after construction.
|
setMaterialsDatabase
addListener, cancelProcess, cancelProcess, clone, copy, disable, equals, getAvailableActions, getDescription, getForm, getId, getItemBuilderName, getItemType, getName, getOutputFile, getResource, getResource, getStatus, hashCode, hasProject, isEnabled, loadFromPSF, loadInput, reloadProjectData, setActionFactory, setDescription, setId, setIOService, setItemBuilderName, setName, setProject, submitForm, update, update, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
public ReflectivityModel()
public ReflectivityModel(org.eclipse.core.resources.IProject projectSpace)
projectSpace
- The Eclipse project where files should be stored and from
which they should be retrieved.public FormStatus process(java.lang.String actionName)
Item
process
in class Item
actionName
- The name of action that should be performed using the
processed Form data.public void setupFormWithServices()
Item
setupFormWithServices
in class Item