net.officefloor.eclipse.skin.officefloor
Interface OfficeFloorTeamFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardOfficeFloorTeamFigure

public interface OfficeFloorTeamFigure
extends OfficeFloorFigure

OfficeFloorFigure for the OfficeFloorTeamModel.

Author:
Daniel Sagenschneider

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

Method Detail

setOfficeFloorTeamName

void setOfficeFloorTeamName(String officeFloorTeamName)
Indicates a change in name for the OfficeFloorTeamModel.

Parameters:
officeFloorTeamName - Name to display for the OfficeFloorTeamModel.

getOfficeFloorTeamNameFigure

org.eclipse.draw2d.IFigure getOfficeFloorTeamNameFigure()

Obtains the IFigure containing the OfficeFloorTeamModel name.

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

Returns:
IFigure containing the OfficeFloorTeamModel name.


Copyright © 2005-2013. All Rights Reserved.