Class WizardDatasourceLoadPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.uka.ipd.sdq.sensorframework.dialogs.dataset.WizardDatasourceLoadPage
Record Components:
pageName - the name of the page
type - specifies the type of resource to link to. IResource.FILE or IResource.FOLDER
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage, Listener

public class WizardDatasourceLoadPage extends WizardPage implements Listener
Deprecated.
Superseded by EDP2.
Load the existing data source wizard page. If the initial resource selection contains exactly one file or directory resource then it will be used as the default data source.
  • Constructor Details

    • WizardDatasourceLoadPage

      protected WizardDatasourceLoadPage(String pageName, int type)
      Deprecated.
      Creates a wizard of load data source
  • Method Details

    • createControl

      public void createControl(Composite parent)
      Deprecated.
      Specified by:
      createControl in interface IDialogPage
    • createAdvancedControls

      protected void createAdvancedControls(Composite parent)
      Deprecated.
      Creates the widget for advanced options.
      Parameters:
      parent - the parent composite
    • createTreeViewer

      protected void createTreeViewer(Composite parent)
      Deprecated.
      Returns a new drill down viewer for this dialog.
      Parameters:
      heightHint - height hint for the drill down composite
    • containerSelectionChanged

      public void containerSelectionChanged(String text)
      Deprecated.
      The container selection has changed in the tree view. Update the container name field value and notify all listeners.
      Parameters:
      text - The container that changed
    • handleAdvancedButtonSelect

      protected void handleAdvancedButtonSelect()
      Deprecated.
      Shows/hides the advanced option widgets.
    • getFileFullPath

      public IPath getFileFullPath()
      Deprecated.
      Returns the currently selected file name. Null if the field is empty.
      Returns:
      IPath
    • handleEvent

      public void handleEvent(Event event)
      Deprecated.
      The WizardDatasourceFileLoadPage implementation of this Listener method handles all events and enablements for controls on this page. Subclasses may extend.
      Specified by:
      handleEvent in interface Listener
    • setPageComplete

      public void setPageComplete(boolean complete)
      Deprecated.
      Overrides:
      setPageComplete in class WizardPage