net.officefloor.eclipse.skin.office
Interface OfficeTeamFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardOfficeTeamFigure

public interface OfficeTeamFigure
extends OfficeFloorFigure

Figure for the OfficeTeamModel.

Author:
Daniel Sagenschneider

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 interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setOfficeTeamName

void setOfficeTeamName(String officeTeamName)
Indicates a change to the name of the OfficeTeamModel.

Parameters:
officeTeamName - Name to display for the OfficeTeamModel.

getOfficeTeamNameFigure

org.eclipse.draw2d.IFigure getOfficeTeamNameFigure()

Obtains the IFigure containing the OfficeTeamModel name.

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

Returns:
IFigure containing the OfficeTeamModel name.


Copyright © 2005-2013. All Rights Reserved.