Uses of Interface
jmri.jmrit.logixng.Module
-
Packages that use Module Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.jmrit.logixng.implementation jmri.jmrit.logixng.tools.swing jmri.jmrit.logixng.tools.swing.swing -
-
Uses of Module in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return Module Modifier and Type Method Description protected ModuleLogixNGModuleTableAction. createBean(java.lang.String userName)protected ModuleLogixNGModuleTableAction. createBean(java.lang.String systemName, java.lang.String userName)Methods in jmri.jmrit.beantable that return types with arguments of type Module Modifier and Type Method Description protected AbstractLogixNGEditor<Module>LogixNGModuleTableAction. getEditor(BeanTableDataModel<Module> m, java.lang.String sName)protected Manager<Module>LogixNGModuleTableAction. getManager()Methods in jmri.jmrit.beantable with parameters of type Module Modifier and Type Method Description protected voidLogixNGModuleTableAction. deleteBean(Module bean)protected java.lang.StringLogixNGModuleTableAction. getBeanText(Module bean, Base.PrintTreeSettings printTreeSettings)protected voidLogixNGModuleTableAction. getListenerRefsIncludingChildren(Module module, java.util.List<java.lang.String> list)protected booleanLogixNGModuleTableAction. hasChildren(Module module)protected booleanLogixNGModuleTableAction. isEnabled(Module bean)protected voidLogixNGModuleTableAction. setEnabled(Module bean, boolean enable)Method parameters in jmri.jmrit.beantable with type arguments of type Module Modifier and Type Method Description protected AbstractLogixNGEditor<Module>LogixNGModuleTableAction. getEditor(BeanTableDataModel<Module> m, java.lang.String sName) -
Uses of Module in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return Module Modifier and Type Method Description ModuleModuleManager. createModule(java.lang.String systemName, java.lang.String userName, FemaleSocketManager.SocketType socketType)Create a new Module if the Module does not exist.ModuleModuleManager. createModule(java.lang.String userName, FemaleSocketManager.SocketType socketType)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ModuleModuleManager. getBySystemName(java.lang.String name)Locate an existing instance based on a system name.ModuleModuleManager. getByUserName(java.lang.String name)Locate an existing instance based on a user name.default ModuleBase. getModule()Get the Module of this item, if it's part of a module.ModuleModuleManager. getModule(java.lang.String name)Locate via user name, then system name if needed.Methods in jmri.jmrit.logixng with parameters of type Module Modifier and Type Method Description voidModuleManager. deleteModule(Module x)Delete Module by removing it from the manager.voidLogixNG_Manager. executeModule(Module module, java.lang.Object parameter)Executes a LogixNG Module.voidLogixNG_Manager. executeModule(Module module, java.util.Map<java.lang.String,java.lang.Object> parameters)Executes a LogixNG Module. -
Uses of Module in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type Module Modifier and Type Method Description LogixNG_SelectNamedBean<Module>DigitalCallModule. getSelectNamedBean() -
Uses of Module in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return types with arguments of type Module Modifier and Type Method Description LogixNG_SelectNamedBean<Module>DigitalCallModule. getSelectNamedBean() -
Uses of Module in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement Module Modifier and Type Class Description classDefaultModuleThe default implementation of Module.Methods in jmri.jmrit.logixng.implementation that return Module Modifier and Type Method Description ModuleDefaultModuleManager. createModule(java.lang.String systemName, java.lang.String userName, FemaleSocketManager.SocketType socketType)Create a new Module if the Module does not exist.ModuleDefaultModuleManager. createModule(java.lang.String userName, FemaleSocketManager.SocketType socketType)For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.ModuleDefaultModuleManager. getBySystemName(java.lang.String name)Locate an existing instance based on a system name.ModuleDefaultModuleManager. getByUserName(java.lang.String name)Locate an existing instance based on a user name.ModuleDefaultModuleManager. getModule(java.lang.String name)Locate via user name, then system name if needed.Methods in jmri.jmrit.logixng.implementation that return types with arguments of type Module Modifier and Type Method Description java.lang.Class<Module>DefaultModuleManager. getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.logixng.implementation with parameters of type Module Modifier and Type Method Description voidDefaultModuleManager. deleteBean(Module module, java.lang.String property)Method for a UI to delete a bean.voidDefaultModuleManager. deleteModule(Module x)Delete Module by removing it from the manager.static voidDefaultConditionalNG. executeModule(Module module, java.util.Map<java.lang.String,java.lang.Object> parameters)Executes a LogixNG Module.voidDefaultLogixNGManager. executeModule(Module module, java.lang.Object parameter)Executes a LogixNG Module.voidDefaultLogixNGManager. executeModule(Module module, java.util.Map<java.lang.String,java.lang.Object> parameters)Executes a LogixNG Module. -
Uses of Module in jmri.jmrit.logixng.tools.swing
Fields in jmri.jmrit.logixng.tools.swing declared as Module Modifier and Type Field Description protected ModuleModuleEditor. _moduleFields in jmri.jmrit.logixng.tools.swing with type parameters of type Module Modifier and Type Field Description (package private) BeanTableDataModel<Module>ModuleEditor. beanTableDataModelConstructors in jmri.jmrit.logixng.tools.swing with parameters of type Module Constructor Description CallModuleParameterTableModel(Module module, java.util.List<Module.ParameterData> parameterData)ModuleEditorMaleSocket(BaseManager<? extends NamedBean> manager, Module module)Constructor parameters in jmri.jmrit.logixng.tools.swing with type arguments of type Module Constructor Description ModuleEditor(BeanTableDataModel<Module> m, java.lang.String sName)Create a new ConditionalNG List View editor. -
Uses of Module in jmri.jmrit.logixng.tools.swing.swing
Constructors in jmri.jmrit.logixng.tools.swing.swing with parameters of type Module Constructor Description ModuleParametersTableModel(Module module)
-