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