Uses of Interface
jmri.util.startup.StartupModel
-
Packages that use StartupModel Package Description apps Provides application level support for JMRI; includes specific applications in subpackages.apps.startup jmri.util.startup -
-
Uses of StartupModel in apps
Classes in apps that implement StartupModel Modifier and Type Class Description classCreateButtonModelCreates a button when the program is started. -
Uses of StartupModel in apps.startup
Classes in apps.startup that implement StartupModel Modifier and Type Class Description classScriptButtonModelclassStartupPauseModelStartup action that causes JMRI to pause before triggering the next startup action.classTriggerRouteModelStartup model that stores the user name of aRouteso it can be set at application startup.Methods in apps.startup that return StartupModel Modifier and Type Method Description StartupModelStartupPauseFactory. newModel()StartupModelTriggerRouteModelFactory. newModel()Methods in apps.startup that return types with arguments of type StartupModel Modifier and Type Method Description java.lang.Class<? extends StartupModel>CreateButtonModelFactory. getModelClass()java.lang.Class<? extends StartupModel>ScriptButtonModelFactory. getModelClass()java.lang.Class<? extends StartupModel>StartupPauseFactory. getModelClass()java.lang.Class<? extends StartupModel>TriggerRouteModelFactory. getModelClass()Methods in apps.startup with parameters of type StartupModel Modifier and Type Method Description voidScriptButtonModelFactory. editModel(StartupModel model, java.awt.Component parent)voidStartupPauseFactory. editModel(StartupModel model, java.awt.Component parent)voidTriggerRouteModelFactory. editModel(StartupModel model, java.awt.Component parent) -
Uses of StartupModel in jmri.util.startup
Classes in jmri.util.startup that implement StartupModel Modifier and Type Class Description classAbstractActionModelProvide services for invoking actions during configuration and startup.classAbstractStartupModelAbstract startup action model.classPerformActionModelInvokes a Swing Action when the program is started.classPerformFileModelA PerformFileModel object loads an xml file when the program is started.classPerformScriptModelA PerformScriptModel object runs a script when the program is started.Methods in jmri.util.startup with type parameters of type StartupModel Modifier and Type Method Description <T extends StartupModel>
java.util.List<T>StartupActionsManager. getActions(java.lang.Class<T> type)Methods in jmri.util.startup that return StartupModel Modifier and Type Method Description StartupModel[]StartupActionsManager. getActions()StartupModelStartupActionsManager. getActions(int index)StartupModelStartupModelFactory. newModel()Create a new instance of the model.Methods in jmri.util.startup that return types with arguments of type StartupModel Modifier and Type Method Description java.util.HashMap<java.lang.Class<? extends StartupModel>,StartupModelFactory>StartupActionsManager. getFactories()java.lang.Class<? extends StartupModel>PerformActionModelFactory. getModelClass()java.lang.Class<? extends StartupModel>PerformFileModelFactory. getModelClass()java.lang.Class<? extends StartupModel>PerformScriptModelFactory. getModelClass()java.lang.Class<? extends StartupModel>StartupModelFactory. getModelClass()Get theClassthat is generated by this factory.Methods in jmri.util.startup with parameters of type StartupModel Modifier and Type Method Description voidStartupActionsManager. addAction(StartupModel model)voidAbstractActionModelFactory. editModel(StartupModel model, java.awt.Component parent)voidAbstractFileModelFactory. editModel(StartupModel model, java.awt.Component parent)voidStartupModelFactory. editModel(StartupModel model, java.awt.Component parent)Allow user to edit the model.voidStartupActionsManager. removeAction(StartupModel model)Remove aStartupModel.voidStartupActionsManager. setActions(int index, StartupModel model)Insert aStartupModelat the given position.Method parameters in jmri.util.startup with type arguments of type StartupModel Modifier and Type Method Description StartupModelFactoryStartupActionsManager. getFactories(java.lang.Class<? extends StartupModel> model)
-