net.officefloor.eclipse.skin.section
Interface SubSectionFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardSubSectionFigure

public interface SubSectionFigure
extends OfficeFloorFigure

OfficeFloorFigure for the SubSectionModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getSubSectionNameFigure()
           Obtains the IFigure containing the SubSectionModel name.
 void setSubSectionName(String subSectionName)
          Indicates a change to the SubSectionModel name.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setSubSectionName

void setSubSectionName(String subSectionName)
Indicates a change to the SubSectionModel name.

Parameters:
subSectionName - Name to display for the SubSectionModel.

getSubSectionNameFigure

org.eclipse.draw2d.IFigure getSubSectionNameFigure()

Obtains the IFigure containing the SubSectionModel name.

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

Returns:
IFigure containing the SubSectionModel name.


Copyright © 2005-2013. All Rights Reserved.