net.officefloor.eclipse.skin.officefloor
Interface DeployedOfficeFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardDeployedOfficeFigure

public interface DeployedOfficeFigure
extends OfficeFloorFigure

OfficeFloorFigure for the DeployedOfficeModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getDeployedOfficeNameFigure()
           Obtains the IFigure containing the DeployedOfficeModel name.
 void setDeployedOfficeName(String deployedOfficeName)
          Indicates a change to the name of the DeployedOfficeModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setDeployedOfficeName

void setDeployedOfficeName(String deployedOfficeName)
Indicates a change to the name of the DeployedOfficeModel.

Parameters:
deployedOfficeName - Name to display for the DeployedOfficeModel.

getDeployedOfficeNameFigure

org.eclipse.draw2d.IFigure getDeployedOfficeNameFigure()

Obtains the IFigure containing the DeployedOfficeModel name.

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

Returns:
IFigure containing the DeployedOfficeModel name.


Copyright © 2005-2013. All Rights Reserved.