net.officefloor.eclipse.skin.office
Interface AdministratorFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardAdministratorFigure

public interface AdministratorFigure
extends OfficeFloorFigure

Figure for the AdministratorModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getAdministratorNameFigure()
           Obtains the IFigure containing the AdministratorModel name.
 void setAdministratorName(String administratorName)
          Indicates a change in name of the AdministratorModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setAdministratorName

void setAdministratorName(String administratorName)
Indicates a change in name of the AdministratorModel.

Parameters:
administratorName - Name to display for the AdministratorModel.

getAdministratorNameFigure

org.eclipse.draw2d.IFigure getAdministratorNameFigure()

Obtains the IFigure containing the AdministratorModel name.

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

Returns:
IFigure containing the AdministratorModel name.


Copyright © 2005-2013. All Rights Reserved.