|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
de.cau.cs.kieler.kiml.grana.ui.BatchWizard
public class BatchWizard
The batch wizard lets the user select any number of diagram files and starts a job which opens the diagrams, applies automatic layout, performs all currently selected graph analyses and saves the results to a file.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
BatchWizard()
Constructs a BatchWizard without initial file selection. |
|
BatchWizard(IStructuredSelection initialSelection)
Constructs a BatchWizard with initial file selection. |
Method Summary | |
---|---|
void |
addPages()
|
List<AbstractInfoAnalysis> |
getAnalyses()
Returns the selected analyses. |
boolean |
getLayoutBeforeAnalysis()
Returns the value of the 'layout before analysis' option. |
IPath |
getResultFile()
Returns the selected result file. |
List<IPath> |
getSelectedFiles()
Returns the list of selected files. |
boolean |
performFinish()
|
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchWizard()
public BatchWizard(IStructuredSelection initialSelection)
initialSelection
- the selectionMethod Detail |
---|
public void addPages()
addPages
in interface IWizard
addPages
in class Wizard
public boolean performFinish()
performFinish
in interface IWizard
performFinish
in class Wizard
public List<IPath> getSelectedFiles()
public boolean getLayoutBeforeAnalysis()
public IPath getResultFile()
public List<AbstractInfoAnalysis> getAnalyses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |