Uses of Interface
jmri.GlobalProgrammerManager
Packages that use GlobalProgrammerManager
Package
Description
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 GlobalProgrammerManager in jmri.jmrit.progsupport
Fields in jmri.jmrit.progsupport with type parameters of type GlobalProgrammerManagerModifier and TypeFieldDescription(package private) JComboBox<GlobalProgrammerManager>ProgServiceModeComboBox.progBox(package private) JComboBox<GlobalProgrammerManager>ProgServiceModePane.progBoxMethods in jmri.jmrit.progsupport that return types with arguments of type GlobalProgrammerManagerModifier and TypeMethodDescriptionprotected final List<GlobalProgrammerManager>ProgServiceModeComboBox.getMgrList()Get the list of Global ProgrammingManagers.ProgServiceModePane.getMgrList()Get the list of global managers. -
Uses of GlobalProgrammerManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for BiDiB systems -
Uses of GlobalProgrammerManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement GlobalProgrammerManagerModifier 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 GlobalProgrammerManager in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassDCC4PC Programmer acts as a proxy for ops mode programming.Methods in jmri.jmrix.dcc4pc with type parameters of type GlobalProgrammerManagerModifier and TypeMethodDescription<T extends AddressedProgrammerManager & GlobalProgrammerManager>
voidDcc4PcSystemConnectionMemo.setRealProgramManager(T dpm) -
Uses of GlobalProgrammerManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers on DCC++ -
Uses of GlobalProgrammerManager in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for EasyDCC systems. -
Uses of GlobalProgrammerManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers on ECos Programming track is supported from ECoS firmware version 4.1. -
Uses of GlobalProgrammerManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers on XPressNet -
Uses of GlobalProgrammerManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers on LocoNet. -
Uses of GlobalProgrammerManager in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend LnProgrammerManager to disable on-the-track programming, which is not supported by IB-COM or Intellibox II -
Uses of GlobalProgrammerManager in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for MRC systems -
Uses of GlobalProgrammerManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for NCE systems. -
Uses of GlobalProgrammerManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement GlobalProgrammerManager -
Uses of GlobalProgrammerManager in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend XNetProgrammerManager for Z21. -
Uses of GlobalProgrammerManager in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide programmers for SPROG systems. -
Uses of GlobalProgrammerManager in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for SRCP systems -
Uses of GlobalProgrammerManager in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for NCE systems -
Uses of GlobalProgrammerManager in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for TMCC systems. -
Uses of GlobalProgrammerManager in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassExtend DefaultProgrammerManager to provide ops mode programmers for Zimo systems. -
Uses of GlobalProgrammerManager in jmri.managers
Classes in jmri.managers that implement GlobalProgrammerManagerModifier 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 GlobalProgrammerManager in jmri.progdebugger
Classes in jmri.progdebugger that implement GlobalProgrammerManagerModifier and TypeClassDescriptionclassProvides an implementation of ProgrammerManager for the debug programmer.