public class StandardSectionManagedObjectFigure extends AbstractOfficeFloorFigure implements SectionManagedObjectFigure
SectionManagedObjectFigure
implementation.Constructor and Description |
---|
StandardSectionManagedObjectFigure(SectionManagedObjectFigureContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getSectionManagedObjectNameFigure()
Obtains the
IFigure containing the
SectionManagedObjectModel name. |
void |
setManagedObjectScope(ManagedObjectScope managedObjectScope)
Indicates a change in
ManagedObjectScope for the
SectionManagedObjectModel . |
void |
setSectionManagedObjectName(String sectionManagedObjectName)
Indicates a change in name for the
SectionManagedObjectModel . |
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 StandardSectionManagedObjectFigure(SectionManagedObjectFigureContext context)
context
- SectionManagedObjectFigureContext
.public void setSectionManagedObjectName(String sectionManagedObjectName)
SectionManagedObjectFigure
SectionManagedObjectModel
.setSectionManagedObjectName
in interface SectionManagedObjectFigure
sectionManagedObjectName
- Name to display for the SectionManagedObjectModel
.public void setManagedObjectScope(ManagedObjectScope managedObjectScope)
SectionManagedObjectFigure
ManagedObjectScope
for the
SectionManagedObjectModel
.setManagedObjectScope
in interface SectionManagedObjectFigure
managedObjectScope
- ManagedObjectScope
to display for the
SectionManagedObjectModel
.public org.eclipse.draw2d.IFigure getSectionManagedObjectNameFigure()
SectionManagedObjectFigure
Obtains the IFigure
containing the
SectionManagedObjectModel
name.
This is to allow placement of the editor in changing the
SectionManagedObjectModel
name.
getSectionManagedObjectNameFigure
in interface SectionManagedObjectFigure
IFigure
containing the SectionManagedObjectModel
name.Copyright © 2005–2016. All rights reserved.