|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractManager | |
|---|---|
| jmri | Provides basic interfaces and certain core implementations for the JMRI layout management concepts. |
| jmri.jmrit.audio | Provides specific implementations of various audio systems |
| jmri.jmrit.catalog | Provides a tree-based catalog for browsing. |
| jmri.jmrit.display.layoutEditor | |
| jmri.jmrit.logix | |
| jmri.jmrix.acela | This package handles communications for the CTI Acela hardware. |
| jmri.jmrix.can.cbus | Defines classes for interfacing to a MERG CBUS network. |
| jmri.jmrix.cmri.serial | |
| jmri.jmrix.easydcc | |
| jmri.jmrix.ecos | Support for the ESU ECoS. |
| jmri.jmrix.jmriclient | |
| jmri.jmrix.lenz | |
| jmri.jmrix.lenz.hornbyelite | |
| jmri.jmrix.loconet | Provides access to LocoNet systems, along with a lot of Swing-based tools. |
| jmri.jmrix.nce | |
| jmri.jmrix.openlcb | |
| jmri.jmrix.powerline.cm11 | This package handles communications for CM11 powerline adapters. |
| jmri.jmrix.rfid | This package handles communications for RFID adapters |
| jmri.jmrix.rfid.generic.standalone | This package handles communications for Generic RFID stand-alone readers that use the CORE-ID / ID-Innovations protocol. |
| jmri.jmrix.rps | This package contains software specific to the RPS system from NAC Services, Inc. |
| jmri.jmrix.sprog | |
| jmri.jmrix.srcp | Provide a JMRI connection to an SRCP server. |
| jmri.jmrix.xpa | |
| jmri.managers | Provides implementations of various JMRI managers. |
| Uses of AbstractManager in jmri |
|---|
| Subclasses of AbstractManager in jmri | |
|---|---|
class |
BlockManager
Basic Implementation of a BlockManager. |
class |
NamedBeanHandleManager
Instance for controlling the issuing of NamedBeanHandles. |
class |
SectionManager
Basic Implementation of a SectionManager. |
class |
TransitManager
Implementation of a Transit Manager This doesn't need an interface, since Transits are globaly implemented, instead of being system-specific. |
| Uses of AbstractManager in jmri.jmrit.audio |
|---|
| Subclasses of AbstractManager in jmri.jmrit.audio | |
|---|---|
class |
DefaultAudioManager
Provide the concrete implementation for the Internal Audio Manager. |
| Uses of AbstractManager in jmri.jmrit.catalog |
|---|
| Subclasses of AbstractManager in jmri.jmrit.catalog | |
|---|---|
class |
DefaultCatalogTreeManager
Provide the concrete implementation for the Internal CatalogTree Manager. |
| Uses of AbstractManager in jmri.jmrit.display.layoutEditor |
|---|
| Subclasses of AbstractManager in jmri.jmrit.display.layoutEditor | |
|---|---|
class |
LayoutBlockManager
Implementation of a Manager to handle LayoutBlocks Note: that the same LayoutBlocks may appear in multiple LayoutEditor panels. |
| Uses of AbstractManager in jmri.jmrit.logix |
|---|
| Subclasses of AbstractManager in jmri.jmrit.logix | |
|---|---|
class |
OBlockManager
Basic Implementation of a OBlockManager. |
class |
WarrantManager
Basic Implementation of a WarrantManager. |
| Uses of AbstractManager in jmri.jmrix.acela |
|---|
| Subclasses of AbstractManager in jmri.jmrix.acela | |
|---|---|
class |
AcelaLightManager
Implement light manager for Acela systems System names are "ALnnn", where nnn is the bit number without padding. |
class |
AcelaSensorManager
Manage the Acela-specific Sensor implementation. |
class |
AcelaTurnoutManager
Implement light manager for Acela systems System names are "ALnnn", where nnn is the bit number without padding. |
| Uses of AbstractManager in jmri.jmrix.can.cbus |
|---|
| Subclasses of AbstractManager in jmri.jmrix.can.cbus | |
|---|---|
class |
CbusSensorManager
Manage the CBUS-specific Sensor implementation. |
class |
CbusTurnoutManager
CAN CBUS implementation of a TurnoutManager. |
| Uses of AbstractManager in jmri.jmrix.cmri.serial |
|---|
| Subclasses of AbstractManager in jmri.jmrix.cmri.serial | |
|---|---|
class |
SerialLightManager
Implement light manager for CMRI serial systems System names are "CLnnn", where nnn is the bit number without padding. |
class |
SerialSensorManager
Manage the C/MRI serial-specific Sensor implementation. |
class |
SerialTurnoutManager
Implement turnout manager for CMRI serial systems System names are "CTnnn", where nnn is the turnout number without padding. |
| Uses of AbstractManager in jmri.jmrix.easydcc |
|---|
| Subclasses of AbstractManager in jmri.jmrix.easydcc | |
|---|---|
class |
EasyDccTurnoutManager
Implement turnout manager for EasyDcc systems System names are "ETnnn", where nnn is the turnout number without padding. |
| Uses of AbstractManager in jmri.jmrix.ecos |
|---|
| Subclasses of AbstractManager in jmri.jmrix.ecos | |
|---|---|
class |
EcosLocoAddressManager
Managers the Ecos Loco entries within JMRI. |
class |
EcosSensorManager
Implement sensor manager for Ecos systems. |
class |
EcosTurnoutManager
Implement turnout manager for Ecos systems. |
| Uses of AbstractManager in jmri.jmrix.jmriclient |
|---|
| Subclasses of AbstractManager in jmri.jmrix.jmriclient | |
|---|---|
class |
JMRIClientLightManager
Implement light manager for JMRIClient systems System names are "prefixnnn", where prefix is the system prefix and nnn is the light number without padding. |
class |
JMRIClientReporterManager
Implement reporter manager for JMRIClient systems System names are "prefixnnn", where prefix is the system prefix and nnn is the reporter number without padding. |
class |
JMRIClientSensorManager
Implement sensor manager for JMRIClient systems System names are "prefixnnn", where prefix is the system prefix and nnn is the sensor number without padding. |
class |
JMRIClientTurnoutManager
Implement turnout manager for JMRIClient systems System names are "prefixnnn", where prefix is the system prefix and nnn is the turnout number without padding. |
| Uses of AbstractManager in jmri.jmrix.lenz |
|---|
| Subclasses of AbstractManager in jmri.jmrix.lenz | |
|---|---|
class |
XNetLightManager
Implement light manager for XPressNet systems System names are "XLnnnnn", where nnnnn is the bit number without padding. |
class |
XNetSensorManager
Manage the XPressNet specific Sensor implementation. |
class |
XNetTurnoutManager
Implement turnout manager. |
| Uses of AbstractManager in jmri.jmrix.lenz.hornbyelite |
|---|
| Subclasses of AbstractManager in jmri.jmrix.lenz.hornbyelite | |
|---|---|
class |
EliteXNetTurnoutManager
Implement turnout manager - Specific to Hornby Elite System names are "XTnnn", where nnn is the turnout number without padding. |
| Uses of AbstractManager in jmri.jmrix.loconet |
|---|
| Subclasses of AbstractManager in jmri.jmrix.loconet | |
|---|---|
class |
LnLightManager
Implement light manager for loconet systems System names are "LLnnnnn", where nnnnn is the bit number without padding. |
class |
LnReporterManager
LnReporterManager implements the ReporterManager. |
class |
LnSensorManager
Manage the LocoNet-specific Sensor implementation. |
class |
LnTurnoutManager
LnTurnoutManager implements the TurnoutManager. |
| Uses of AbstractManager in jmri.jmrix.nce |
|---|
| Subclasses of AbstractManager in jmri.jmrix.nce | |
|---|---|
class |
NceLightManager
Implement light manager for NCE systems System names are "NLnnnnn", where nnnnn is the stationary decoder address. |
class |
NceSensorManager
Manage the NCE-specific Sensor implementation. |
class |
NceTurnoutManager
Implement turnout manager for NCE systems. |
| Uses of AbstractManager in jmri.jmrix.openlcb |
|---|
| Subclasses of AbstractManager in jmri.jmrix.openlcb | |
|---|---|
class |
OlcbSensorManager
Manage the OpenLCB-specific Sensor implementation. |
class |
OlcbTurnoutManager
OpenLCB implementation of a TurnoutManager. |
| Uses of AbstractManager in jmri.jmrix.powerline.cm11 |
|---|
| Subclasses of AbstractManager in jmri.jmrix.powerline.cm11 | |
|---|---|
class |
SpecificLightManager
Implement light manager for powerline serial systems with CM11 adapters Just provide the specific objects at creation time. |
| Uses of AbstractManager in jmri.jmrix.rfid |
|---|
| Subclasses of AbstractManager in jmri.jmrix.rfid | |
|---|---|
class |
RfidReporterManager
Rfid implementation of a ReporterManager. |
class |
RfidSensorManager
Manage the Rfid-specific Sensor implementation. |
| Uses of AbstractManager in jmri.jmrix.rfid.generic.standalone |
|---|
| Subclasses of AbstractManager in jmri.jmrix.rfid.generic.standalone | |
|---|---|
class |
SpecificReporterManager
Rfid implementation of a ReporterManager. |
class |
SpecificSensorManager
Manage the Rfid-specific Sensor implementation. |
| Uses of AbstractManager in jmri.jmrix.rps |
|---|
| Subclasses of AbstractManager in jmri.jmrix.rps | |
|---|---|
class |
RpsReporterManager
RPS implementation of a ReporterManager. |
class |
RpsSensorManager
Manage the RPS-specific Sensor implementation. |
| Uses of AbstractManager in jmri.jmrix.sprog |
|---|
| Subclasses of AbstractManager in jmri.jmrix.sprog | |
|---|---|
class |
SprogTurnoutManager
Implement turnout manager for Sprog systems. |
| Uses of AbstractManager in jmri.jmrix.srcp |
|---|
| Subclasses of AbstractManager in jmri.jmrix.srcp | |
|---|---|
class |
SRCPSensorManager
Implement Sensor manager for SRCP systems System names are "DSnnn", where nnn is the sensor number without padding. |
class |
SRCPTurnoutManager
Implement turnout manager for SRCP systems System names are "DTnnn", where nnn is the turnout number without padding. |
| Uses of AbstractManager in jmri.jmrix.xpa |
|---|
| Subclasses of AbstractManager in jmri.jmrix.xpa | |
|---|---|
class |
XpaTurnoutManager
Implement turnout manager for Xpa+Modem connections to XPressNet Based systems. |
| Uses of AbstractManager in jmri.managers |
|---|
| Subclasses of AbstractManager in jmri.managers | |
|---|---|
class |
AbstractAudioManager
Abstract partial implementation of an AudioManager. |
class |
AbstractLightManager
Abstract partial implementation of a LightManager. |
class |
AbstractMemoryManager
Abstract partial implementation of a MemoryManager. |
class |
AbstractReporterManager
Abstract partial implementation of a ReporterManager. |
class |
AbstractSensorManager
Abstract base implementation of the SensorManager interface. |
class |
AbstractSignalHeadManager
Abstract partial implementation of a SignalHeadManager. |
class |
AbstractTurnoutManager
Abstract partial implementation of a TurnoutManager. |
class |
DefaultConditionalManager
Basic Implementation of a ConditionalManager. |
class |
DefaultIdTagManager
Concrete implementation for the Internal IdTagManager interface. |
class |
DefaultLogixManager
Basic Implementation of a LogixManager. |
class |
DefaultMemoryManager
Provide the concrete implementation for the Internal Memory Manager. |
class |
DefaultRouteManager
Basic Implementation of a RouteManager. |
class |
DefaultSignalGroupManager
Default implementation of a SignalGroupManager. |
class |
DefaultSignalMastManager
Default implementation of a SignalMastManager. |
class |
DefaultSignalSystemManager
Default implementation of a SignalSystemManager. |
class |
InternalLightManager
Implement a light manager for "Internal" (virtual) lights. |
class |
InternalReporterManager
Implementation of the InternalReporterManager interface. |
class |
InternalSensorManager
Implementation of the InternalSensorManager interface. |
class |
InternalTurnoutManager
Implement a turnout manager for "Internal" (virtual) turnouts. |
| Methods in jmri.managers that return AbstractManager | |
|---|---|
protected AbstractManager |
AbstractProxyManager.getMgr(int index)
|
protected AbstractManager |
ProxyTurnoutManager.makeInternalManager()
|
protected AbstractManager |
ProxySensorManager.makeInternalManager()
|
protected AbstractManager |
ProxyReporterManager.makeInternalManager()
|
protected AbstractManager |
ProxyLightManager.makeInternalManager()
|
protected abstract AbstractManager |
AbstractProxyManager.makeInternalManager()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||