Uses of Interface
jmri.StringIO
Packages that use StringIO
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Implementation of the JMRI OpenLCB hardware interface.
Provides implementations of various JMRI managers.
-
Uses of StringIO in jmri
Modifier and TypeMethodDescriptionStringIOManager.getStringIO(String name) Get an existing StringIO or return null if it doesn't exist.StringIOManager.newStringIO(String systemName, String userName) Return a StringIO with the specified user or system name.StringIOManager.provideStringIO(String name) -
Uses of StringIO in jmri.implementation
Classes in jmri.implementation that implement StringIOModifier and TypeClassDescriptionclassBase implementation of the StringIO interface.classBase implementation of the StringIO interface. -
Uses of StringIO in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return StringIOModifier and TypeMethodDescriptionStringIOTableDataModel.getBySystemName(String name) StringIOTableDataModel.getByUserName(String name) Methods in jmri.jmrit.beantable that return types with arguments of type StringIOModifier and TypeMethodDescriptionStringIOTableTabAction.getManager()Get the Bean Manager in use by the TableAction.Methods in jmri.jmrit.beantable with parameters of type StringIOModifier and TypeMethodDescriptionvoidProcess a click on The value cell.Method parameters in jmri.jmrit.beantable with type arguments of type StringIOModifier and TypeMethodDescriptionvoidStringIOTableAction.setManager(Manager<StringIO> man) If the subClass is being included in a greater tabbed frame, then this is used to specify which manager the subclass should be using.final voidStringIOTableDataModel.setManager(Manager<StringIO> rm) Set the Model Bean Manager.Constructor parameters in jmri.jmrit.beantable with type arguments of type StringIO -
Uses of StringIO in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type StringIO -
Uses of StringIO in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return types with arguments of type StringIO -
Uses of StringIO in jmri.jmrix.internal
Methods in jmri.jmrix.internal that return StringIOModifier and TypeMethodDescriptionInternalStringIOManager.createNewStringIO(String sName, String uName) Get an existing instance via user name, then system name; if no matching instance is found, create a new NameBean from the system name.InternalStringIOManager.provideStringIO(String sName) -
Uses of StringIO in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement StringIOModifier and TypeClassDescriptionclassSend a message to the LocoNet throttles.Methods in jmri.jmrix.loconet that return StringIOModifier and TypeMethodDescriptionLnStringIOManager.createNewStringIO(String sName, String uName) Get an existing instance via user name, then system name; if no matching instance is found, create a new NameBean from the system name.LnStringIOManager.provideStringIO(String sName) -
Uses of StringIO in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement StringIOMethods in jmri.jmrix.openlcb that return StringIOModifier and TypeMethodDescriptionOlcbStringIOManager.createNewStringIO(String sName, String uName) Get an existing instance via user name, then system name; if no matching instance is found, create a new NameBean from the system name.OlcbStringIOManager.provideStringIO(String sName) -
Uses of StringIO in jmri.managers
Methods in jmri.managers that return StringIOModifier and TypeMethodDescriptionprotected abstract StringIOAbstractStringIOManager.createNewStringIO(String systemName, String userName) Internal method to invoke the factory and create a new StringIO.AbstractStringIOManager.getStringIO(String name) ProxyStringIOManager.getStringIO(String name) Get an existing StringIO or return null if it doesn't exist.protected StringIODefer creation of the proper type to the subclass.final StringIOAbstractStringIOManager.newStringIO(String systemName, String userName) Create a New StringIO.ProxyStringIOManager.newStringIO(String systemName, String userName) Return a StringIO with the specified user or system name.Get an existing instance via user name, then system name; if no matching instance is found, create a new NameBean from the system name.AbstractStringIOManager.provideStringIO(String name) ProxyStringIOManager.provideStringIO(String sName) Methods in jmri.managers that return types with arguments of type StringIOModifier and TypeMethodDescriptionAbstractStringIOManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.ProxyStringIOManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.protected AbstractManager<StringIO>ProxyStringIOManager.makeInternalManager()Method parameters in jmri.managers with type arguments of type StringIO