Uses of Interface
jmri.jmrit.logixng.StringActionBean
-
Packages that use StringActionBean Package Description jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.implementation jmri.jmrit.logixng.tools.debugger -
-
Uses of StringActionBean in jmri.jmrit.logixng
Subinterfaces of StringActionBean in jmri.jmrit.logixng Modifier and Type Interface Description interfaceMaleStringActionSocketA LogixNG male StringActionBean socket.Methods in jmri.jmrit.logixng with parameters of type StringActionBean Modifier and Type Method Description MaleStringActionSocketStringActionManager. registerAction(StringActionBean action)Remember a NamedBean Object created outside the manager. -
Uses of StringActionBean in jmri.jmrit.logixng.actions
Classes in jmri.jmrit.logixng.actions that implement StringActionBean Modifier and Type Class Description classAbstractStringActionThe base class for LogixNG AnalogActionsclassStringActionMemorySets a Memory.classStringActionStringIOSets a StringIO.classStringManyExecute many Actions in a specific order. -
Uses of StringActionBean in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement StringActionBean Modifier and Type Class Description classDefaultMaleStringActionSocketEvery StringActionBean has an DefaultMaleStringActionSocket as its parent.Methods in jmri.jmrit.logixng.implementation with parameters of type StringActionBean Modifier and Type Method Description protected MaleStringActionSocketDefaultStringActionManager. createMaleActionSocket(StringActionBean action)MaleStringActionSocketDefaultStringActionManager. registerAction(StringActionBean action)Remember a NamedBean Object created outside the manager.Constructors in jmri.jmrit.logixng.implementation with parameters of type StringActionBean Constructor Description DefaultMaleStringActionSocket(BaseManager<? extends NamedBean> manager, StringActionBean stringAction) -
Uses of StringActionBean in jmri.jmrit.logixng.tools.debugger
Classes in jmri.jmrit.logixng.tools.debugger that implement StringActionBean Modifier and Type Class Description classDebuggerMaleStringActionSocket
-