public class StandardOfficeTeamFigure extends AbstractOfficeFloorFigure implements OfficeTeamFigure
OfficeTeamFigure
.Constructor and Description |
---|
StandardOfficeTeamFigure(OfficeTeamFigureContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getOfficeTeamNameFigure()
Obtains the
IFigure containing the OfficeTeamModel name. |
void |
setOfficeTeamName(String officeTeamName)
Indicates a change to the name of the
OfficeTeamModel . |
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 StandardOfficeTeamFigure(OfficeTeamFigureContext context)
context
- OfficeTeamFigureContext
.public void setOfficeTeamName(String officeTeamName)
OfficeTeamFigure
OfficeTeamModel
.setOfficeTeamName
in interface OfficeTeamFigure
officeTeamName
- Name to display for the OfficeTeamModel
.public org.eclipse.draw2d.IFigure getOfficeTeamNameFigure()
OfficeTeamFigure
Obtains the IFigure
containing the OfficeTeamModel
name.
This is to allow placement of the editor in changing the
OfficeTeamModel
name.
getOfficeTeamNameFigure
in interface OfficeTeamFigure
IFigure
containing the OfficeTeamModel
name.Copyright © 2005–2016. All rights reserved.