net.officefloor.eclipse.skin.desk
Interface ExternalFlowFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardExternalFlowFigure

public interface ExternalFlowFigure
extends OfficeFloorFigure

OfficeFloorFigure for the ExternalFlowModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getExternalFlowNameFigure()
           Obtains the IFigure containing the ExternalFlowModel name.
 void setExternalFlowName(String externalFlowName)
          Indicates a change in the ExternalFlowModel name.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setExternalFlowName

void setExternalFlowName(String externalFlowName)
Indicates a change in the ExternalFlowModel name.

Parameters:
externalFlowName - Name to display for the ExternalFlowModel.

getExternalFlowNameFigure

org.eclipse.draw2d.IFigure getExternalFlowNameFigure()

Obtains the IFigure containing the ExternalFlowModel name.

This is to allow placement of the editor in changing the ExternalFlowModel name.

Returns:
IFigure containing the ExternalFlowModel name.


Copyright © 2005-2013. All Rights Reserved.