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