Administration Tools

org.topcased.service.updatesiteproject
Class FeatureUpdateSiteProjectTreatment

java.lang.Object
  extended by org.topcased.service.updatesiteproject.FeatureUpdateSiteProjectTreatment

public class FeatureUpdateSiteProjectTreatment
extends java.lang.Object

This class ontanis all FeatureUpdateSiteProjectPage treatments


Constructor Summary
FeatureUpdateSiteProjectTreatment(UpdateSiteProjectWizard wizard)
          Constructor
 
Method Summary
 boolean browse(org.eclipse.swt.widgets.Text text, java.lang.String name)
          Button Action : Browse Directory for one of the three file proposed on the feature information page
 void handleApplicationFeatureProject(org.eclipse.swt.widgets.Text applicationText)
          Take le value (which is changing) of the application text area
 void handleArchFeatureProject(org.eclipse.swt.widgets.Text archText)
          Take le value (which is changing) of the architecture text area
 void handleColocationFeatureProject(org.eclipse.swt.widgets.Text colocationText)
          Take le value (which is changing) of the colocation text area
 void handleDescriptionFeatureProject(org.eclipse.swt.widgets.Text descriptionText)
          Take le value (which is changing) of the description text area
 void handleExclusiveFeatureProject(org.eclipse.swt.widgets.Combo exclusiveCombo)
          Take le value (which is changing) of the exclusive combo area
 void handleImageFeatureProject(org.eclipse.swt.widgets.Text imageText)
          Take le value (which is changing) of the image text area
 void handleLabelFeatureProject(org.eclipse.swt.widgets.Text labelText)
          Take le value (which is changing) of the label text area
 void handleNameFeatureProject(org.eclipse.swt.widgets.Text idText)
          Take le value (which is changing) of the id text area
 void handleNlFeatureProject(org.eclipse.swt.widgets.Text nlText)
          Take le value (which is changing) of the nl text area
 void handleOsFeatureProject(org.eclipse.swt.widgets.Text osText)
          Take le value (which is changing) of the os text area
 void handlePluginFeatureProject(org.eclipse.swt.widgets.Text pluginText)
          Take le value (which is changing) of the plugin text area
 void handlePrimaryFeatureProject(org.eclipse.swt.widgets.Combo primaryCombo)
          Take le value (which is changing) of the primary combo area
 void handleProviderNameFeatureProject(org.eclipse.swt.widgets.Text providerText)
          Take le value (which is changing) of the provider text area
 void handleUrlDescriptionFeatureProject(org.eclipse.swt.widgets.Text urlDescriptionText)
          Take le value (which is changing) of the url description text area
 void handleVersionFeatureProject(org.eclipse.swt.widgets.Text versionText)
          Take le value (which is changing) of the version text area
 void handleWsFeatureProject(org.eclipse.swt.widgets.Text wsText)
          Take le value (which is changing) of the ws text area
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureUpdateSiteProjectTreatment

public FeatureUpdateSiteProjectTreatment(UpdateSiteProjectWizard wizard)
Constructor

Parameters:
wizard - the parent wizard
Method Detail

browse

public boolean browse(org.eclipse.swt.widgets.Text text,
                      java.lang.String name)
Button Action : Browse Directory for one of the three file proposed on the feature information page

Parameters:
text - : reference to the text field of the current file
name - : name given to the current file to process
Returns:
true if the file path is validated by the method checkFilePath, false otherwise.

handleNameFeatureProject

public void handleNameFeatureProject(org.eclipse.swt.widgets.Text idText)
Take le value (which is changing) of the id text area

Parameters:
idText -

handleLabelFeatureProject

public void handleLabelFeatureProject(org.eclipse.swt.widgets.Text labelText)
Take le value (which is changing) of the label text area

Parameters:
idText -

handleVersionFeatureProject

public void handleVersionFeatureProject(org.eclipse.swt.widgets.Text versionText)
Take le value (which is changing) of the version text area

Parameters:
idText -

handleProviderNameFeatureProject

public void handleProviderNameFeatureProject(org.eclipse.swt.widgets.Text providerText)
Take le value (which is changing) of the provider text area

Parameters:
idText -

handleImageFeatureProject

public void handleImageFeatureProject(org.eclipse.swt.widgets.Text imageText)
Take le value (which is changing) of the image text area

Parameters:
idText -

handleOsFeatureProject

public void handleOsFeatureProject(org.eclipse.swt.widgets.Text osText)
Take le value (which is changing) of the os text area

Parameters:
idText -

handleArchFeatureProject

public void handleArchFeatureProject(org.eclipse.swt.widgets.Text archText)
Take le value (which is changing) of the architecture text area

Parameters:
idText -

handleWsFeatureProject

public void handleWsFeatureProject(org.eclipse.swt.widgets.Text wsText)
Take le value (which is changing) of the ws text area

Parameters:
idText -

handleNlFeatureProject

public void handleNlFeatureProject(org.eclipse.swt.widgets.Text nlText)
Take le value (which is changing) of the nl text area

Parameters:
idText -

handleColocationFeatureProject

public void handleColocationFeatureProject(org.eclipse.swt.widgets.Text colocationText)
Take le value (which is changing) of the colocation text area

Parameters:
idText -

handlePrimaryFeatureProject

public void handlePrimaryFeatureProject(org.eclipse.swt.widgets.Combo primaryCombo)
Take le value (which is changing) of the primary combo area

Parameters:
idText -

handleExclusiveFeatureProject

public void handleExclusiveFeatureProject(org.eclipse.swt.widgets.Combo exclusiveCombo)
Take le value (which is changing) of the exclusive combo area

Parameters:
idText -

handlePluginFeatureProject

public void handlePluginFeatureProject(org.eclipse.swt.widgets.Text pluginText)
Take le value (which is changing) of the plugin text area

Parameters:
idText -

handleApplicationFeatureProject

public void handleApplicationFeatureProject(org.eclipse.swt.widgets.Text applicationText)
Take le value (which is changing) of the application text area

Parameters:
idText -

handleDescriptionFeatureProject

public void handleDescriptionFeatureProject(org.eclipse.swt.widgets.Text descriptionText)
Take le value (which is changing) of the description text area

Parameters:
idText -

handleUrlDescriptionFeatureProject

public void handleUrlDescriptionFeatureProject(org.eclipse.swt.widgets.Text urlDescriptionText)
Take le value (which is changing) of the url description text area

Parameters:
idText -

Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.