net.officefloor.eclipse.skin.section
Interface SectionManagedObjectSourceFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardSectionManagedObjectSourceFigure

public interface SectionManagedObjectSourceFigure
extends OfficeFloorFigure

OfficeFloorFigure for the SectionManagedObjectSourceModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getSectionManagedObjectSourceNameFigure()
           Obtains the IFigure containing the SectionManagedObjectSourceModel name.
 void setSectionManagedObjectName(String sectionManagedObjectSourceName)
          Indicates change in name for the SectionManagedObjectSourceModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setSectionManagedObjectName

void setSectionManagedObjectName(String sectionManagedObjectSourceName)
Indicates change in name for the SectionManagedObjectSourceModel.

Parameters:
sectionManagedObjectSourceName - Name to display for SectionManagedObjectSourceModel.

getSectionManagedObjectSourceNameFigure

org.eclipse.draw2d.IFigure getSectionManagedObjectSourceNameFigure()

Obtains the IFigure containing the SectionManagedObjectSourceModel name.

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

Returns:
IFigure containing the SectionManagedObjectSourceModel name.


Copyright © 2005-2013. All Rights Reserved.