Uses of Interface
jmri.jmrix.ConnectionConfig.Config
Packages that use ConnectionConfig.Config
Package
Description
Interfaces and implementations for system-specific code.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI implementation.
-
Uses of ConnectionConfig.Config in jmri.jmrix
Methods in jmri.jmrix that return ConnectionConfig.ConfigModifier and TypeMethodDescriptiondefault ConnectionConfig.ConfigConnectionConfig.getConfig()Get the configuration for the ConnectionConfig.Methods in jmri.jmrix with parameters of type ConnectionConfig.ConfigModifier and TypeMethodDescriptiondefault voidConnectionConfig.setConfig(ConnectionConfig.Config config) Set the configuration for the ConnectionConfig. -
Uses of ConnectionConfig.Config in jmri.jmrix.cmri
Classes in jmri.jmrix.cmri that implement ConnectionConfig.ConfigModifier and TypeClassDescriptionstatic classConfiguration to be used if the user changes the connection type. -
Uses of ConnectionConfig.Config in jmri.jmrix.cmri.serial.networkdriver
Methods in jmri.jmrix.cmri.serial.networkdriver that return ConnectionConfig.ConfigModifier and TypeMethodDescriptionConnectionConfig.getConfig()Get the configuration for the ConnectionConfig.Methods in jmri.jmrix.cmri.serial.networkdriver with parameters of type ConnectionConfig.ConfigModifier and TypeMethodDescriptionvoidConnectionConfig.setConfig(ConnectionConfig.Config config) Set the configuration for the ConnectionConfig. -
Uses of ConnectionConfig.Config in jmri.jmrix.cmri.serial.serialdriver
Methods in jmri.jmrix.cmri.serial.serialdriver that return ConnectionConfig.ConfigModifier and TypeMethodDescriptionConnectionConfig.getConfig()Get the configuration for the ConnectionConfig.Methods in jmri.jmrix.cmri.serial.serialdriver with parameters of type ConnectionConfig.ConfigModifier and TypeMethodDescriptionvoidConnectionConfig.setConfig(ConnectionConfig.Config config) Set the configuration for the ConnectionConfig. -
Uses of ConnectionConfig.Config in jmri.jmrix.cmri.serial.sim
Methods in jmri.jmrix.cmri.serial.sim that return ConnectionConfig.ConfigModifier and TypeMethodDescriptionConnectionConfig.getConfig()Get the configuration for the ConnectionConfig.Methods in jmri.jmrix.cmri.serial.sim with parameters of type ConnectionConfig.ConfigModifier and TypeMethodDescriptionvoidConnectionConfig.setConfig(ConnectionConfig.Config config) Set the configuration for the ConnectionConfig.