Uses of Interface
jmri.jmrit.logixng.BaseManager
-
-
Uses of BaseManager in jmri.jmrit.logixng
Subinterfaces of BaseManager in jmri.jmrit.logixng Modifier and Type Interface Description interface
AnalogActionManager
Manager for AnalogActionBeaninterface
AnalogExpressionManager
Manager for Expressioninterface
DigitalActionManager
Manager for DigitalActionBeaninterface
DigitalBooleanActionManager
Manager for DigitalBooleanActionBeaninterface
DigitalExpressionManager
Manager for DigitalExpressionBeaninterface
StringActionManager
Manager for StringActionBeaninterface
StringExpressionManager
Manager for ExpressionMethods in jmri.jmrit.logixng that return BaseManager Modifier and Type Method Description BaseManager<? extends MaleSocket>
FemaleSocketManager.SocketType. getManager()
BaseManager<? extends NamedBean>
MaleSocket. getManager()
Get the manager that stores this socket.Methods in jmri.jmrit.logixng with parameters of type BaseManager Modifier and Type Method Description T
MaleSocketFactory. encapsulateMaleSocket(BaseManager<T> manager, T maleSocket)
Encapsulate a male socket into another male socket. -
Uses of BaseManager in jmri.jmrit.logixng.actions.swing
Methods in jmri.jmrit.logixng.actions.swing that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
AbstractAnalogActionSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
AbstractBooleanActionSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
AbstractDigitalActionSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
AbstractStringActionSwing. getManager()
Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.expressions.swing
Methods in jmri.jmrit.logixng.expressions.swing that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
AbstractAnalogExpressionSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
AbstractDigitalExpressionSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
AbstractStringExpressionSwing. getManager()
Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement BaseManager Modifier and Type Class Description class
AbstractBaseManager<E extends NamedBean>
Abstract partial implementation for the LogixNG action and expression managers.class
DefaultAnalogActionManager
Class providing the basic logic of the ActionManager interface.class
DefaultAnalogExpressionManager
Class providing the basic logic of the ExpressionManager interface.class
DefaultDigitalActionManager
Class providing the basic logic of the DigitalActionManager interface.class
DefaultDigitalBooleanActionManager
Class providing the basic logic of the DigitalBooleanActionManager interface.class
DefaultDigitalExpressionManager
Class providing the basic logic of the DigitalExpressionManager interface.class
DefaultStringActionManager
Class providing the basic logic of the ActionManager interface.class
DefaultStringExpressionManager
Class providing the basic logic of the ExpressionManager interface.Methods in jmri.jmrit.logixng.implementation that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
AbstractMaleSocket. getManager()
Constructors in jmri.jmrit.logixng.implementation with parameters of type BaseManager Constructor Description AbstractMaleSocket(BaseManager<? extends NamedBean> manager, Base object)
DefaultMaleAnalogActionSocket(BaseManager<? extends NamedBean> manager, AnalogActionBean action)
DefaultMaleAnalogExpressionSocket(BaseManager<? extends NamedBean> manager, AnalogExpressionBean expression)
DefaultMaleDigitalActionSocket(BaseManager<? extends NamedBean> manager, DigitalActionBean action)
DefaultMaleDigitalBooleanActionSocket(BaseManager<? extends NamedBean> manager, DigitalBooleanActionBean action)
DefaultMaleDigitalExpressionSocket(BaseManager<? extends NamedBean> manager, DigitalExpressionBean expression)
DefaultMaleStringActionSocket(BaseManager<? extends NamedBean> manager, StringActionBean stringAction)
DefaultMaleStringExpressionSocket(BaseManager<? extends NamedBean> manager, StringExpressionBean stringExpression)
-
Uses of BaseManager in jmri.jmrit.logixng.implementation.swing
Methods in jmri.jmrit.logixng.implementation.swing that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
AbstractMaleSocketSwing. getManager()
Get the manager that handles the beans for the new object.BaseManager<? extends NamedBean>
DefaultModuleSwing. getManager()
Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.swing
Methods in jmri.jmrit.logixng.swing that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
SwingConfiguratorInterface. getManager()
Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.tools.debugger
-
Uses of BaseManager in jmri.jmrit.logixng.tools.debugger.swing
Methods in jmri.jmrit.logixng.tools.debugger.swing that return BaseManager Modifier and Type Method Description BaseManager<? extends NamedBean>
AbstractDebuggerMaleSocketSwing. getManager()
Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.tools.swing
Constructors in jmri.jmrit.logixng.tools.swing with parameters of type BaseManager Constructor Description ModuleEditorMaleSocket(BaseManager<? extends NamedBean> manager, Module module)
-