Uses of Interface
org.gephi.io.importer.spi.WizardImporter
-
Packages that use WizardImporter Package Description org.gephi.io.importer.api API for importing data from any support.org.gephi.io.importer.spi Interfaces for creating new data importers. -
-
Uses of WizardImporter in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api with parameters of type WizardImporter Modifier and Type Method Description Container
ImportController. importWizard(WizardImporter importer)
-
Uses of WizardImporter in org.gephi.io.importer.spi
Methods in org.gephi.io.importer.spi that return WizardImporter Modifier and Type Method Description WizardImporter
WizardImporterBuilder. buildImporter()
Builds a new wizard importer instance, ready to be used.Methods in org.gephi.io.importer.spi with parameters of type WizardImporter Modifier and Type Method Description void
ImporterWizardUI. unsetup(WizardImporter importer, org.openide.WizardDescriptor.Panel panel)
Notify UI the settings panel has been closed and that new values can be written.
-