|
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.ApplicationTypeAdapter
public final class ApplicationTypeAdapter
ApplicationTypeAdapter Class.
This class provides adapters for manipulating generic Application elements through the Application Page of the JSDL editor. Supported Application elements are:
- ApplicationName
- ApplicationVersion
- Description
| Constructor Summary | |
|---|---|
ApplicationTypeAdapter(JobDefinitionType jobDefinitionRoot)
Deprecated. Constructs a new |
|
| Method Summary | |
|---|---|
void |
attachToApplicationDescription(Text widget)
Deprecated. The attach point that handles the Text widget which is responsible for the
JobApplication Description element. |
void |
attachToApplicationName(Text widget)
Deprecated. The attach point that handles the Text widget which is responsible for the
JobApplication Name element. |
void |
attachToApplicationVersion(Text widget)
Deprecated. The attach point that handles the Text widget which is responsible for the
JobApplication Version element. |
void |
load()
Deprecated. Method which populates the content of the underlying model to the widgets that are attached to this adapter. |
void |
setContent(JobDefinitionType jobDefinitionRoot)
Deprecated. Allows to set the adapter's content on demand and not through the 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 ApplicationTypeAdapter(JobDefinitionType jobDefinitionRoot)
ApplicationTypeAdapter
jobDefinitionRoot - . The root element of a JSDL document (JobDefinitionType).| Method Detail |
|---|
public void setContent(JobDefinitionType jobDefinitionRoot)
jobDefinitionRoot - The root element of a JSDL document.public void attachToApplicationName(Text widget)
Text widget which is responsible for the
JobApplication Name 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 JobApplication Name element.public void attachToApplicationVersion(Text widget)
Text widget which is responsible for the
JobApplication Version 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 JobApplication Version element.public void attachToApplicationDescription(Text widget)
Text widget which is responsible for the
JobApplication Description 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 JobApplication Description element.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 | |||||||||