Package org.gephi.io.importer.spi
Interface ImporterUI.WithWizard
-
- Enclosing interface:
- ImporterUI
public static interface ImporterUI.WithWizard
Optional interface to implement forImporterUI
classes that need a Wizard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.openide.WizardDescriptor
getWizardDescriptor()
Used to retreive the wizard descriptor for the Importer UI.
-