de.cau.cs.kieler.kiml.grana.ui
Class BatchAnalysisSelectionPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.cau.cs.kieler.kiml.grana.ui.BatchAnalysisSelectionPage
- All Implemented Interfaces:
- ISelectionListener, IDialogPage, IMessageProvider, IWizardPage
public class BatchAnalysisSelectionPage
- extends WizardPage
- implements ISelectionListener
This page displays the available analyses and lets the user select any number
of them for the batch run.
- 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 |
BatchAnalysisSelectionPage
public BatchAnalysisSelectionPage(List<AbstractInfoAnalysis> selectedAnalyses)
- Constructs a BatchAnalysisSelectionPage.
- Parameters:
selectedAnalyses
- the selected analyses
createControl
public void createControl(Composite parent)
-
- Specified by:
createControl
in interface IDialogPage
getAnalyses
public List<AbstractInfoAnalysis> getAnalyses()
- Returns the selected analyses.
- Returns:
- the selected analyses
selectionChanged
public void selectionChanged(List<AbstractInfoAnalysis> selectedAnalyses)
- This method is invoked when the selection of analyses changed.
- Specified by:
selectionChanged
in interface ISelectionListener
- Parameters:
selectedAnalyses
- the selected analyses