Package jmri.jmrix
Interface ConfiguringSystemConnectionMemo
-
- All Superinterfaces:
PropertyChangeProvider,SystemConnectionMemo
- All Known Implementing Classes:
AcelaSystemConnectionMemo,AnymaDMX_SystemConnectionMemo,CanSystemConnectionMemo,CdBSystemConnectionMemo,CMRISystemConnectionMemo,Dcc4PcSystemConnectionMemo,DirectSystemConnectionMemo,EasyDccSystemConnectionMemo,GrapevineSystemConnectionMemo,HexFileSystemConnectionMemo,IEEE802154SystemConnectionMemo,IpocsSystemConnectionMemo,JMRIClientSystemConnectionMemo,LocoNetSystemConnectionMemo,MapleSystemConnectionMemo,MarklinSystemConnectionMemo,MqttSystemConnectionMemo,Mx1SystemConnectionMemo,NceSystemConnectionMemo,OakTreeSystemConnectionMemo,PR2SystemConnectionMemo,PR3SystemConnectionMemo,PR4SystemConnectionMemo,QsiSystemConnectionMemo,RaspberryPiSystemConnectionMemo,RpsSystemConnectionMemo,SecsiSystemConnectionMemo,SerialSystemConnectionMemo,SerialSystemConnectionMemo,SpecificSystemConnectionMemo,SpecificSystemConnectionMemo,SpecificSystemConnectionMemo,SpecificSystemConnectionMemo,SpecificSystemConnectionMemo,SpeedoSystemConnectionMemo,SprogSystemConnectionMemo,SRCPBusConnectionMemo,TamsSystemConnectionMemo,TmccSystemConnectionMemo,UhlenbrockSystemConnectionMemo,UsbDcs210PlusSystemConnectionMemo,UsbDcs240PlusSystemConnectionMemo,UsbDcs240SystemConnectionMemo,UsbDcs52SystemConnectionMemo,XBeeConnectionMemo,Z21SystemConnectionMemo
public interface ConfiguringSystemConnectionMemo extends SystemConnectionMemo
-
-
Field Summary
-
Fields inherited from interface jmri.SystemConnectionMemo
DEREGISTER, DISABLED, INTERVAL, STORE, SYSTEM_PREFIX, USER_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureManagers()Configure the common managers associated with the System Connection memo.-
Methods inherited from interface jmri.beans.PropertyChangeProvider
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from interface jmri.SystemConnectionMemo
dispose, get, getActionFactory, getDefaultOutputInterval, getDisabled, getNamedBeanComparator, getOutputInterval, getSystemPrefix, getUserName, isDirty, isRestartRequired, provides, register, setDisabled, setOutputInterval, setSystemPrefix, setUserName
-
-
-
-
Method Detail
-
configureManagers
void configureManagers()
Configure the common managers associated with the System Connection memo.
-
-