Class WizardSelectDatasourcePage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.uka.ipd.sdq.sensorframework.dialogs.dataset.WizardSelectDatasourcePage
- All Implemented Interfaces:
IDialogPage,IMessageProvider,IWizardPage
Deprecated.
Superseded by EDP2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDeprecated.static StringDeprecated.String constants for existing data sourcesprotected StringDeprecated.Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWizardSelectDatasourcePage(String pageName, boolean memoryEntry, boolean db40Entry, boolean fileEntry) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.voidcreateControl(Composite parent) Deprecated.Deprecated.Methods inherited from class org.eclipse.jface.wizard.WizardPage
getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, 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
-
Field Details
-
MEMORY_DATASRC
Deprecated.String constants for existing data sources -
FILE_DATASRC
Deprecated. -
result
Deprecated.
-
-
Constructor Details
-
WizardSelectDatasourcePage
protected WizardSelectDatasourcePage(String pageName, boolean memoryEntry, boolean db40Entry, boolean fileEntry) Deprecated.
-
-
Method Details
-
createControl
Deprecated. -
canFlipToNextPage
public boolean canFlipToNextPage()Deprecated.- Specified by:
canFlipToNextPagein interfaceIWizardPage- Overrides:
canFlipToNextPagein classWizardPage
-
getResult
Deprecated.
-