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