net.officefloor.eclipse.skin.section
Interface SectionManagedObjectFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardSectionManagedObjectFigure

public interface SectionManagedObjectFigure
extends OfficeFloorFigure

OfficeFloorFigure for the SectionManagedObjectModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getSectionManagedObjectNameFigure()
           Obtains the IFigure containing the SectionManagedObjectModel name.
 void setManagedObjectScope(ManagedObjectScope managedObjectScope)
          Indicates a change in ManagedObjectScope for the SectionManagedObjectModel.
 void setSectionManagedObjectName(String managedObjectName)
          Indicates a change in name for the SectionManagedObjectModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setSectionManagedObjectName

void setSectionManagedObjectName(String managedObjectName)
Indicates a change in name for the SectionManagedObjectModel.

Parameters:
managedObjectName - Name to display for the SectionManagedObjectModel.

setManagedObjectScope

void setManagedObjectScope(ManagedObjectScope managedObjectScope)
Indicates a change in ManagedObjectScope for the SectionManagedObjectModel.

Parameters:
managedObjectScope - ManagedObjectScope to display for the SectionManagedObjectModel.

getSectionManagedObjectNameFigure

org.eclipse.draw2d.IFigure getSectionManagedObjectNameFigure()

Obtains the IFigure containing the SectionManagedObjectModel name.

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

Returns:
IFigure containing the SectionManagedObjectModel name.


Copyright © 2005-2013. All Rights Reserved.