net.officefloor.eclipse.skin.standard.officefloor
Class StandardOfficeFloorTeamFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.officefloor.StandardOfficeFloorTeamFigure
All Implemented Interfaces:
OfficeFloorTeamFigure, OfficeFloorFigure

public class StandardOfficeFloorTeamFigure
extends AbstractOfficeFloorFigure
implements OfficeFloorTeamFigure

Standard OfficeFloorTeamFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeFloorTeamFigure(OfficeFloorTeamFigureContext context)
          Initiate.
 
Method Summary
 org.eclipse.draw2d.IFigure getOfficeFloorTeamNameFigure()
           Obtains the IFigure containing the OfficeFloorTeamModel name.
 void setOfficeFloorTeamName(String officeFloorTeamName)
          Indicates a change in name for the OfficeFloorTeamModel.
 
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

StandardOfficeFloorTeamFigure

public StandardOfficeFloorTeamFigure(OfficeFloorTeamFigureContext context)
Initiate.

Parameters:
context - OfficeFloorTeamFigureContext.
Method Detail

setOfficeFloorTeamName

public void setOfficeFloorTeamName(String officeFloorTeamName)
Description copied from interface: OfficeFloorTeamFigure
Indicates a change in name for the OfficeFloorTeamModel.

Specified by:
setOfficeFloorTeamName in interface OfficeFloorTeamFigure
Parameters:
officeFloorTeamName - Name to display for the OfficeFloorTeamModel.

getOfficeFloorTeamNameFigure

public org.eclipse.draw2d.IFigure getOfficeFloorTeamNameFigure()
Description copied from interface: OfficeFloorTeamFigure

Obtains the IFigure containing the OfficeFloorTeamModel name.

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

Specified by:
getOfficeFloorTeamNameFigure in interface OfficeFloorTeamFigure
Returns:
IFigure containing the OfficeFloorTeamModel name.


Copyright © 2005-2013. All Rights Reserved.