public class StandardExternalFlowFigure extends AbstractOfficeFloorFigure implements ExternalFlowFigure
ExternalFlowFigure
.Constructor and Description |
---|
StandardExternalFlowFigure(ExternalFlowFigureContext context)
Initiate.
|
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, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
public StandardExternalFlowFigure(ExternalFlowFigureContext context)
context
- ExternalFlowFigureContext
.public void setExternalFlowName(String externalFlowName)
ExternalFlowFigure
ExternalFlowModel
name.setExternalFlowName
in interface ExternalFlowFigure
externalFlowName
- Name to display for the ExternalFlowModel
.public org.eclipse.draw2d.IFigure getExternalFlowNameFigure()
ExternalFlowFigure
Obtains the IFigure
containing the ExternalFlowModel
name.
This is to allow placement of the editor in changing the
ExternalFlowModel
name.
getExternalFlowNameFigure
in interface ExternalFlowFigure
IFigure
containing the ExternalFlowModel
name.Copyright © 2005–2016. All rights reserved.