Class AnalogClockStartupActionFactory

    • Method Detail

      • getTitle

        public java.lang.String getTitle​(java.lang.Class<?> clazz,
                                         java.util.Locale locale)
                                  throws java.lang.IllegalArgumentException
        Description copied from interface: StartupActionFactory
        Get the title for the given class.
        Parameters:
        clazz - the class
        locale - the desired locale for the title
        Returns:
        the title in the given locale
        Throws:
        java.lang.IllegalArgumentException - if the class is not supported by this factory
      • getActionClasses

        public java.lang.Class<?>[] getActionClasses()
        Description copied from interface: StartupActionFactory
        Get the classes this factory supports.
        Returns:
        the supported classes or an empty array