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