Uses of Interface
jmri.RailComManager
-
Packages that use RailComManager Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of RailComManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as RailComManager Modifier and Type Field Description protected RailComManager
RailComTableAction. tagManager
Methods in jmri.jmrit.beantable that return RailComManager Modifier and Type Method Description RailComManager
RailComTableDataModel. getManager()
-
Uses of RailComManager in jmri.managers
Classes in jmri.managers that implement RailComManager Modifier and Type Class Description class
DefaultRailComManager
Concrete implementation for the InternalRailComManager
interface.
-