Class UIService
java.lang.Object
fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<UI>
fr.ens.biologie.genomique.eoulsan.ui.UIService
This class define a service to retrieve a UI.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
PREFIX -
Method Summary
Modifier and TypeMethodDescriptionstatic UIServiceRetrieve the singleton static instance of UIService.Methods inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
addClassesToNotLoad, addClassToNotLoad, clearClassesToNotLoad, getClassesToNotLoad, getServiceClasses, isService, newService, newServices, reload, removeClassesToNotLoad, removeClassToNotLoad
-
Method Details
-
getInstance
Retrieve the singleton static instance of UIService.- Returns:
- A UIService instance
-