net.officefloor.eclipse.skin.desk
Interface DeskManagedObjectSourceFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardDeskManagedObjectSourceFigure

public interface DeskManagedObjectSourceFigure
extends OfficeFloorFigure

OfficeFloorFigure for the DeskManagedObjectSourceModel.

Author:
Daniel Sagenschneider

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

Method Detail

setDeskManagedObjectName

void setDeskManagedObjectName(String deskManagedObjectSourceName)
Indicates change in name for the DeskManagedObjectSourceModel.

Parameters:
deskManagedObjectSourceName - Name to display for DeskManagedObjectSourceModel.

getDeskManagedObjectSourceNameFigure

org.eclipse.draw2d.IFigure getDeskManagedObjectSourceNameFigure()

Obtains the IFigure containing the DeskManagedObjectSourceModel name.

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

Returns:
IFigure containing the DeskManagedObjectSourceModel name.


Copyright © 2005-2013. All Rights Reserved.