public interface DeskManagedObjectFigure extends OfficeFloorFigure
OfficeFloorFigure
for the DeskManagedObjectModel
.Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.IFigure |
getDeskManagedObjectNameFigure()
Obtains the
IFigure containing the DeskManagedObjectModel
name. |
void |
setDeskManagedObjectName(String managedObjectName)
Indicates a change in name for the
DeskManagedObjectModel . |
void |
setManagedObjectScope(ManagedObjectScope managedObjectScope)
Indicates a change in
ManagedObjectScope for the
DeskManagedObjectModel . |
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
void setDeskManagedObjectName(String managedObjectName)
DeskManagedObjectModel
.managedObjectName
- Name to display for the DeskManagedObjectModel
.void setManagedObjectScope(ManagedObjectScope managedObjectScope)
ManagedObjectScope
for the
DeskManagedObjectModel
.managedObjectScope
- ManagedObjectScope
to display for the
DeskManagedObjectModel
.org.eclipse.draw2d.IFigure getDeskManagedObjectNameFigure()
Obtains the IFigure
containing the DeskManagedObjectModel
name.
This is to allow placement of the editor in changing the
DeskManagedObjectModel
name.
IFigure
containing the DeskManagedObjectModel
name.Copyright © 2005–2016. All rights reserved.