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