Class 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 Detail

      • getInstance

        public static UIService getInstance()
        Retrieve the singleton static instance of UIService.
        Returns:
        A UIService instance
      • accept

        protected boolean accept​(Class<?> clazz)
        Specified by:
        accept in class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<UI>
      • getMethodName

        protected String getMethodName()
        Specified by:
        getMethodName in class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<UI>