Class UIService
- java.lang.Object
-
- fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<UI>
-
- fr.ens.biologie.genomique.eoulsan.ui.UIService
-
public class UIService extends fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<UI>
This class define a service to retrieve a UI.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
accept(Class<?> clazz)
static UIService
getInstance()
Retrieve the singleton static instance of UIService.protected String
getMethodName()
-
Methods inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
addClassesToNotLoad, addClassToNotLoad, clearClassesToNotLoad, getClassesToNotLoad, getServiceClasses, isCache, isService, isServiceNameCaseSensible, newService, newServices, reload, removeClassesToNotLoad, removeClassToNotLoad
-
-