public interface ExternalFlowFigure extends OfficeFloorFigure
OfficeFloorFigure
for the ExternalFlowModel
.Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getExternalFlowNameFigure()
Obtains the
IFigure containing the ExternalFlowModel
name. |
void |
setExternalFlowName(String externalFlowName)
Indicates a change in the
ExternalFlowModel name. |
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
void setExternalFlowName(String externalFlowName)
ExternalFlowModel
name.externalFlowName
- Name to display for the ExternalFlowModel
.org.eclipse.draw2d.IFigure getExternalFlowNameFigure()
Obtains the IFigure
containing the ExternalFlowModel
name.
This is to allow placement of the editor in changing the
ExternalFlowModel
name.
IFigure
containing the ExternalFlowModel
name.Copyright © 2005–2016. All rights reserved.