|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure
net.officefloor.eclipse.skin.standard.desk.StandardTaskFigure
public class StandardTaskFigure
StandardTaskFigure implementation.
| Constructor Summary | |
|---|---|
StandardTaskFigure(TaskFigureContext context)
Initiate. |
|
| 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 class net.officefloor.eclipse.skin.standard.AbstractOfficeFloorFigure |
|---|
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor, registerConnectionAnchor, registerSourceConnectionAnchor, registerTargetConnectionAnchor, setContentPane, setFigure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.officefloor.eclipse.skin.OfficeFloorFigure |
|---|
getContentPane, getFigure, getSourceConnectionAnchor, getTargetConnectionAnchor |
| Constructor Detail |
|---|
public StandardTaskFigure(TaskFigureContext context)
| Method Detail |
|---|
public void setTaskName(String taskName)
TaskFigureTaskModel name.
setTaskName in interface TaskFiguretaskName - Name to display for the TaskModel.public void setIsPublic(boolean isPublic)
TaskFigure
setIsPublic in interface TaskFigureisPublic - true if public.public org.eclipse.draw2d.IFigure getTaskNameFigure()
TaskFigure
Obtains the IFigure containing the Task name.
This is to allow placement of the editor in changing the Task
name.
getTaskNameFigure in interface TaskFigureIFigure containing the Task name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||