net.officefloor.eclipse.skin.standard.office
Class StandardOfficeTaskFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.office.StandardOfficeTaskFigure
All Implemented Interfaces:
OfficeTaskFigure, OfficeFloorFigure

public class StandardOfficeTaskFigure
extends AbstractOfficeFloorFigure
implements OfficeTaskFigure

Standard OfficeTaskFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeTaskFigure(OfficeTaskFigureContext context)
          Initiate.
 
Method Summary
 void setOfficeTaskName(String officeTaskName)
          Specifies the OfficeTaskModel 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

StandardOfficeTaskFigure

public StandardOfficeTaskFigure(OfficeTaskFigureContext context)
Initiate.

Parameters:
context - OfficeTaskFigureContext.
Method Detail

setOfficeTaskName

public void setOfficeTaskName(String officeTaskName)
Description copied from interface: OfficeTaskFigure
Specifies the OfficeTaskModel name to display.

Specified by:
setOfficeTaskName in interface OfficeTaskFigure
Parameters:
officeTaskName - Name to display.


Copyright © 2005-2013. All Rights Reserved.