de.cau.cs.kieler.kaom.importer.ptolemy.wizards
Class ImportDiagramsFileSystemSourcesPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.cau.cs.kieler.core.ui.wizards.ResourceTreeAndListPage
de.cau.cs.kieler.core.ui.wizards.FileSystemResourcesPage
de.cau.cs.kieler.kaom.importer.ptolemy.wizards.ImportDiagramsFileSystemSourcesPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IWizardPage
public class ImportDiagramsFileSystemSourcesPage
- extends FileSystemResourcesPage
A wizard page to import files from the file system.
- Rating

- 2010-03-14 reviewed by haf, msp, pkl
Methods inherited from class de.cau.cs.kieler.core.ui.wizards.FileSystemResourcesPage |
applyNewSource, applyNewTarget, createOptionsGroup, createSourceGroup, createTargetGroup, doBrowseSource, doBrowseTarget, doValidate, getFiles, getResourceListContentProvider, getResourceListFilters, getResourceTreeContentProvider, getTargetContainerPath, restoreDialogSettings, saveDialogSettings |
Methods inherited from class de.cau.cs.kieler.core.ui.wizards.ResourceTreeAndListPage |
createButtonBar, createControl, createDefaultSourceGroup, createDefaultTargetGroup, deselectAllListItems, getResourceListLabelProvider, getResourceListViewerComparator, getResourceTreeFilters, getResourceTreeLabelProvider, getResourceTreeViewerComparator, getSelectedElements, getSourceGroupBrowseButton, getSourceGroupCombo, getTargetGroupBrowseButton, getTargetGroupCombo, isAnythingSelected, selectAllListItems, selectAndRevealElement, setResourceTreeInput, validate |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, 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 |
ImportDiagramsFileSystemSourcesPage
public ImportDiagramsFileSystemSourcesPage(IStructuredSelection theSelection)
- Constructs a new instance.
- Parameters:
theSelection
- the selection the wizard was called on.
initializeControls
protected void initializeControls()
- Called after the controls were created and the settings restored. Subclasses
may override and can use this method to do any initialization tasks that
might be left, like preselecting resources. The default implementation does
nothing.
- Overrides:
initializeControls
in class ResourceTreeAndListPage
setWizard
public void setWizard(IWizard newWizard)
-
- Specified by:
setWizard
in interface IWizardPage
- Overrides:
setWizard
in class WizardPage
getNextPage
public IWizardPage getNextPage()
-
- Specified by:
getNextPage
in interface IWizardPage
- Overrides:
getNextPage
in class WizardPage