g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.adapters.jsdl
Class ApplicationTypeAdapter

java.lang.Object
  extended by AdapterImpl
      extended by eu.geclipse.jsdl.ui.adapters.jsdl.JsdlAdaptersFactory
          extended by eu.geclipse.jsdl.ui.adapters.jsdl.ApplicationTypeAdapter

Deprecated. This class is now deprecated. It's functionality has been embedded in the ApplicationSection class.

public final class ApplicationTypeAdapter
extends JsdlAdaptersFactory

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 ApplicationTypeAdapter
 
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

ApplicationTypeAdapter

public ApplicationTypeAdapter(JobDefinitionType jobDefinitionRoot)
Deprecated. 
Constructs a new ApplicationTypeAdapter

Parameters:
jobDefinitionRoot - . The root element of a JSDL document (JobDefinitionType).
Method Detail

setContent

public void setContent(JobDefinitionType jobDefinitionRoot)
Deprecated. 
Allows to set the adapter's content on demand and not through the constructor.

Parameters:
jobDefinitionRoot - The root element of a JSDL document.

attachToApplicationName

public void attachToApplicationName(Text widget)
Deprecated. 
The attach point that handles the 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.

Parameters:
widget - The Text widget responsible for JobApplication Name element.

attachToApplicationVersion

public void attachToApplicationVersion(Text widget)
Deprecated. 
The attach point that handles the 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.

Parameters:
widget - The Text widget responsible for JobApplication Version element.

attachToApplicationDescription

public void attachToApplicationDescription(Text widget)
Deprecated. 
The attach point that handles the 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.

Parameters:
widget - The Text widget responsible for JobApplication Description element.

load

public void load()
Deprecated. 
Method which populates the content of the underlying model to the widgets that are attached to this adapter. The method is called from the JobDefinitionPage when the appropriate widgets are created and also every time the page becomes active.


g-Eclipse
Release 1.0.0