Package jmri.jmrix.can
Class CanConfigurationManager
java.lang.Object
jmri.jmrix.can.ConfigurationManager
jmri.jmrix.can.CanConfigurationManager
Does configuration for CAN communications implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.jmrix.can.ConfigurationManager
ConfigurationManager.ProgModeSwitch, ConfigurationManager.SubProtocol -
Field Summary
Fields inherited from class jmri.jmrix.can.ConfigurationManager
adapterMemo, MERGCBUS, OPENLCB, RAWCAN, SPROGCBUS, TEST -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new CanConfigurationManager. -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidvoidvoiddispose()Dispose of the ConfigurationManager<T> TReturns nothing by default.protected ResourceBundleNo actions that can be loaded at startup.booleanTells which managers this class provides.Methods inherited from class jmri.jmrix.can.ConfigurationManager
getSystemOptions, setMERG, setOpenLCB, setSPROG
-
Constructor Details
-
CanConfigurationManager
Create a new CanConfigurationManager.- Parameters:
memo- System Connection
-
-
Method Details
-
addToCanConfigMgr
-
configureManagers
- Specified by:
configureManagersin classConfigurationManager
-
provides
Tells which managers this class provides. Get which managers this class provides.- Specified by:
providesin classConfigurationManager- Parameters:
type- class to query.- Returns:
- true if provided, else false.
-
get
Returns nothing by default.- Specified by:
getin classConfigurationManager
-
dispose
Dispose of the ConfigurationManager- Specified by:
disposein classConfigurationManager
-
getActionModelResourceBundle
No actions that can be loaded at startup.- Specified by:
getActionModelResourceBundlein classConfigurationManager
-