net.officefloor.eclipse.skin.office
Interface ExternalManagedObjectFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardExternalManagedObjectFigure

public interface ExternalManagedObjectFigure
extends OfficeFloorFigure

OfficeFloorFigure for the ExternalManagedObjectModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getExternalManagedObjectNameFigure()
           Obtains the IFigure containing the ExternalManagedObjectModel name.
 void setExternalManagedObjectName(String externalManagedObjectName)
          Indicates a change in the name of the ExternalManagedObjectModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setExternalManagedObjectName

void setExternalManagedObjectName(String externalManagedObjectName)
Indicates a change in the name of the ExternalManagedObjectModel.

Parameters:
externalManagedObjectName - Name to display for the ExternalManagedObjectModel.

getExternalManagedObjectNameFigure

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.

Returns:
IFigure containing the ExternalManagedObjectModel name.


Copyright © 2005-2013. All Rights Reserved.