Uses of Interface
jmri.Reportable
-
Packages that use Reportable Package Description jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. -
-
Uses of Reportable in jmri.implementation
Classes in jmri.implementation that implement Reportable Modifier and Type Class Description class
AbstractIdTag
Abstract implementation ofIdTag
containing code common to all concrete implementations.class
DefaultIdTag
Concrete implementation of theIdTag
interface for the Internal system.class
DefaultRailCom
Concrete implementation of theRailCom
interface. -
Uses of Reportable in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement Reportable Modifier and Type Class Description class
TranspondingTag
Concrete implementation of theIdTag
interface for the LocoNet based Transponding reports.
-