net.officefloor.eclipse.skin.officefloor
Interface OfficeFloorInputManagedObjectFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardOfficeFloorInputManagedObjectFigure

public interface OfficeFloorInputManagedObjectFigure
extends OfficeFloorFigure

OfficeFloorFigure for the OfficeFloorInputManagedObjectModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getOfficeFloorInputManagedObjectNameFigure()
           Obtains the IFigure containing the OfficeFloorInputManagedObjectModel name.
 void setOfficeFloorInputManagedObjectName(String officeFloorInputManagedObjectName)
          Indicates a change in name for the OfficeFloorInputManagedObjectModel.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setOfficeFloorInputManagedObjectName

void setOfficeFloorInputManagedObjectName(String officeFloorInputManagedObjectName)
Indicates a change in name for the OfficeFloorInputManagedObjectModel.

Parameters:
officeFloorInputManagedObjectName - Name to display for the OfficeFloorInputManagedObjectModel.

getOfficeFloorInputManagedObjectNameFigure

org.eclipse.draw2d.IFigure getOfficeFloorInputManagedObjectNameFigure()

Obtains the IFigure containing the OfficeFloorInputManagedObjectModel name.

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

Returns:
IFigure containing the OfficeFloorInputManagedObjectModel name.


Copyright © 2005-2013. All Rights Reserved.