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

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

public class StandardOfficeTeamFigure
extends AbstractOfficeFloorFigure
implements OfficeTeamFigure

Standard OfficeTeamFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeTeamFigure(OfficeTeamFigureContext context)
          Initiate.
 
Method Summary
 org.eclipse.draw2d.IFigure getOfficeTeamNameFigure()
           Obtains the IFigure containing the OfficeTeamModel name.
 void setOfficeTeamName(String officeTeamName)
          Indicates a change to the name of the OfficeTeamModel.
 
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

StandardOfficeTeamFigure

public StandardOfficeTeamFigure(OfficeTeamFigureContext context)
Initiate.

Parameters:
context - OfficeTeamFigureContext.
Method Detail

setOfficeTeamName

public void setOfficeTeamName(String officeTeamName)
Description copied from interface: OfficeTeamFigure
Indicates a change to the name of the OfficeTeamModel.

Specified by:
setOfficeTeamName in interface OfficeTeamFigure
Parameters:
officeTeamName - Name to display for the OfficeTeamModel.

getOfficeTeamNameFigure

public org.eclipse.draw2d.IFigure getOfficeTeamNameFigure()
Description copied from interface: OfficeTeamFigure

Obtains the IFigure containing the OfficeTeamModel name.

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

Specified by:
getOfficeTeamNameFigure in interface OfficeTeamFigure
Returns:
IFigure containing the OfficeTeamModel name.


Copyright © 2005-2013. All Rights Reserved.