Uses of Interface
jmri.Manager

Packages that use Manager
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.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads. 
jmri.jmrit.beantable.oblock   
jmri.jmrit.beantable.sensor   
jmri.jmrit.beantable.signalmast   
jmri.jmrit.catalog Provides a tree-based catalog for browsing. 
jmri.jmrit.display.layoutEditor   
jmri.jmrit.display.layoutEditor.blockRoutingTable   
jmri.jmrit.logix   
jmri.jmrit.picker   
jmri.jmrit.sensorgroup   
jmri.jmrit.withrottle   
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.ecos.swing.locodatabase   
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. 
jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI. 
 

Uses of Manager in jmri
 

Subinterfaces of Manager in jmri
 interface AudioManager
          Locate an Audio object representing some specific audio information.
 interface CatalogTreeManager
          Locate a CatalogTree object representing some specific information.
 interface ConditionalManager
          Interface for obtaining Conditionals This doesn't have a "new" method, since Conditionals are separately implemented, instead of being system-specific.
 interface IdTagManager
          Locate an IdTag object representing a specific IdTag.
 interface LightManager
          Interface for obtaining Lights.
 interface LogixManager
          Interface for obtaining Logixs This doesn't have a "new" method, since Logixs are separately implemented, instead of being system-specific.
 interface MemoryManager
          Locate a Memory object representing some specific information.
 interface ReporterManager
          Locate a Reporter object representing some specific device on the layout.
 interface RouteManager
          Interface for obtaining Routes This doesn't have a "new" method, since Routes are separately implemented, instead of being system-specific.
 interface SensorManager
          Interface for controlling sensors.
 interface SignalGroupManager
          Interface for obtaining information about signal systems.
 interface SignalHeadManager
          Interface for obtaining signal heads.
 interface SignalMastLogicManager
           This file is part of JMRI.
 interface SignalMastManager
          Interface for obtaining signal masts.
 interface SignalSystemManager
          Interface for obtaining information about signal systems.
 interface TurnoutManager
          Locate a Turnout object representing some specific turnout on the layout.
 

Classes in jmri that implement Manager
 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 Manager in jmri.jmrit.audio
 

Classes in jmri.jmrit.audio that implement Manager
 class DefaultAudioManager
          Provide the concrete implementation for the Internal Audio Manager.
 

Uses of Manager in jmri.jmrit.beantable
 

Methods in jmri.jmrit.beantable that return Manager
protected  Manager TurnoutTableTabAction.getManager()
           
protected  Manager SensorTableTabAction.getManager()
           
protected  Manager LightTableTabAction.getManager()
           
protected abstract  Manager BeanTableDataModel.getManager()
           
protected abstract  Manager AbstractTableTabAction.getManager()
           
 

Methods in jmri.jmrit.beantable with parameters of type Manager
 void TurnoutTableAction.setManager(Manager man)
           
 void SensorTableAction.setManager(Manager man)
           
 void LightTableAction.setManager(Manager man)
           
protected  void BeanTableDataModel.setManager(Manager man)
           
protected  void AbstractTableAction.setManager(Manager man)
          If the subClass is being included in a greater tabbed frame, then this is used to specify which manager the subclass should be using.
 

Constructors in jmri.jmrit.beantable with parameters of type Manager
AbstractTableTabAction.TabbedTableItem(String choice, boolean stdModel, Manager manager, AbstractTableAction tableAction)
           
 

Uses of Manager in jmri.jmrit.beantable.oblock
 

Methods in jmri.jmrit.beantable.oblock that return Manager
 Manager OBlockTableModel.getManager()
           
 

Uses of Manager in jmri.jmrit.beantable.sensor
 

Methods in jmri.jmrit.beantable.sensor that return Manager
protected  Manager SensorTableDataModel.getManager()
           
 

Uses of Manager in jmri.jmrit.beantable.signalmast
 

Methods in jmri.jmrit.beantable.signalmast that return Manager
protected  Manager SignalMastTableDataModel.getManager()
           
 

Uses of Manager in jmri.jmrit.catalog
 

Classes in jmri.jmrit.catalog that implement Manager
 class DefaultCatalogTreeManager
          Provide the concrete implementation for the Internal CatalogTree Manager.
 

Uses of Manager in jmri.jmrit.display.layoutEditor
 

Classes in jmri.jmrit.display.layoutEditor that implement Manager
 class LayoutBlockManager
          Implementation of a Manager to handle LayoutBlocks Note: that the same LayoutBlocks may appear in multiple LayoutEditor panels.
 

Uses of Manager in jmri.jmrit.display.layoutEditor.blockRoutingTable
 

Methods in jmri.jmrit.display.layoutEditor.blockRoutingTable that return Manager
 Manager LayoutBlockThroughPathsTableModel.getManager()
           
 Manager LayoutBlockRouteTableModel.getManager()
           
 Manager LayoutBlockNeighbourTableModel.getManager()
           
 

Uses of Manager in jmri.jmrit.logix
 

Classes in jmri.jmrit.logix that implement Manager
 class OBlockManager
          Basic Implementation of a OBlockManager.
 class WarrantManager
          Basic Implementation of a WarrantManager.
 

Uses of Manager in jmri.jmrit.picker
 

Methods in jmri.jmrit.picker that return Manager
abstract  Manager PickListModel.getManager()
           
 

Uses of Manager in jmri.jmrit.sensorgroup
 

Methods in jmri.jmrit.sensorgroup that return Manager
 Manager SensorTableModel.getManager()
           
abstract  Manager BeanTableModel.getManager()
           
 

Uses of Manager in jmri.jmrit.withrottle
 

Methods in jmri.jmrit.withrottle with parameters of type Manager
 void AbstractController.buildList(Manager manager)
          Build list only if there are no controller listeners.
 

Uses of Manager in jmri.jmrix.acela
 

Classes in jmri.jmrix.acela that implement Manager
 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 Manager in jmri.jmrix.can.cbus
 

Classes in jmri.jmrix.can.cbus that implement Manager
 class CbusSensorManager
          Manage the CBUS-specific Sensor implementation.
 class CbusTurnoutManager
          CAN CBUS implementation of a TurnoutManager.
 

Uses of Manager in jmri.jmrix.cmri.serial
 

Classes in jmri.jmrix.cmri.serial that implement Manager
 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 Manager in jmri.jmrix.easydcc
 

Classes in jmri.jmrix.easydcc that implement Manager
 class EasyDccTurnoutManager
          Implement turnout manager for EasyDcc systems System names are "ETnnn", where nnn is the turnout number without padding.
 

Uses of Manager in jmri.jmrix.ecos
 

Classes in jmri.jmrix.ecos that implement Manager
 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 Manager in jmri.jmrix.ecos.swing.locodatabase
 

Methods in jmri.jmrix.ecos.swing.locodatabase that return Manager
protected  Manager EcosLocoTableTabAction.getManager()
           
 

Methods in jmri.jmrix.ecos.swing.locodatabase with parameters of type Manager
 void EcosLocoTableAction.setManager(Manager man)
           
 

Uses of Manager in jmri.jmrix.jmriclient
 

Classes in jmri.jmrix.jmriclient that implement Manager
 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 Manager in jmri.jmrix.lenz
 

Classes in jmri.jmrix.lenz that implement Manager
 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 Manager in jmri.jmrix.lenz.hornbyelite
 

Classes in jmri.jmrix.lenz.hornbyelite that implement Manager
 class EliteXNetTurnoutManager
          Implement turnout manager - Specific to Hornby Elite System names are "XTnnn", where nnn is the turnout number without padding.
 

Uses of Manager in jmri.jmrix.loconet
 

Classes in jmri.jmrix.loconet that implement Manager
 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 Manager in jmri.jmrix.nce
 

Classes in jmri.jmrix.nce that implement Manager
 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 Manager in jmri.jmrix.openlcb
 

Classes in jmri.jmrix.openlcb that implement Manager
 class OlcbSensorManager
          Manage the OpenLCB-specific Sensor implementation.
 class OlcbTurnoutManager
          OpenLCB implementation of a TurnoutManager.
 

Uses of Manager in jmri.jmrix.powerline.cm11
 

Classes in jmri.jmrix.powerline.cm11 that implement Manager
 class SpecificLightManager
          Implement light manager for powerline serial systems with CM11 adapters Just provide the specific objects at creation time.
 class SpecificSensorManager
          Manage the system-specific Sensor implementation.
 

Uses of Manager in jmri.jmrix.rfid
 

Classes in jmri.jmrix.rfid that implement Manager
 class RfidReporterManager
          Rfid implementation of a ReporterManager.
 class RfidSensorManager
          Manage the Rfid-specific Sensor implementation.
 

Uses of Manager in jmri.jmrix.rfid.generic.standalone
 

Classes in jmri.jmrix.rfid.generic.standalone that implement Manager
 class SpecificReporterManager
          Rfid implementation of a ReporterManager.
 

Uses of Manager in jmri.jmrix.rps
 

Classes in jmri.jmrix.rps that implement Manager
 class RpsReporterManager
          RPS implementation of a ReporterManager.
 class RpsSensorManager
          Manage the RPS-specific Sensor implementation.
 

Uses of Manager in jmri.jmrix.sprog
 

Classes in jmri.jmrix.sprog that implement Manager
 class SprogTurnoutManager
          Implement turnout manager for Sprog systems.
 

Uses of Manager in jmri.jmrix.srcp
 

Classes in jmri.jmrix.srcp that implement Manager
 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 Manager in jmri.jmrix.xpa
 

Classes in jmri.jmrix.xpa that implement Manager
 class XpaTurnoutManager
          Implement turnout manager for Xpa+Modem connections to XPressNet Based systems.
 

Uses of Manager in jmri.managers
 

Classes in jmri.managers that implement Manager
 class AbstractAudioManager
          Abstract partial implementation of an AudioManager.
 class AbstractLightManager
          Abstract partial implementation of a LightManager.
 class AbstractManager
          Abstract partial implementation for all Manager-type classes.
 class AbstractMemoryManager
          Abstract partial implementation of a MemoryManager.
 class AbstractProxyManager
          Implementation of a Manager that can serves as a proxy for multiple system-specific implementations.
 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 DefaultSignalMastLogicManager
           This file is part of JMRI.
 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.
 class ProxyLightManager
          Implementation of a LightManager that can serves as a proxy for multiple system-specific implementations.
 class ProxyReporterManager
          Implementation of a ReporterManager that can serves as a proxy for multiple system-specific implementations.
 class ProxySensorManager
          Implementation of a SensorManager that can serves as a proxy for multiple system-specific implementations.
 class ProxyTurnoutManager
          Implementation of a TurnoutManager that can serves as a proxy for multiple system-specific implementations.
 

Methods in jmri.managers that return types with arguments of type Manager
 List<Manager> AbstractProxyManager.getManagerList()
          Returns a list of all managers, including the internal manager.
 

Methods in jmri.managers with parameters of type Manager
 void ProxyTurnoutManager.addManager(Manager m)
          Revise superclass behavior: support TurnoutOperations
 void AbstractProxyManager.addManager(Manager m)
           
 

Uses of Manager in jmri.util.swing
 

Constructors in jmri.util.swing with parameters of type Manager
BeanSelectCreatePanel(Manager manager, NamedBean defaultSelect)
          Create a JPanel, that provides the option to the user to either select an already created bean, or to create one on the fly.
JmriBeanComboBox(Manager manager)
           
JmriBeanComboBox(Manager manager, NamedBean nBean, int displayOrder)
           
 



Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads