org.ow2.clif.analyze.lib.oda.ui.wizards
Class ExecutionSelectionWizardPage

java.lang.Object
  extended by DataSourceWizardPage
      extended by org.ow2.clif.analyze.lib.oda.ui.wizards.ExecutionSelectionWizardPage

public class ExecutionSelectionWizardPage
extends DataSourceWizardPage

Provide a wizard page to select local CLIF executions.

Author:
Gr�gory CALONNIER, Jordan BRUNIER

Constructor Summary
ExecutionSelectionWizardPage(java.lang.String pageName)
          Instantiates a new execution selection wizard page.
 
Method Summary
 java.util.Properties collectCustomProperties()
           
 void createPageCustomControl(org.eclipse.swt.widgets.Composite parent)
           
 java.util.Properties getProperties()
          Get properties.
 boolean isPageComplete()
          Check if page is complete
 void refresh()
           
 void setInitialProperties(java.util.Properties dataSourceProps)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionSelectionWizardPage

public ExecutionSelectionWizardPage(java.lang.String pageName)
Instantiates a new execution selection wizard page.

Parameters:
pageName - the page name
Method Detail

createPageCustomControl

public void createPageCustomControl(org.eclipse.swt.widgets.Composite parent)

setInitialProperties

public void setInitialProperties(java.util.Properties dataSourceProps)

collectCustomProperties

public java.util.Properties collectCustomProperties()

refresh

public void refresh()

setVisible

public void setVisible(boolean visible)

isPageComplete

public boolean isPageComplete()
Check if page is complete

Returns:
true if page is complete else false

getProperties

public java.util.Properties getProperties()
Get properties.

Returns:
properties