Uses of Interface
jmri.StringIO
-
Packages that use StringIO Package Description jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.logixng.actions jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of StringIO in jmri.implementation
Classes in jmri.implementation that implement StringIO Modifier and Type Class Description class
AbstractStringIO
Base implementation of the StringIO interface. -
Uses of StringIO in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type StringIO Modifier and Type Method Description LogixNG_SelectNamedBean<StringIO>
StringActionStringIO. getSelectNamedBean()
-
Uses of StringIO in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement StringIO Modifier and Type Class Description class
LnThrottleStringIO
Send a message to the LocoNet throttles. -
Uses of StringIO in jmri.managers
Methods in jmri.managers that return types with arguments of type StringIO Modifier and Type Method Description java.lang.Class<StringIO>
AbstractStringIOManager. getNamedBeanClass()
Get the class of NamedBean supported by this Manager.java.lang.Class<StringIO>
ProxyStringIOManager. getNamedBeanClass()
Get the class of NamedBean supported by this Manager.protected AbstractManager<StringIO>
ProxyStringIOManager. makeInternalManager()
-