net.officefloor.eclipse.skin.standard.office
Class StandardOfficeSectionResponsibilityFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.office.StandardOfficeSectionResponsibilityFigure
All Implemented Interfaces:
OfficeSectionResponsibilityFigure, OfficeFloorFigure

public class StandardOfficeSectionResponsibilityFigure
extends AbstractOfficeFloorFigure
implements OfficeSectionResponsibilityFigure

OfficeSectionResponsibilityFigure implementation.

Author:
Daniel Sagenschneider

Constructor Summary
StandardOfficeSectionResponsibilityFigure(OfficeSectionResponsibilityFigureContext context)
          Initiate.
 
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 class net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Constructor Detail

StandardOfficeSectionResponsibilityFigure

public StandardOfficeSectionResponsibilityFigure(OfficeSectionResponsibilityFigureContext context)
Initiate.

Parameters:
context - OfficeSectionResponsibilityFigureContext.
Method Detail

setOfficeSectionResponsibilityName

public void setOfficeSectionResponsibilityName(String officeSectionResponsibilityName)
Description copied from interface: OfficeSectionResponsibilityFigure
Indicates a change to the name of the OfficeSectionResponsibilityModel.

Specified by:
setOfficeSectionResponsibilityName in interface OfficeSectionResponsibilityFigure
Parameters:
officeSectionResponsibilityName - Name to display for the OfficeSectionResponsibilityModel.

getOfficeSectionResponsibilityNameFigure

public org.eclipse.draw2d.IFigure getOfficeSectionResponsibilityNameFigure()
Description copied from interface: OfficeSectionResponsibilityFigure

Obtains the IFigure containing the OfficeSectionResponsibilityModel name.

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

Specified by:
getOfficeSectionResponsibilityNameFigure in interface OfficeSectionResponsibilityFigure
Returns:
IFigure containing the OfficeSectionResponsibilityModel name.


Copyright © 2005-2013. All Rights Reserved.