Declared in the system as services (i.e. singleton), the role of UI classes is to provide user interface to configure importers and remember last used settings if needed. This service is designed to provide the different panels part of a spigot import wizard.
To be recognized by the system, implementations must just add the following annotation:
@ServiceProvider(service=ImporterWizardUI.class)@author Mathieu Bastian @see SpigotImporter
|
|
|
|
|
|
|
|