Modifier and Type | Method and Description |
---|---|
DataComponent |
TreeProperty.getDataNode()
Gets the data node in the
TreeProperty.tree that contains the TreeProperty.entry
or property. |
Constructor and Description |
---|
TreeProperty(int id,
TreeComposite tree,
DataComponent dataNode,
Entry entry)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
DataComponent |
ICEDataComponentDetailsPage.getComponent()
This operation returns the component that the page is rendering or null
if it was not set in the constructor.
|
DataComponent |
ICEDataComponentSectionPart.getDataComponent()
This operation retrieves the DataComponent that is currently rendered,
updated and monitored by the ICESectionPart.
|
DataComponent |
DataComponentComposite.getDataComponent()
This operation retrieves the DataComponent that is currently rendered,
updated and monitored by the composite.
|
DataComponent |
ExtraInfoDialog.getDataComponent()
This operation retrieves the DataComponent that is currently rendered by
the ExtraInfoDialog.
|
Modifier and Type | Method and Description |
---|---|
void |
ICEDataComponentSectionPart.setDataComponent(DataComponent component)
This operation sets the DataComponent that should be rendered, updated
and monitored by the ICESectionPart.
|
void |
DataComponentComposite.setDataComponent(DataComponent component)
This operation sets the DataComponent that should be rendered, updated
and monitored by the composite.
|
void |
ExtraInfoDialog.setDataComponent(DataComponent comp)
This operation sets the DataComponent that the dialog should render.
|
void |
ICESectionPage.visit(DataComponent component)
(non-Javadoc)
|
void |
ICEFormEditor.visit(DataComponent component)
(non-Javadoc)
|
void |
ComponentPropertySection.visit(DataComponent component)
This operation will draw a data component in the properties section.
|
Constructor and Description |
---|
DataComponentComposite(DataComponent comp,
org.eclipse.swt.widgets.Composite parentComposite,
int style)
The constructor.
|
ICEDataComponentDetailsPage(DataComponent dataComponent,
ICEFormEditor editor)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
PlantComponent |
PlantComponentFactory.createComponent(DataComponent dataComp)
Creates a PlantComponent based on the "type"
Entry in a
DataComponent. |
abstract java.util.List<EntryListener> |
PlantComponentLinker.linkComponents(PlantComponent plantComp,
DataComponent dataComp)
Links a PlantComponent with supported
Entry instances contained
in a DataComponent. |
java.util.List<EntryListener> |
PipeLinker.linkComponents(PlantComponent plantComp,
DataComponent dataComp)
Overrides the default GeometricalComponentLinker behavior to add
Pipe-specific properties (length, radius, etc.).
|
java.util.List<EntryListener> |
JunctionLinker.linkComponents(PlantComponent plantComp,
DataComponent dataComp) |
java.util.List<EntryListener> |
HeatExchangerLinker.linkComponents(PlantComponent plantComp,
DataComponent dataComp)
Overrides the default GeometricalComponentLinker behavior to add
HeatExchanger-specific properties (length, radius, etc.).
|
java.util.List<EntryListener> |
GeometricalComponentLinker.linkComponents(PlantComponent plantComp,
DataComponent dataComp) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(DataComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(DataComponent component) |
void |
IComponentVisitor.visit(DataComponent component)
This operation directs a visitor to perform its actions on the Component
as a DataComponent.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeDataComponent
A specific DataComponent implementation that handles very specific roles for
setting up time loops.
|
Modifier and Type | Method and Description |
---|---|
DataComponent |
MasterDetailsPair.getDetails()
This operation returns the details DataComponent of this pair or null if
it has not been set.
|
DataComponent |
MasterDetailsComponent.getDetails(int masterId)
This operation returns the details block (a DataComponent) associated
with the master who has the specified id.
|
DataComponent |
MasterDetailsComponent.getDetailsAtIndex(int index)
An operation that returns the details DataComponent at index in the
masterDetailsPairs list.
|
DataComponent |
MasterDetailsComponent.getGlobalsComponent()
An operation that gets the globals variable.
|
Modifier and Type | Method and Description |
---|---|
void |
DataComponent.copy(DataComponent otherDataComponent)
This operation performs a deep copy of the attributes of another
DataComponent into the current DataComponent.
|
void |
MasterDetailsPair.setDetails(DataComponent detailsComp)
This operation sets the details DataComponent for this pair.
|
void |
MasterDetailsComponent.setGlobalsComponent(DataComponent globals)
An operation that sets the globals attribute.
|
void |
TreeComposite.visit(DataComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
MasterDetailsComponent.setTemplates(java.util.ArrayList<java.lang.String> masterTypeList,
java.util.ArrayList<DataComponent> detailList)
This operation sets the Master/Details template that is required for to
initialize the component.
|
Constructor and Description |
---|
MasterDetailsPair(java.lang.String masterValue,
DataComponent detailsComp)
An alternative constructor in which the master and details pieces can be
specified to immediately initialize the pair.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(DataComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(DataComponent component) |