net.officefloor.eclipse.skin.standard.desk
Class StandardExternalFlowFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.desk.StandardExternalFlowFigure
All Implemented Interfaces:
ExternalFlowFigure, OfficeFloorFigure

public class StandardExternalFlowFigure
extends AbstractOfficeFloorFigure
implements ExternalFlowFigure

Standard ExternalFlowFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardExternalFlowFigure(ExternalFlowFigureContext context)
          Initiate.
 
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 class net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Constructor Detail

StandardExternalFlowFigure

public StandardExternalFlowFigure(ExternalFlowFigureContext context)
Initiate.

Parameters:
context - ExternalFlowFigureContext.
Method Detail

setExternalFlowName

public void setExternalFlowName(String externalFlowName)
Description copied from interface: ExternalFlowFigure
Indicates a change in the ExternalFlowModel name.

Specified by:
setExternalFlowName in interface ExternalFlowFigure
Parameters:
externalFlowName - Name to display for the ExternalFlowModel.

getExternalFlowNameFigure

public org.eclipse.draw2d.IFigure getExternalFlowNameFigure()
Description copied from interface: ExternalFlowFigure

Obtains the IFigure containing the ExternalFlowModel name.

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

Specified by:
getExternalFlowNameFigure in interface ExternalFlowFigure
Returns:
IFigure containing the ExternalFlowModel name.


Copyright © 2005-2013. All Rights Reserved.