net.officefloor.eclipse.skin.desk
Interface TaskFigure

All Superinterfaces:
OfficeFloorFigure
All Known Implementing Classes:
StandardTaskFigure

public interface TaskFigure
extends OfficeFloorFigure

OfficeFloorFigure for the TaskModel.

Author:
Daniel Sagenschneider

Method Summary
 org.eclipse.draw2d.IFigure getTaskNameFigure()
           Obtains the IFigure containing the Task name.
 void setIsPublic(boolean isPublic)
          Flags on display whether is public.
 void setTaskName(String taskName)
          Indicates a change in the TaskModel name.
 
Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor
 

Method Detail

setTaskName

void setTaskName(String taskName)
Indicates a change in the TaskModel name.

Parameters:
taskName - Name to display for the TaskModel.

setIsPublic

void setIsPublic(boolean isPublic)
Flags on display whether is public.

Parameters:
isPublic - true if public.

getTaskNameFigure

org.eclipse.draw2d.IFigure getTaskNameFigure()

Obtains the IFigure containing the Task name.

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

Returns:
IFigure containing the Task name.


Copyright © 2005-2013. All Rights Reserved.