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 pagetype- specifies the type of resource to link to. IResource.FILE or IResource.FOLDER
- All Implemented Interfaces:
IDialogPage,IMessageProvider,IWizardPage,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.
-
Field Summary
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWizardDatasourceLoadPage(String pageName, int type) Deprecated.Creates a wizard of load data source -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.The container selection has changed in the tree view.protected voidcreateAdvancedControls(Composite parent) Deprecated.Creates the widget for advanced options.voidcreateControl(Composite parent) Deprecated.protected voidcreateTreeViewer(Composite parent) Deprecated.Returns a new drill down viewer for this dialog.Deprecated.Returns the currently selected file name.protected voidDeprecated.Shows/hides the advanced option widgets.voidhandleEvent(Event event) Deprecated.The WizardDatasourceFileLoadPage implementation of this Listener method handles all events and enablements for controls on this page.voidsetPageComplete(boolean complete) Deprecated.Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPreviousPage, setTitle, setWizard, toStringMethods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
-
Constructor Details
-
WizardDatasourceLoadPage
Deprecated.Creates a wizard of load data source
-
-
Method Details
-
createControl
Deprecated.- Specified by:
createControlin interfaceIDialogPage
-
createAdvancedControls
Deprecated.Creates the widget for advanced options.- Parameters:
parent- the parent composite
-
createTreeViewer
Deprecated.Returns a new drill down viewer for this dialog.- Parameters:
heightHint- height hint for the drill down composite
-
containerSelectionChanged
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
Deprecated.Returns the currently selected file name. Null if the field is empty.- Returns:
- IPath
-
handleEvent
Deprecated.The WizardDatasourceFileLoadPage implementation of this Listener method handles all events and enablements for controls on this page. Subclasses may extend.- Specified by:
handleEventin interfaceListener
-
setPageComplete
public void setPageComplete(boolean complete) Deprecated.- Overrides:
setPageCompletein classWizardPage
-