de.cau.cs.kieler.keg.importer.wizards
Class ImportGraphSourcesPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by 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 red

Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
ImportGraphSourcesPage()
          Constructs an ImportGraphSourcesPage.
 
Method Summary
 void createControl(Composite parent)
          
 boolean getImportFromWorkspace()
          Returns whether to import from the workspace or the file system.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

Constructor Detail

ImportGraphSourcesPage

public ImportGraphSourcesPage()
Constructs an ImportGraphSourcesPage.

Method Detail

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