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

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

public class StandardTaskFlowFigure
extends AbstractOfficeFloorFigure
implements TaskFlowFigure

Standard TaskFlowFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardTaskFlowFigure(TaskFlowFigureContext context)
          Initiate.
 
Method Summary
 void setTaskFlowName(String taskFlowName)
          Specifies the TaskFlowModel name to display.
 
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

StandardTaskFlowFigure

public StandardTaskFlowFigure(TaskFlowFigureContext context)
Initiate.

Parameters:
context - TaskFlowFigureContext.
Method Detail

setTaskFlowName

public void setTaskFlowName(String taskFlowName)
Description copied from interface: TaskFlowFigure
Specifies the TaskFlowModel name to display.

Specified by:
setTaskFlowName in interface TaskFlowFigure
Parameters:
taskFlowName - TaskFlowModel name to display.


Copyright © 2005-2013. All Rights Reserved.