public class GeometryEditor extends Item
This is a subclass of Item that provides 3D geometry editing services to ICE. It overrides the setupForm() operation and provides a Form that contains a GeometryComponent. More information about the exact contents of the Form is available on the setupForm() operation description below.
component
Constructor and Description |
---|
GeometryEditor()
An alternative nullary constructor used primarily for serialization.
|
GeometryEditor(org.eclipse.core.resources.IProject project)
The constructor.
|
addListener, cancelProcess, cancelProcess, clone, copy, disable, equals, getAvailableActions, getDescription, getForm, getId, getItemBuilderName, getItemType, getName, getOutputFile, getResource, getResource, getStatus, hashCode, hasProject, isEnabled, loadFromPSF, loadInput, process, reloadProjectData, setActionFactory, setDescription, setId, setIOService, setItemBuilderName, setName, setProject, setupFormWithServices, submitForm, update, update, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
public GeometryEditor()
An alternative nullary constructor used primarily for serialization. The setProject() operation must be called if this constructor is used!
public GeometryEditor(org.eclipse.core.resources.IProject project)
The constructor.
project
- The Eclipse project used by the GeometryEditor.