Uses of Class
jmri.jmrix.oaktree.OakTreeSystemConnectionMemo
-
Packages that use OakTreeSystemConnectionMemo Package Description jmri.jmrix.oaktree jmri.jmrix.oaktree.nodeconfig jmri.jmrix.oaktree.packetgen jmri.jmrix.oaktree.serialmon jmri.jmrix.oaktree.swing -
-
Uses of OakTreeSystemConnectionMemo in jmri.jmrix.oaktree
Fields in jmri.jmrix.oaktree declared as OakTreeSystemConnectionMemo Modifier and Type Field Description (package private) OakTreeSystemConnectionMemoSerialAddress. _memo(package private) OakTreeSystemConnectionMemoSerialNode. _memo(package private) OakTreeSystemConnectionMemoSerialTrafficController. memoReference to the system connection memo.Methods in jmri.jmrix.oaktree that return OakTreeSystemConnectionMemo Modifier and Type Method Description OakTreeSystemConnectionMemoSerialLightManager. getMemo()Get the system connection for this manager.OakTreeSystemConnectionMemoSerialSensorManager. getMemo()Get the system connection for this manager.OakTreeSystemConnectionMemoSerialTurnoutManager. getMemo()Get the system connection for this manager.OakTreeSystemConnectionMemoSerialTrafficController. getSystemConnectionMemo()Get access to the system connection memo associated with this traffic controller.Methods in jmri.jmrix.oaktree with parameters of type OakTreeSystemConnectionMemo Modifier and Type Method Description voidSerialTrafficController. setSystemConnectionMemo(OakTreeSystemConnectionMemo m)Set the system connection memo associated with this traffic controller.static booleanSerialAddress. validSystemNameConfig(java.lang.String systemName, char type, OakTreeSystemConnectionMemo memo)Static method to validate system name for configuration.Constructors in jmri.jmrix.oaktree with parameters of type OakTreeSystemConnectionMemo Constructor Description OakTreeMenu(java.lang.String name, OakTreeSystemConnectionMemo memo)OakTreeMenu(OakTreeSystemConnectionMemo memo)SerialAddress(OakTreeSystemConnectionMemo memo)SerialLight(java.lang.String systemName, java.lang.String userName, OakTreeSystemConnectionMemo memo)Create a Light object, with both system and user names.SerialLight(java.lang.String systemName, OakTreeSystemConnectionMemo memo)Create a Light object, with only system name.SerialLightManager(OakTreeSystemConnectionMemo memo)SerialNode(int address, int type, OakTreeSystemConnectionMemo memo)Create a new SerialNode and initialize default instance variablesSerialNode(OakTreeSystemConnectionMemo memo)Create a new SerialNode without a name supplied.SerialSensorManager(OakTreeSystemConnectionMemo memo)SerialTrafficController(OakTreeSystemConnectionMemo adaptermemo)Create a new Oaktree SerialTrafficController instance.SerialTurnout(java.lang.String systemName, java.lang.String userName, OakTreeSystemConnectionMemo memo)Create a Turnout object, with both system and user names.SerialTurnoutManager(OakTreeSystemConnectionMemo memo) -
Uses of OakTreeSystemConnectionMemo in jmri.jmrix.oaktree.nodeconfig
Constructors in jmri.jmrix.oaktree.nodeconfig with parameters of type OakTreeSystemConnectionMemo Constructor Description NodeConfigAction(java.lang.String s, OakTreeSystemConnectionMemo memo)NodeConfigAction(OakTreeSystemConnectionMemo memo)NodeConfigFrame(OakTreeSystemConnectionMemo memo)Constructor method. -
Uses of OakTreeSystemConnectionMemo in jmri.jmrix.oaktree.packetgen
Constructors in jmri.jmrix.oaktree.packetgen with parameters of type OakTreeSystemConnectionMemo Constructor Description SerialPacketGenAction(java.lang.String s, OakTreeSystemConnectionMemo memo)SerialPacketGenAction(OakTreeSystemConnectionMemo memo)SerialPacketGenFrame(OakTreeSystemConnectionMemo memo) -
Uses of OakTreeSystemConnectionMemo in jmri.jmrix.oaktree.serialmon
Constructors in jmri.jmrix.oaktree.serialmon with parameters of type OakTreeSystemConnectionMemo Constructor Description SerialMonAction(java.lang.String s, OakTreeSystemConnectionMemo memo)SerialMonAction(OakTreeSystemConnectionMemo memo)SerialMonFrame(OakTreeSystemConnectionMemo memo) -
Uses of OakTreeSystemConnectionMemo in jmri.jmrix.oaktree.swing
Fields in jmri.jmrix.oaktree.swing declared as OakTreeSystemConnectionMemo Modifier and Type Field Description (package private) OakTreeSystemConnectionMemoOakTreeComponentFactory. memoConstructors in jmri.jmrix.oaktree.swing with parameters of type OakTreeSystemConnectionMemo Constructor Description OakTreeComponentFactory(OakTreeSystemConnectionMemo memo)
-