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