net.officefloor.eclipse.skin.office
Interface OfficeSectionFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardOfficeSectionFigure

public interface OfficeSectionFigure
extends OfficeFloorFigure

OfficeFloorFigure for the OfficeSectionModel.

Author:
Daniel Sagenschneider

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

Method Detail

setOfficeSectionName

void setOfficeSectionName(String officeSectionName)
Indicates a change to the name of the OfficeSectionModel.

Parameters:
officeSectionName - Name to display for the OfficeSectionModel.

getOfficeSectionNameFigure

org.eclipse.draw2d.IFigure getOfficeSectionNameFigure()

Obtains the IFigure containing the OfficeSectionModel name.

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

Returns:
IFigure containing the OfficeSectionModel name.


Copyright © 2005-2013. All Rights Reserved.