Class BlockBossStartupActionFactory

java.lang.Object
jmri.util.startup.AbstractStartupActionFactory
jmri.jmrit.blockboss.BlockBossStartupActionFactory
All Implemented Interfaces:
JmriServiceProviderInterface, StartupActionFactory

Factory for block boss startup actions.
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle(Class<?> clazz, Locale locale)
      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
    • getActionClasses

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