Uses of Interface
jmri.jmrit.logixng.BaseManager
Packages that use BaseManager
Package
Description
-
Uses of BaseManager in jmri.jmrit.logixng
Subinterfaces of BaseManager in jmri.jmrit.logixngModifier and TypeInterfaceDescriptioninterfaceManager for AnalogActionBeaninterfaceManager for ExpressioninterfaceManager for DigitalActionBeaninterfaceManager for DigitalBooleanActionBeaninterfaceManager for DigitalExpressionBeaninterfaceManager for StringActionBeaninterfaceManager for ExpressionMethods in jmri.jmrit.logixng that return BaseManagerModifier and TypeMethodDescriptionBaseManager<? 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 BaseManagerModifier and TypeMethodDescriptionMaleSocketFactory.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 BaseManagerModifier and TypeMethodDescriptionBaseManager<? 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 BaseManagerModifier and TypeMethodDescriptionBaseManager<? 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 BaseManagerModifier and TypeClassDescriptionclassAbstractBaseManager<E extends NamedBean>Abstract partial implementation for the LogixNG action and expression managers.classClass providing the basic logic of the ActionManager interface.classClass providing the basic logic of the ExpressionManager interface.classClass providing the basic logic of the DigitalActionManager interface.classClass providing the basic logic of the DigitalBooleanActionManager interface.classClass providing the basic logic of the DigitalExpressionManager interface.classClass providing the basic logic of the ActionManager interface.classClass providing the basic logic of the ExpressionManager interface.Methods in jmri.jmrit.logixng.implementation that return BaseManagerModifier and TypeMethodDescriptionBaseManager<? extends NamedBean>AbstractMaleSocket.getManager()Constructors in jmri.jmrit.logixng.implementation with parameters of type BaseManagerModifierConstructorDescriptionAbstractMaleSocket(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 BaseManagerModifier and TypeMethodDescriptionBaseManager<? 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 BaseManagerModifier and TypeMethodDescriptionBaseManager<? extends NamedBean>SwingConfiguratorInterface.getManager()Get the manager that handles the beans for the new object. -
Uses of BaseManager in jmri.jmrit.logixng.tools.debugger
Methods in jmri.jmrit.logixng.tools.debugger with parameters of type BaseManagerModifier and TypeMethodDescriptionDebuggerMaleAnalogActionSocketFactory.encapsulateMaleSocket(BaseManager<MaleAnalogActionSocket> manager, MaleAnalogActionSocket maleSocket) DebuggerMaleAnalogExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket) DebuggerMaleDigitalActionSocketFactory.encapsulateMaleSocket(BaseManager<MaleDigitalActionSocket> manager, MaleDigitalActionSocket maleSocket) DebuggerMaleDigitalBooleanActionSocketFactory.encapsulateMaleSocket(BaseManager<MaleDigitalBooleanActionSocket> manager, MaleDigitalBooleanActionSocket maleSocket) DebuggerMaleDigitalExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleDigitalExpressionSocket> manager, MaleDigitalExpressionSocket maleSocket) DebuggerMaleStringActionSocketFactory.encapsulateMaleSocket(BaseManager<MaleStringActionSocket> manager, MaleStringActionSocket maleSocket) DebuggerMaleStringExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) Constructors in jmri.jmrit.logixng.tools.debugger with parameters of type BaseManagerModifierConstructorDescriptionAbstractDebuggerMaleSocket(BaseManager<? extends MaleSocket> manager, MaleSocket maleSocket) DebuggerMaleAnalogActionSocket(BaseManager<MaleAnalogActionSocket> manager, MaleAnalogActionSocket maleSocket) DebuggerMaleAnalogExpressionSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket) DebuggerMaleDigitalActionSocket(BaseManager<MaleDigitalActionSocket> manager, MaleDigitalActionSocket maleSocket) DebuggerMaleDigitalBooleanActionSocket(BaseManager<MaleDigitalBooleanActionSocket> manager, MaleDigitalBooleanActionSocket maleSocket) DebuggerMaleDigitalExpressionSocket(BaseManager<MaleDigitalExpressionSocket> manager, MaleDigitalExpressionSocket maleSocket) DebuggerMaleStringActionSocket(BaseManager<MaleStringActionSocket> manager, MaleStringActionSocket maleSocket) DebuggerMaleStringExpressionSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) -
Uses of BaseManager in jmri.jmrit.logixng.tools.debugger.swing
Methods in jmri.jmrit.logixng.tools.debugger.swing that return BaseManagerModifier and TypeMethodDescriptionBaseManager<? 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 BaseManagerModifierConstructorDescriptionModuleEditorMaleSocket(BaseManager<? extends NamedBean> manager, Module module)