public interface SectionManagedObjectFigure extends OfficeFloorFigure
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 managedObjectName)
Indicates a change in name for the
SectionManagedObjectModel . |
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
void setSectionManagedObjectName(String managedObjectName)
SectionManagedObjectModel
.managedObjectName
- Name to display for the SectionManagedObjectModel
.void setManagedObjectScope(ManagedObjectScope managedObjectScope)
ManagedObjectScope
for the
SectionManagedObjectModel
.managedObjectScope
- ManagedObjectScope
to display for the
SectionManagedObjectModel
.org.eclipse.draw2d.IFigure getSectionManagedObjectNameFigure()
Obtains the IFigure
containing the
SectionManagedObjectModel
name.
This is to allow placement of the editor in changing the
SectionManagedObjectModel
name.
IFigure
containing the SectionManagedObjectModel
name.Copyright © 2005–2016. All rights reserved.