net.officefloor.eclipse.skin.desk
Interface WorkFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardWorkFigure

public interface WorkFigure
extends OfficeFloorFigure

OfficeFloorFigure for the WorkModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getWorkNameFigure()
           Obtains the IFigure containing the Work name.
 void setWorkName(String workName)
          Indicates a change in the WorkModel name.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setWorkName

void setWorkName(String workName)
Indicates a change in the WorkModel name.

Parameters:
workName - Name to display for the WorkModel.

getWorkNameFigure

org.eclipse.draw2d.IFigure getWorkNameFigure()

Obtains the IFigure containing the Work name.

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

Returns:
IFigure containing the Work name.


Copyright © 2005-2013. All Rights Reserved.