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