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

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

public class StandardSectionManagedObjectSourceFigure
extends AbstractOfficeFloorFigure
implements SectionManagedObjectSourceFigure

Standard SectionManagedObjectSourceFigure.

Author:
Daniel Sagenschneider

Constructor Summary
StandardSectionManagedObjectSourceFigure(SectionManagedObjectSourceFigureContext context)
          Initiate.
 
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 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

StandardSectionManagedObjectSourceFigure

public StandardSectionManagedObjectSourceFigure(SectionManagedObjectSourceFigureContext context)
Initiate.

Parameters:
context - SectionManagedObjectSourceFigureContext.
Method Detail

setSectionManagedObjectName

public void setSectionManagedObjectName(String sectionManagedObjectSourceName)
Description copied from interface: SectionManagedObjectSourceFigure
Indicates change in name for the SectionManagedObjectSourceModel.

Specified by:
setSectionManagedObjectName in interface SectionManagedObjectSourceFigure
Parameters:
sectionManagedObjectSourceName - Name to display for SectionManagedObjectSourceModel.

getSectionManagedObjectSourceNameFigure

public org.eclipse.draw2d.IFigure getSectionManagedObjectSourceNameFigure()
Description copied from interface: SectionManagedObjectSourceFigure

Obtains the IFigure containing the SectionManagedObjectSourceModel name.

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

Specified by:
getSectionManagedObjectSourceNameFigure in interface SectionManagedObjectSourceFigure
Returns:
IFigure containing the SectionManagedObjectSourceModel name.


Copyright © 2005-2013. All Rights Reserved.