net.officefloor.eclipse.skin.standard.section
Class StandardSubSectionObjectFigure

java.lang.Object
  extended by net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
      extended by net.officefloor.eclipse.skin.standard.section.StandardSubSectionObjectFigure
All Implemented Interfaces:
OfficeFloorFigure, SubSectionObjectFigure

public class StandardSubSectionObjectFigure
extends AbstractOfficeFloorFigure
implements SubSectionObjectFigure

Standard SubSectionObjectFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardSubSectionObjectFigure(SubSectionObjectFigureContext context)
          Initiate.
 
Method Summary
 void setSubSectionObjectName(String subSectionObjectName)
          Specifies the SubSectionObjectModel name to display.
 
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

StandardSubSectionObjectFigure

public StandardSubSectionObjectFigure(SubSectionObjectFigureContext context)
Initiate.

Parameters:
context - SubSectionObjectFigureContext.
Method Detail

setSubSectionObjectName

public void setSubSectionObjectName(String subSectionObjectName)
Description copied from interface: SubSectionObjectFigure
Specifies the SubSectionObjectModel name to display.

Specified by:
setSubSectionObjectName in interface SubSectionObjectFigure
Parameters:
subSectionObjectName - Name to display.


Copyright © 2005-2013. All Rights Reserved.