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