Uses of Class
jmri.jmrix.AbstractStreamPortController
-
Packages that use AbstractStreamPortController Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.configurexml jmri.jmrix.dccpp jmri.jmrix.ieee802154.xbee jmri.jmrix.lenz jmri.jmrix.loconet.streamport jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.roco.z21 jmri.jmrix.sprog -
-
Uses of AbstractStreamPortController in jmri.jmrix
Fields in jmri.jmrix declared as AbstractStreamPortController Modifier and Type Field Description protected AbstractStreamPortController
AbstractStreamConnectionConfig. adapter
Methods in jmri.jmrix that return AbstractStreamPortController Modifier and Type Method Description AbstractStreamPortController
AbstractStreamConnectionConfig. getAdapter()
Constructors in jmri.jmrix with parameters of type AbstractStreamPortController Constructor Description AbstractStreamConnectionConfig(AbstractStreamPortController p)
Create a connection configuration with a preexisting adapter. -
Uses of AbstractStreamPortController in jmri.jmrix.configurexml
Fields in jmri.jmrix.configurexml declared as AbstractStreamPortController Modifier and Type Field Description protected AbstractStreamPortController
AbstractStreamConnectionConfigXml. adapter
Methods in jmri.jmrix.configurexml that return AbstractStreamPortController Modifier and Type Method Description protected AbstractStreamPortController
AbstractStreamConnectionConfigXml. getAdapter()
get the stream port adapterAbstractStreamPortController
AbstractStreamConnectionConfigXml. getStreamAdapter()
get the stream adapterMethods in jmri.jmrix.configurexml with parameters of type AbstractStreamPortController Modifier and Type Method Description protected void
AbstractStreamConnectionConfigXml. setAdapter(AbstractStreamPortController streamPortAdapter)
set the stream port adapter -
Uses of AbstractStreamPortController in jmri.jmrix.dccpp
Subclasses of AbstractStreamPortController in jmri.jmrix.dccpp Modifier and Type Class Description class
DCCppStreamPortController
Abstract base for classes representing a DCCpp communications portConstructors in jmri.jmrix.dccpp with parameters of type AbstractStreamPortController Constructor Description DCCppStreamConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred. -
Uses of AbstractStreamPortController in jmri.jmrix.ieee802154.xbee
Methods in jmri.jmrix.ieee802154.xbee that return AbstractStreamPortController Modifier and Type Method Description AbstractStreamPortController
XBeeNode. getPortController()
Get the StreamPortController ojbect associated with the XBeeIOStream associated with this node.Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractStreamPortController Modifier and Type Method Description void
XBeeNode. connectPortController(AbstractStreamPortController cont)
Connect and configure a StreamPortController object to the XBeeIOStream associated with this node.void
XBeeNode. setPortController(AbstractStreamPortController cont)
Connect a StreamPortController object to the XBeeIOStream associated with this node. -
Uses of AbstractStreamPortController in jmri.jmrix.lenz
Subclasses of AbstractStreamPortController in jmri.jmrix.lenz Modifier and Type Class Description class
XNetStreamPortController
Abstract base for classes representing an XNet communications portConstructors in jmri.jmrix.lenz with parameters of type AbstractStreamPortController Constructor Description XNetStreamConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred. -
Uses of AbstractStreamPortController in jmri.jmrix.loconet.streamport
Subclasses of AbstractStreamPortController in jmri.jmrix.loconet.streamport Modifier and Type Class Description class
LnStreamPortController
Base for classes representing a LocoNet communications port connected via streams.Constructors in jmri.jmrix.loconet.streamport with parameters of type AbstractStreamPortController Constructor Description LnStreamConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred. -
Uses of AbstractStreamPortController in jmri.jmrix.rfid
Subclasses of AbstractStreamPortController in jmri.jmrix.rfid Modifier and Type Class Description class
RfidStreamPortController
Abstract base for classes representing a RFID communications portConstructors in jmri.jmrix.rfid with parameters of type AbstractStreamPortController Constructor Description RfidStreamConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred. -
Uses of AbstractStreamPortController in jmri.jmrix.roco.z21
Subclasses of AbstractStreamPortController in jmri.jmrix.roco.z21 Modifier and Type Class Description class
Z21LnStreamPortController
Override default LocoNet classes to use z21 specific versions.class
Z21XNetStreamPortController
Override default XpressNet classes to use z21 specific versions.Constructors in jmri.jmrix.roco.z21 with parameters of type AbstractStreamPortController Constructor Description Z21XNetConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred. -
Uses of AbstractStreamPortController in jmri.jmrix.sprog
Subclasses of AbstractStreamPortController in jmri.jmrix.sprog Modifier and Type Class Description class
SprogCSStreamPortController
Abstract base for classes representing an SPROG Command Station communications portConstructors in jmri.jmrix.sprog with parameters of type AbstractStreamPortController Constructor Description SprogCSStreamConnectionConfig(AbstractStreamPortController p)
Ctor for an object being created during load process; Swing init is deferred.
-