net.officefloor.eclipse.skin.officefloor
Interface DeployedOfficeInputFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardDeployedOfficeInputFigure

public interface DeployedOfficeInputFigure
extends OfficeFloorFigure

OfficeFloorFigure for the DeployedOfficeInputModel.

Author:
Daniel Sagenschneider

Method Summary
 void setSectionInput(String sectionName, String sectionInputName)
          Indicates a change in name of the DeployedOfficeInputModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setSectionInput

void setSectionInput(String sectionName,
                     String sectionInputName)
Indicates a change in name of the DeployedOfficeInputModel.

Parameters:
sectionName - OfficeSection name.
sectionInputName - OfficeSectionInput name.


Copyright © 2005-2013. All Rights Reserved.