net.officefloor.eclipse.skin.office
Interface OfficeSectionResponsibilityFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardOfficeSectionResponsibilityFigure

public interface OfficeSectionResponsibilityFigure
extends OfficeFloorFigure

OfficeFloorFigure for the OfficeSectionResponsibilityModel.

Author:
Daniel Sagenschneider

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

Method Detail

setOfficeSectionResponsibilityName

void setOfficeSectionResponsibilityName(String officeSectionResponsibilityName)
Indicates a change to the name of the OfficeSectionResponsibilityModel.

Parameters:
officeSectionResponsibilityName - Name to display for the OfficeSectionResponsibilityModel.

getOfficeSectionResponsibilityNameFigure

org.eclipse.draw2d.IFigure getOfficeSectionResponsibilityNameFigure()

Obtains the IFigure containing the OfficeSectionResponsibilityModel name.

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

Returns:
IFigure containing the OfficeSectionResponsibilityModel name.


Copyright © 2005-2013. All Rights Reserved.