public interface OfficeTeamFigure extends OfficeFloorFigure
Figure
for the OfficeTeamModel
.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
void setOfficeTeamName(String officeTeamName)
OfficeTeamModel
.officeTeamName
- Name to display for the OfficeTeamModel
.org.eclipse.draw2d.IFigure getOfficeTeamNameFigure()
Obtains the IFigure
containing the OfficeTeamModel
name.
This is to allow placement of the editor in changing the
OfficeTeamModel
name.
IFigure
containing the OfficeTeamModel
name.Copyright © 2005–2016. All rights reserved.