|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskFigure
OfficeFloorFigure for the TaskModel.
| 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 |
|---|
void setTaskName(String taskName)
TaskModel name.
taskName - Name to display for the TaskModel.void setIsPublic(boolean isPublic)
isPublic - true if public.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.
IFigure containing the Task name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||