Package jmri.jmrix.roco.z21
Class Z21XNetConnectionConfig
java.lang.Object
jmri.jmrix.AbstractConnectionConfig
jmri.jmrix.AbstractStreamConnectionConfig
jmri.jmrix.roco.z21.Z21XNetConnectionConfig
- All Implemented Interfaces:
ConnectionConfig,StreamConnectionConfig
Handle configuring the XpressNet tunnel for the z21 Connection.
This uses the Z21XNetStreamPortController class to do the actual
connection.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.jmrix.AbstractConnectionConfig
AbstractConnectionConfig.Option -
Field Summary
FieldsFields inherited from class jmri.jmrix.AbstractStreamConnectionConfig
adapter, initFields inherited from class jmri.jmrix.AbstractConnectionConfig
_details, additionalItems, cL, connectionNameField, connectionNameLabel, cR, gbLayout, NUMOPTIONS, options, showAdvanced, systemPrefixField, systemPrefixLabel -
Constructor Summary
ConstructorsConstructorDescriptionCtor for a connection configuration with no preexisting adapter.Ctor for an object being created during load process; Swing init is deferred. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDirty()Determine if configuration needs to be written to disk.name()protected voidLoad the adapter with an appropriate object unless it's already been set.voidsetManufacturer(String manu) Methods inherited from class jmri.jmrix.AbstractStreamConnectionConfig
checkInitDone, dispose, getAdapter, getConnectionName, getDisabled, getInfo, loadDetails, setDisabled, showAdvancedItems, updateAdapterMethods inherited from class jmri.jmrix.AbstractConnectionConfig
addNameEntryCheckers, addStandardDetails, isRestartRequired, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.jmrix.ConnectionConfig
isRestartRequired, register
-
Field Details
-
manufacturerName
-
-
Constructor Details
-
Z21XNetConnectionConfig
Ctor for an object being created during load process; Swing init is deferred.- Parameters:
p- stream port controller.
-
Z21XNetConnectionConfig
public Z21XNetConnectionConfig()Ctor for a connection configuration with no preexisting adapter.setInstance()will fill the adapter member.
-
-
Method Details
-
name
-
getManufacturer
- Specified by:
getManufacturerin interfaceConnectionConfig- Overrides:
getManufacturerin classAbstractStreamConnectionConfig
-
setManufacturer
- Specified by:
setManufacturerin interfaceConnectionConfig- Overrides:
setManufacturerin classAbstractStreamConnectionConfig
-
setInstance
Load the adapter with an appropriate object unless it's already been set.- Specified by:
setInstancein classAbstractConnectionConfig
-
isDirty
Determine if configuration needs to be written to disk. this implementation always returns false.- Specified by:
isDirtyin interfaceConnectionConfig- Overrides:
isDirtyin classAbstractConnectionConfig- Returns:
- true if configuration need to be saved, false otherwise
-