|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAdapterImpl
eu.geclipse.jsdl.ui.adapters.jsdl.JsdlAdaptersFactory
eu.geclipse.jsdl.ui.adapters.jsdl.JobDefinitionTypeAdapter
public final class JobDefinitionTypeAdapter
JobDefinitionTypeAdapter Class.
This class provides adapters for manipulating Job Definition elements through the Job Definition Page of the JSDL editor. Supported JobDefinition attributes are:
- ID
| Constructor Summary | |
|---|---|
JobDefinitionTypeAdapter(JobDefinitionType jobDefinitionRoot)
Constructs a new JobDefinitionTypeAdapter |
|
| Method Summary | |
|---|---|
void |
attachID(Text widget)
The attach point that handles the Text widget which is responsible for the
JobDefinition ID element. |
void |
load()
Method which populates the content of the underlying model to the widgets that are attached to this adapter. |
void |
setContent(JobDefinitionType documentRoot)
Allows to set the adapter's content on demand and not through the adapter constructor. |
| Methods inherited from class eu.geclipse.jsdl.ui.adapters.jsdl.JsdlAdaptersFactory |
|---|
adapt, adaptAllNew, adaptNew, addListener, dispose, fireNotifyChanged, getRootAdapterFactory, isFactoryForType, notifyChanged, removeListener, setParentAdapterFactory |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobDefinitionTypeAdapter(JobDefinitionType jobDefinitionRoot)
JobDefinitionTypeAdapter
jobDefinitionRoot - . The root element of a JSDL document (JobDefinitionType).| Method Detail |
|---|
public void attachID(Text widget)
Text widget which is responsible for the
JobDefinition ID element. This attach point provides a ModifyListener
that listens to changes in the text box and commits this changes to the underlying
model.
widget - The Text widget responsible for JobDefinition ID element.public void setContent(JobDefinitionType documentRoot)
documentRoot - The root element of a JSDL document (JobDefinitionType).public void load()
JobDefinitionPage when
the appropriate widgets are created and also every time the page becomes active.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||