Uses of Interface
jmri.InstanceManagerAutoDefault
Packages that use InstanceManagerAutoDefault
Package
Description
Provides application level support for JMRI; includes specific applications in
subpackages.
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides an XML-based mechanism for storing and restoring configurations.
Provides implementations of various JMRI interfaces.
Provides a very simple
vital signal logic for use in JMRI programs.
Provides a tree-based catalog for browsing.
The CTC system provides the ability to create and run prototypical CTC dispatching.
Provides control panel and associated visible icon classes.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
Support for implementing Warrants in JMRI.
Interfaces and implementations for system-specific code.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Implementation of the JMRI OpenLCB hardware interface.
Provides JMRI's built in scripting support.
The JMRI JSON Services provide access to JMRI via JSON data objects via a
RESTful interface over HTTP or via JSON messages via a socket interface over
TCP or WebSockets.
The JMRI JSON protocol message server.
Contains various utilities classes that are
useful across the entire
JMRI library structure.
This package provides two mechanisms for storing preferences and one
mechanism for storing user interface state within a JMRI profile:
JmriConfigurationProvider
Complex preferences within an XML element provided by the object storing
and retrieving the element.
JmriPreferencesProvider
Simple preferences within a Preferences
construct.
JmriUserInterfaceConfigurationProvider
Complex user interface state within an XML element provided by the object
storing and retrieving the element.
These three classes provide arbitrary read/write access to the
underlying storage, such that writing a users preferences does not require
any part of a JMRI application have knowledge of every object that manages
users preferences.Provides utilities and classes for Zeroconf/Bonjour networking.
-
Uses of InstanceManagerAutoDefault in apps
Classes in apps that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri
Classes in jmri that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassBasic implementation of a BlockManager.classInstance for controlling the issuing of NamedBeanHandles.classclass to look after the collection of TurnoutOperation subclasses Unlike the other xxxManager, this does not inherit from AbstractManager since the resources it deals with are not DCC system resources but rather purely internal state. -
Uses of InstanceManagerAutoDefault in jmri.configurexml
Classes in jmri.configurexml that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassGet class migrations for theConfigXmlManager.final classPreferences for Load and store tables and panel files.final classPreferences for Shutdown used by StoreAndCompare -
Uses of InstanceManagerAutoDefault in jmri.implementation
Classes in jmri.implementation that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassDefault implementation to map Signal aspects or appearances to speed requirements. -
Uses of InstanceManagerAutoDefault in jmri.jmris.simpleserver
Classes in jmri.jmris.simpleserver that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.blockboss
Classes in jmri.jmrit.blockboss that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassTreeModel used by CatalogPane to create a tree of resources.classA file system directory searcher to locate Image files to include in an Image Catalog. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.ctc
Classes in jmri.jmrit.ctc that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassMost times the user does not have the System Console displayed when the CTC system is being started up.classStart the CtcManager and register with the instance and configuration managers. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.dispatcher
Classes in jmri.jmrit.dispatcher that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassDispatcher functionality, working with Sections, Transits and ActiveTrain.classHandles reading and writing of Dispatcher options to disk as an XML file called "dispatcher-options.xml" in the user's preferences area. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.display
Classes in jmri.jmrit.display that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassImplementation of a Manager to handle LayoutBlocks. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.entryexit
Classes in jmri.jmrit.entryexit that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassImplements an Entry Exit based method of setting turnouts, setting up signal logic and allocating blocks through a path based on the Layout Editor. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassBasic Implementation of an OBlockManager.classBasic implementation of a PortalManager.classBasic Implementation of a WarrantManager. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassClass providing the basic logic of the ExpressionManager interface.classClass providing the basic logic of the DigitalExpressionManager interface.classClass providing the basic logic of the ExpressionManager interface. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.logixng.util
Classes in jmri.jmrit.logixng.util that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassThe Dispatcher support in LogixNG provides the ability to start, control, and terminate trains. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.logixng.util.parser
Classes in jmri.jmrit.logixng.util.parser that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.logixng.util.parser.swing
Classes in jmri.jmrit.logixng.util.parser.swing that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassShow a dialog that shows information about the functions for formula -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations
Classes in jmri.jmrit.operations that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.automation
Classes in jmri.jmrit.operations.automation that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.locations
Classes in jmri.jmrit.operations.locations that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManages locations.classLoad and stores locations and schedules for operations. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.locations.divisions
Classes in jmri.jmrit.operations.locations.divisions that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.locations.schedules
Classes in jmri.jmrit.operations.locations.schedules that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.rollingstock
Classes in jmri.jmrit.operations.rollingstock that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassLogs rolling stock movements by writing their locations to a file. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.rollingstock.cars
Classes in jmri.jmrit.operations.rollingstock.cars that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassRepresents the colors that cars can have.classRepresents the lengths that cars can have.classRepresents the loads that cars can have.classManages the cars.classLoads and stores cars using xml files.classRepresents the owner names that cars can have.classRepresents the road names that cars can have.classRepresents the types of cars a railroad can have.classManages Kernels. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.rollingstock.engines
Classes in jmri.jmrit.operations.rollingstock.engines that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManages Consists.classRepresents the lengths that engines can have.classManages the engines.classLoads and stores engines using xml files.classRepresents the types of engines a railroad can have. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.router
Classes in jmri.jmrit.operations.router that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.routes
Classes in jmri.jmrit.operations.routes that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManages the routesclassLoads and stores routes using xml files. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.setup
Classes in jmri.jmrit.operations.setup that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassLoads and stores the operation setup using xml files.classOperations settings. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.setup.backup
Classes in jmri.jmrit.operations.setup.backup that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassSpecific Backup class for backing up and restoring Operations working files to the Automatic Backup Store.classBase class for backing up and restoring Operations working files.classSpecific Backup class for backing up and restoring Operations working files to the Default Backup Store. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.trains
Classes in jmri.jmrit.operations.trains that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassLogs train movements and status to a file.classManages trains.classLoads and stores trains using xml files. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.trains.excel
Classes in jmri.jmrit.operations.trains.excel that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.operations.trains.schedules
Classes in jmri.jmrit.operations.trains.schedules that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrit.revhistory
Classes in jmri.jmrit.revhistory that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassMemo class to remember a file revision history. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassGenerate and cache icons at a given height. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassInterface for allocating and deallocating throttles frames.classA class to store JMRI throttles preferences. -
Uses of InstanceManagerAutoDefault in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.jmrix
Classes in jmri.jmrix that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManager for SystemConnectionMemos. -
Uses of InstanceManagerAutoDefault in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of InstanceManagerAutoDefault in jmri.jmrix.nce.consist
Classes in jmri.jmrix.nce.consist that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassNCE Consist Roster manages and manipulates a roster of consists. -
Uses of InstanceManagerAutoDefault in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassMaintain information about which group(s) contain a node. -
Uses of InstanceManagerAutoDefault in jmri.script
Classes in jmri.script that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassInternal class for the ScriptEngineSelectorfinal classProvide a manager forScriptEngines. -
Uses of InstanceManagerAutoDefault in jmri.server.json
Classes in jmri.server.json that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassThis is an implementation of a JSON server for JMRI.class -
Uses of InstanceManagerAutoDefault in jmri.server.json.message
Classes in jmri.server.json.message that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManager for JSON streaming clients that are subscribing to messages triggered by out-of-channel events. -
Uses of InstanceManagerAutoDefault in jmri.server.json.schema
Classes in jmri.server.json.schema that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassCache for mappingJsonHttpServices to types for getting schemas. -
Uses of InstanceManagerAutoDefault in jmri.server.json.throttle
Classes in jmri.server.json.throttle that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.util
Classes in jmri.util that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionfinal classPreferences for HelpUtilclassPosition a Window relative to a component in another window so as to not obscure a component in that window. -
Uses of InstanceManagerAutoDefault in jmri.util.gui
Classes in jmri.util.gui that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassManage GUI Look and Feel (LAF) preferences. -
Uses of InstanceManagerAutoDefault in jmri.util.prefs
Classes in jmri.util.prefs that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassThis class provides a method to create an action that launches preferences. -
Uses of InstanceManagerAutoDefault in jmri.util.zeroconf
Classes in jmri.util.zeroconf that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassA ZeroConfServiceManager object manages zeroConf network service advertisements. -
Uses of InstanceManagerAutoDefault in jmri.web.server
Classes in jmri.web.server that implement InstanceManagerAutoDefault -
Uses of InstanceManagerAutoDefault in jmri.web.servlet
Classes in jmri.web.servlet that implement InstanceManagerAutoDefaultModifier and TypeClassDescriptionclassUtility methods to reduce code duplication in servlets.