|
||||||||||
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.keg.importer.wizards.ImportGraphWizard
public class ImportGraphWizard
A wizard for importing graphs from various file formats into the KEG format.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
ImportGraphWizard()
Constructs a graph import wizard. |
Method Summary | |
---|---|
void |
addPages()
|
boolean |
canFinish()
|
String |
getCommonSelectedExtension()
Returns the most common extension among all selected files. |
IWizardPage |
getNextPage(IWizardPage page)
|
IWizardPage |
getStartingPage()
|
void |
init(IWorkbench workbench,
IStructuredSelection theselection)
|
boolean |
performFinish()
|
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, 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 |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
---|
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
Constructor Detail |
---|
public ImportGraphWizard()
Method Detail |
---|
public void addPages()
addPages
in interface IWizard
addPages
in class Wizard
public IWizardPage getStartingPage()
getStartingPage
in interface IWizard
getStartingPage
in class Wizard
public IWizardPage getNextPage(IWizardPage page)
getNextPage
in interface IWizard
getNextPage
in class Wizard
public boolean canFinish()
canFinish
in interface IWizard
canFinish
in class Wizard
public boolean performFinish()
performFinish
in interface IWizard
performFinish
in class Wizard
public void init(IWorkbench workbench, IStructuredSelection theselection)
init
in interface IWorkbenchWizard
public String getCommonSelectedExtension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |