de.cau.cs.kieler.keg.importer.wizards
Class ImportGraphSourcesPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.cau.cs.kieler.keg.importer.wizards.ImportGraphSourcesPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IWizardPage
public class ImportGraphSourcesPage
- extends WizardPage
The import graph wizard page which lets the user select whether to import from the workspace or
the file system.
- Rating

Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods 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, setVisible |
ImportGraphSourcesPage
public ImportGraphSourcesPage()
- Constructs an ImportGraphSourcesPage.
createControl
public void createControl(Composite parent)
-
getImportFromWorkspace
public boolean getImportFromWorkspace()
- Returns whether to import from the workspace or the file system.
- Returns:
- true to import from the workspace; false to import from the file system