Uses of Interface
jmri.AddressedProgrammerManager
Packages that use AddressedProgrammerManager
Package
Description
Provides implementations of various JMRI interfaces.
Provides helpful panels and GUI widgets for working with
JMRI Programmer and ProgrammerManager classes.
Defines classes for interfacing to a MERG CBUS network.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Implementation and specialization for connecting to to an Uhlenbrock
Intellibox-II via its in-built USB connection.
Implementation of the JMRI OpenLCB hardware interface.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
Provides implementations of various JMRI managers.
A simple implementation of Programmer for debugging purposes.
-
Uses of AddressedProgrammerManager in jmri.implementation
Constructors in jmri.implementation with parameters of type AddressedProgrammerManager -
Uses of AddressedProgrammerManager in jmri.jmrit.progsupport
Fields in jmri.jmrit.progsupport with type parameters of type AddressedProgrammerManagerModifier and TypeFieldDescription(package private) JComboBox<AddressedProgrammerManager>ProgOpsModePane.progBox -
Uses of AddressedProgrammerManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for BiDiB systems -
Uses of AddressedProgrammerManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers for CBUS systems Added methods to manipulate the programmer availability to support hardware that can redirect ops mode or service mode packets to a particular interface. -
Uses of AddressedProgrammerManager in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassDCC4PC Programmer acts as a proxy for ops mode programming.Fields in jmri.jmrix.dcc4pc declared as AddressedProgrammerManagerModifier and TypeFieldDescription(package private) AddressedProgrammerManagerDcc4PcOpsModeProgrammer.defaultManagerMethods in jmri.jmrix.dcc4pc with type parameters of type AddressedProgrammerManagerModifier and TypeMethodDescription<T extends AddressedProgrammerManager & GlobalProgrammerManager>
voidDcc4PcSystemConnectionMemo.setRealProgramManager(T dpm) Constructors in jmri.jmrix.dcc4pc with parameters of type AddressedProgrammerManagerModifierConstructorDescriptionDcc4PcOpsModeProgrammer(boolean pLongAddress, int pAddress, AddressedProgrammerManager dp) -
Uses of AddressedProgrammerManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers on DCC++ -
Uses of AddressedProgrammerManager in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for EasyDCC systems. -
Uses of AddressedProgrammerManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers on ECos Programming track is supported from ECoS firmware version 4.1. -
Uses of AddressedProgrammerManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers on XPressNet -
Uses of AddressedProgrammerManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers on LocoNet. -
Uses of AddressedProgrammerManager in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend LnProgrammerManager to disable on-the-track programming, which is not supported by IB-COM or Intellibox II -
Uses of AddressedProgrammerManager in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for MRC systems -
Uses of AddressedProgrammerManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for NCE systems. -
Uses of AddressedProgrammerManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement AddressedProgrammerManager -
Uses of AddressedProgrammerManager in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend XNetProgrammerManager for Z21. -
Uses of AddressedProgrammerManager in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers for SPROG systems. -
Uses of AddressedProgrammerManager in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for SRCP systems -
Uses of AddressedProgrammerManager in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for NCE systems -
Uses of AddressedProgrammerManager in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for TMCC systems. -
Uses of AddressedProgrammerManager in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for Zimo systems. -
Uses of AddressedProgrammerManager in jmri.managers
Classes in jmri.managers that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassProvides a very basic implementation of a programmer manager by providing a union of the AddressedProgrammerManager and GlobalProgrammerManager interfaces.classDefers global programmer operations to the default global Programmer, and addressed programmer operations to the default AddressedProgrammer. -
Uses of AddressedProgrammerManager in jmri.progdebugger
Classes in jmri.progdebugger that implement AddressedProgrammerManagerModifier and TypeClassDescriptionclassProvides an implementation of ProgrammerManager for the debug programmer.