public class StandardSectionManagedObjectSourceFigure extends AbstractOfficeFloorFigure implements SectionManagedObjectSourceFigure
SectionManagedObjectSourceFigure
.Constructor and Description |
---|
StandardSectionManagedObjectSourceFigure(SectionManagedObjectSourceFigureContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getSectionManagedObjectSourceNameFigure()
Obtains the
IFigure containing the
SectionManagedObjectSourceModel name. |
void |
setSectionManagedObjectName(String sectionManagedObjectSourceName)
Indicates change in name for the
SectionManagedObjectSourceModel . |
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 StandardSectionManagedObjectSourceFigure(SectionManagedObjectSourceFigureContext context)
context
- SectionManagedObjectSourceFigureContext
.public void setSectionManagedObjectName(String sectionManagedObjectSourceName)
SectionManagedObjectSourceFigure
SectionManagedObjectSourceModel
.setSectionManagedObjectName
in interface SectionManagedObjectSourceFigure
sectionManagedObjectSourceName
- Name to display for SectionManagedObjectSourceModel
.public org.eclipse.draw2d.IFigure getSectionManagedObjectSourceNameFigure()
SectionManagedObjectSourceFigure
Obtains the IFigure
containing the
SectionManagedObjectSourceModel
name.
This is to allow placement of the editor in changing the
SectionManagedObjectSourceModel
name.
getSectionManagedObjectSourceNameFigure
in interface SectionManagedObjectSourceFigure
IFigure
containing the
SectionManagedObjectSourceModel
name.Copyright © 2005–2016. All rights reserved.