Uses of Interface
org.gephi.io.importer.spi.Importer
-
Packages that use Importer 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 Importer in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api with parameters of type Importer Modifier and Type Method Description ImporterUI
ImportController. getUI(Importer importer)
ImporterWizardUI
ImportController. getWizardUI(Importer importer)
-
Uses of Importer in org.gephi.io.importer.spi
Subinterfaces of Importer in org.gephi.io.importer.spi Modifier and Type Interface Description interface
DatabaseImporter
Importers interface for importing data from database sources.interface
FileImporter
Importers interface for importing data from files.interface
WizardImporter
Importers interface for importing data from wizards.Methods in org.gephi.io.importer.spi that return Importer Modifier and Type Method Description Importer
ImporterBuilder. buildImporter()
Builds a new importer instance, ready to be used.Methods in org.gephi.io.importer.spi with parameters of type Importer Modifier and Type Method Description boolean
ImporterUI. isUIForImporter(Importer importer)
Returnstrue
if this UI belongs to the given importer.boolean
ImporterWizardUI. isUIForImporter(Importer importer)
Returnstrue
if this UI belongs to the given importer.void
ImporterUI. setup(Importer[] importers)
Link the UI to the importers and therefore to settings values.
-