Package jmri.jmrix
Interface StreamConnectionConfig
-
- All Superinterfaces:
ConnectionConfig
- All Known Implementing Classes:
AbstractStreamConnectionConfig
,DCCppStreamConnectionConfig
,LnStreamConnectionConfig
,RfidStreamConnectionConfig
,SprogCSStreamConnectionConfig
,XNetStreamConnectionConfig
,Z21XNetConnectionConfig
public interface StreamConnectionConfig extends ConnectionConfig
Interface for objects that handle configuring a layout connection.General design documentation is available on the Structure of External System Connections page.
- See Also:
JmrixConfigPane
,PortAdapter
-
-
Method Summary
-
Methods inherited from interface jmri.jmrix.ConnectionConfig
dispose, getAdapter, getConnectionName, getDisabled, getInfo, getManufacturer, isDirty, isRestartRequired, loadDetails, name, register, setDisabled, setManufacturer
-
-