|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.extension.teamsource.teams.WorkerPerTaskTeamSourceExtension
public class WorkerPerTaskTeamSourceExtension
TeamSourceExtension for the WorkerPerTaskTeamSource.
| Field Summary |
|---|
| Fields inherited from interface net.officefloor.eclipse.extension.teamsource.TeamSourceExtension |
|---|
EXTENSION_ID |
| Constructor Summary | |
|---|---|
WorkerPerTaskTeamSourceExtension()
|
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
TeamSourceExtensionContext context)
Loads the input page with the necessary Control instances to
populate the PropertyList. |
Class<WorkerPerTaskTeamSource> |
getTeamSourceClass()
Obtains the class of the TeamSource being enriched in its usage. |
String |
getTeamSourceLabel()
Obtains the label for the TeamSource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkerPerTaskTeamSourceExtension()
| Method Detail |
|---|
public Class<WorkerPerTaskTeamSource> getTeamSourceClass()
TeamSourceExtensionTeamSource being enriched in its usage.
getTeamSourceClass in interface TeamSourceExtension<WorkerPerTaskTeamSource>TeamSource being enriched in its usage.public String getTeamSourceLabel()
TeamSourceExtension
Obtains the label for the TeamSource.
This is a descriptive name that can be used other than the fully
qualified name of the TeamSource.
getTeamSourceLabel in interface TeamSourceExtension<WorkerPerTaskTeamSource>TeamSource.
public void createControl(org.eclipse.swt.widgets.Composite page,
TeamSourceExtensionContext context)
TeamSourceExtensionControl instances to
populate the PropertyList. Also allows notifying of changes to
Property instances via the TeamSourceExtensionContext.
createControl in interface TeamSourceExtension<WorkerPerTaskTeamSource>page - Page to be setup for populating the PropertyList.context - TeamSourceExtensionContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||