All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
Class |
Description |
AbortConditionalNGExecutionException |
This exception is thrown when the current excection of a ConditionalNG
should be aborted.
|
AboutAction |
|
AboutDialog |
About dialog.
|
AboutHandler |
Handle a trigger to launch the application about dialog from Mac OS X.
|
AboutServlet |
|
AbstractActionModel |
Provide services for invoking actions during configuration and startup.
|
AbstractActionModelFactory |
Provide an abstract StartupModelFactory with common methods for factories
that manipulate models that extend AbstractActionModel .
|
AbstractAnalogAction |
The base class for LogixNG AnalogActions
|
AbstractAnalogActionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractAnalogExpression |
|
AbstractAnalogExpressionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractAnalogIO |
Base implementation of the AnalogIO interface.
|
AbstractAnalogIOManager |
Abstract partial implementation of a AnalogIOManager.
|
AbstractAudio |
Base implementation of the Audio class.
|
AbstractAudioBuffer |
Base implementation of the AudioBuffer class.
|
AbstractAudioFactory |
Abstract implementation of the AudioFactory class.
|
AbstractAudioFrame |
Abstract GUI to edit Audio objects
This file is part of JMRI.
|
AbstractAudioFrame.JPanelSliderf |
A convenience class to create a JPanel for editing a float value using
combined JSlider and JSPinner Swing objects.
|
AbstractAudioFrame.JPanelVector3f |
Convenience class to create a JPanel to edit a Vector3f object using 3
separate JSpinner Swing objects.
|
AbstractAudioListener |
Base implementation of the AudioListener class.
|
AbstractAudioListener.AudioListenerMoveThread |
An internal class used to create a new thread to monitor and maintain
current listener position with respect to velocity.
|
AbstractAudioManager |
Abstract partial implementation of an AudioManager.
|
AbstractAudioManagerConfigXML |
Provides the abstract base and store functionality for configuring
AudioManagers, working with AbstractAudioManagers.
|
AbstractAudioSource |
Base implementation of the AudioSource class.
|
AbstractAudioSource.AudioSourceFadeThread |
An internal class used to create a new thread to monitor and maintain
fade in and fade out levels.
|
AbstractAudioSource.AudioSourceMoveThread |
An internal class used to create a new thread to monitor and maintain
current source position with respect to velocity.
|
AbstractAudioThread |
Base implementation of all common thread code for use by threads in the
various Audio classes.
|
AbstractAutomaton |
Abstract base for user automaton classes, which provide individual bits of
automation.
|
AbstractBase |
The abstract class that is the base class for all LogixNG classes that
implements the Base interface.
|
AbstractBaseManager<E extends NamedBean> |
Abstract partial implementation for the LogixNG action and expression managers.
|
AbstractBoardProgPanel |
Display and modify an Digitrax board configuration.
|
AbstractBooleanActionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractCabSignalManager |
|
AbstractCalculator |
Some helpful implementations and values for Calculators.
|
AbstractCanTrafficController |
Abstract base for TrafficControllers in a CANbus based Message/Reply
protocol.
|
AbstractCatalogTree |
TreeModel used by CatalogPanel to create a tree of resources.
|
AbstractConfigurationProvider |
|
AbstractConnectionConfig |
Abstract base class for common implementation of the ConnectionConfig.
|
AbstractConnectionConfig.Option |
|
AbstractConnectionConfigXml |
Abstract base (and partial implementation) for classes persisting the status
of connections.
|
AbstractConsistManager |
An Abstract Consist Manager on top of which system specific consist managers
can be built.
|
AbstractController |
Abstract for controllers that want to receive or send communications to a
connected wi-fi device.
|
AbstractDCCppSerialConnectionConfig |
Abstract Configuration for a DCC++ Serial Connection.
|
AbstractDCCppSerialConnectionConfigXml |
Abstract base class to Handle XML persistance of layout connections
by persistening an DCC++Serial Adapter (and connections).
|
AbstractDebuggerMaleSocket |
Abstract debugger male socket
|
AbstractDebuggerMaleSocketSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractDebuggerMaleSocketXml |
Handle XML configuration for AbstractDebuggerMaleSocket objects.
|
AbstractDigitalAction |
The base class for LogixNG Actions
|
AbstractDigitalActionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractDigitalBooleanAction |
The base class for LogixNG Boolean Actions
|
AbstractDigitalExpression |
|
AbstractDigitalExpressionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractEditNVPane |
Abstract Node Variable edit Frame for a CBUS module
|
AbstractFemaleSocket |
Abstract female socket.
|
AbstractFileModelFactory |
Provide an abstract StartupModelFactory with common methods for factories
that manipulate models that open files.
|
AbstractFrameAction |
Swing action that defers class loading until invoked.
|
AbstractIdentify |
Abstract base for common code of IdentifyLoco and
IdentifyDecoder , the two classes that use a
programmer to match Roster entries to what's on the programming track.
|
AbstractIdTag |
Abstract implementation of IdTag containing code common to all
concrete implementations.
|
AbstractIdTagReporter |
Extend AbstractReporter for IdTag reporters
|
AbstractInstanceInitializer |
|
AbstractLight |
Abstract class providing partial implementation of the Light interface.
|
AbstractLightManager |
Abstract partial implementation of a LightManager.
|
AbstractLightManagerConfigXML |
Provides the abstract base and store functionality for configuring
LightManagers, working with AbstractLightManagers.
|
AbstractLightServer |
Abstract interface between the a JMRI Light and a network connection
|
AbstractLoaderPane |
Pane for downloading .hex files and .dmf files to those LocoNet devices which
support firmware updates via LocoNet IPL messages.
|
AbstractLogixNGEditor<E extends NamedBean> |
|
AbstractLogixNGEditor.EditorEventListener |
Create a custom listener event.
|
AbstractLogixNGTableAction<E extends NamedBean> |
Swing action to create and register a LogixNG Table.
|
AbstractMaleSocket |
The abstract class that is the base class for all LogixNG classes that
implements the Base interface.
|
AbstractMaleSocketSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractMaleSocketXml |
Handle XML configuration for ActionLightXml objects.
|
AbstractManager<E extends NamedBean> |
Abstract partial implementation for all Manager-type classes.
|
AbstractManagerXml |
Provides the functionality for configuring ActionManagers
|
AbstractMemory |
Base for the Memory interface.
|
AbstractMemoryManager |
Abstract partial implementation of a MemoryManager.
|
AbstractMemoryManagerConfigXML |
Provides the abstract base and store functionality for configuring
MemoryManagers, working with AbstractMemoryManagers.
|
AbstractMessage |
Base for various message implementations used by the
various abstract TrafficController classes.
|
AbstractMeterManager |
Default implementation of a MeterManager.
|
AbstractMeterManagerXml |
Provides the basic load and store functionality for configuring
MeterManagers, working with AbstractMeterManagers.
|
AbstractMonFrame |
Abstract base class for Frames displaying communications monitor information.
|
AbstractMonPane |
Abstract base class for JPanels displaying communications monitor
information.
|
AbstractMRListener |
Interface (perhaps eventually abstract base) for Message/Reply protocol
Listeners
|
AbstractMRMessage |
Abstract base class for messages in a message/reply protocol.
|
AbstractMRNodeTrafficController |
Abstract Traffic Controller base class for those implementations that track a
set of nodes.
|
AbstractMRReply |
Abstract base class for replies in a message/reply protocol.
|
AbstractMRTrafficController |
Abstract base for TrafficControllers in a Message/Reply protocol.
|
AbstractMRTrafficController.RcvNotifier |
Internal class to remember the Reply object and destination listener with
a reply is received.
|
AbstractMRTrafficController.XmtNotifier |
Internal class to remember the Message object and destination listener
when a message is queued for notification.
|
AbstractNamedBean |
Abstract base for the NamedBean interface.
|
AbstractNamedBeanDecorator |
Abstract base for the NamedBean Decorators.
|
AbstractNamedBeanManagerConfigXML |
Provides services for configuring NamedBean manager storage.
|
AbstractNamedTable |
The default implementation of a NamedTable
|
AbstractNetworkConnectionConfig |
Abstract base class for common implementation of the NetworkConnectionConfig.
|
AbstractNetworkConnectionConfigXml |
Abstract base (and partial implementation) for classes persisting the status
of Network port adapters.
|
AbstractNetworkPortController |
Enables basic setup of a network client interface for a jmrix implementation.
|
AbstractNode |
Basic implementation of a node for JMRI protocol support.
|
AbstractOperationsServer |
Abstract interface between the JMRI operations and a network connection
|
AbstractPacketGenFrame |
Frame for user input of XpressNet messages
|
AbstractPanelServlet |
Abstract servlet for using panels in browser.
|
AbstractPortController |
Provide an abstract base for *PortController classes.
|
AbstractPortController.Option |
|
AbstractPortController.Option.Type |
|
AbstractPowerManager<M extends SystemConnectionMemo> |
Base PowerManager implementation for controlling layout power.
|
AbstractPowerServer |
Abstract interface between the JMRI power manager and a network connection
|
AbstractPreferencesManager |
An abstract PreferencesManager that implements some of the boilerplate that
PreferencesManager implementations would otherwise require.
|
AbstractProgrammer |
Common implementations for the Programmer interface.
|
AbstractProgrammerFacade |
Common implementations of the Programmer interface for making Programmer
facade classes.
|
AbstractProgrammerServer |
Abstract interface between the a JMRI Programmer and a network connection
|
AbstractProvidingProxyManager<E extends NamedBean> |
Implementation of a Manager that can serves as a proxy for multiple
system-specific implementations.
|
AbstractProxyManager<E extends NamedBean> |
Implementation of a Manager that can serves as a proxy for multiple
system-specific implementations.
|
AbstractQualifier |
Watches a specific Variable to qualify another object, e.g. another Variable
or a Pane.
|
AbstractRailComReporter |
Extend AbstractReporter for RailCom reporters
|
AbstractReporter |
Abstract base for the Reporter interface.
|
AbstractReporterManager |
Abstract partial implementation of a ReporterManager.
|
AbstractReporterManagerConfigXML |
Provides the abstract base and store functionality for configuring
ReporterManagers, working with AbstractReporterManagers.
|
AbstractReporterServer |
Abstract interface between the a JMRI reporter and a network connection
|
AbstractRosterItemAction |
Base class for Actions to copy, export and import RosterEntry objects.
|
AbstractRouteAddEditFrame |
Base class for Add/Edit frame for the Route Table.
|
AbstractRouteServer |
Abstract interface between the a JMRI route and a network connection
|
AbstractSensor |
Abstract class providing the basic logic of the Sensor interface.
|
AbstractSensorManager |
Abstract base implementation of the SensorManager interface.
|
AbstractSensorManagerConfigXML |
Provides the abstract base and store functionality for configuring
SensorManagers, working with AbstractSensorManagers.
|
AbstractSensorServer |
Abstract interface between the a JMRI sensor and a network connection
|
AbstractSerialConnectionConfig |
Abstract base class for common implementation of the SerialConnectionConfig.
|
AbstractSerialConnectionConfigXml |
Abstract base (and partial implementation) for classes persisting the status
of serial port adapters.
|
AbstractSerialPortController |
Provide an abstract base for *PortController classes.
|
AbstractServerPreferences |
|
AbstractShutDownTask |
Abstract ShutDownTask implementation.
|
AbstractSignalHead |
Abstract class providing the basic logic of the SignalHead interface.
|
AbstractSignalHeadManager |
Abstract partial implementation of a SignalHeadManager.
|
AbstractSignalHeadManagerXml |
Provides the abstract base and store functionality for configuring
SignalHeadManagers, working with AbstractSignalHeadManagers.
|
AbstractSignalHeadServer |
Abstract interface between a JMRI signal head and a network connection
|
AbstractSignalMast |
Abstract class providing the basic logic of the SignalMast interface.
|
AbstractSignalMastServer |
Abstract interface between a JMRI signal mast and a network connection
|
AbstractSimulatorConnectionConfig |
Abstract base class for common implementation of the Simulator
ConnectionConfig.
|
AbstractStartupActionFactory |
Abstract implementation of StartupActionFactory that covers some
boilerplate code for most implementations.
|
AbstractStartupModel |
Abstract startup action model.
|
AbstractStreamConnectionConfig |
Abstract base class for common implementation of the Stream Port
ConnectionConfig
|
AbstractStreamConnectionConfigXml |
Abstract base (and partial implementation) for classes persisting the status
of (non-serial) Stream Port adapters.
|
AbstractStreamPortController |
Provide an abstract implementation of a *StreamPortController for stream
based ports.
|
AbstractStringAction |
The base class for LogixNG AnalogActions
|
AbstractStringActionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractStringExpression |
|
AbstractStringExpressionSwing |
Abstract class for SwingConfiguratorInterface
|
AbstractStringIO |
Base implementation of the StringIO interface.
|
AbstractStringIOManager |
Abstract partial implementation of a StringIOManager.
|
AbstractSwingConfigurator |
Abstract class for SwingConfiguratorInterface
|
AbstractSystemConnectionAction<M extends SystemConnectionMemo> |
Base for AbstractAction s that need to be associated with a specific
connection.
|
AbstractTableAction<E extends NamedBean> |
Swing action to create and register a NamedBeanTable GUI.
|
AbstractTableAction.TableItem<E extends NamedBean> |
|
AbstractTableTabAction<E extends NamedBean> |
|
AbstractTableTabAction.TabbedTableItem<E extends NamedBean> |
|
AbstractThrottle |
An abstract implementation of DccThrottle.
|
AbstractThrottleManager |
Abstract implementation of a ThrottleManager.
|
AbstractThrottleManager.Addresses |
This subClass keeps track of which loco address have been requested and
by whom.
|
AbstractThrottleManager.WaitingThrottle |
|
AbstractThrottleServer |
Abstract interface between the JMRI Throttles and a network connection
|
AbstractThrottleServer.ThrottlePropertyChangeListener |
|
AbstractTimeServer |
Abstract interface between the JMRI (fast) clock and a network connection
|
AbstractTurnout |
Abstract base for the Turnout interface.
|
AbstractTurnoutManager |
Abstract partial implementation of a TurnoutManager.
|
AbstractTurnoutManagerConfigXML |
Provides the abstract base and store functionality for configuring
TurnoutManagers, working with AbstractTurnoutManagers.
|
AbstractTurnoutServer |
Abstract interface between the a JMRI turnout and a network connection
|
AbstractUsbConnectionConfig |
Abstract base class for common implementation of the ConnectionConfig
|
AbstractUsbConnectionConfigXml |
Abstract base (and partial implementation) for classes persisting the status
of (non-serial) USB adapters.
|
AbstractValue |
Define common base class methods for CvValue and VariableValue classes
|
AbstractValue.ValueState |
|
AbstractVariableLight |
Abstract class providing partial implementation of the logic of the Light
interface when the Intensity is variable.
|
AbstractWebServerConfiguration |
|
AbstractWiThrottlePreferences |
|
AbstractWiThrottlePreferences.AbstractWiThrottlePreferencesXml |
|
AbstractXmlAdapter |
Abstract class to provide basic error handling for XmlAdapter
|
AbstractXmlAdapter.EnumIO<T extends java.lang.Enum<T>> |
Base for support of Enum load/store to XML files.
|
AbstractXmlAdapter.EnumIoMapped<T extends java.lang.Enum<T>> |
Support for Enum I/O to XML using explicit mapping.
|
AbstractXmlAdapter.EnumIoNames<T extends java.lang.Enum<T>> |
Support for Enum I/O to XML using the enum's element names.
|
AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>> |
Support for Enum I/O to XML using the enum's element names;
for backward compatibility, it will also accept ordinal
numbers when reading.
|
AbstractXmlAdapter.EnumIoOrdinals<T extends java.lang.Enum<T>> |
Support for Enum I/O to XML using the enum's ordinal numbers in String form.
|
AbstractXNetSerialConnectionConfig |
Abstract Configuration for an XpressNet Serial Connection
|
AbstractXNetSerialConnectionConfigXml |
Abstract base class to Handle XML persistance of layout connections
by persistening an XpressNetSerial Adapter (and connections).
|
AbstractXPressNetAction |
Abstract action to create and register a swing object for XpressNet systems.
|
AccessoryOpsModeProgrammerFacade |
Programmer facade for access to Accessory Decoder Ops Mode programming
|
AccessoryOpsModeProgrammerFacade.ProgState |
|
AcelaAddress |
Utility Class supporting parsing and testing of addresses for Acela.
|
AcelaComponentFactory |
Provide access to Swing components for the Acela subsystem.
|
AcelaConnectionTypeList |
Returns a list of valid CTI Electronics Connection Types
|
AcelaInterface |
Interface to send/receive Acela information.
|
AcelaLight |
AcelaLight.java
|
AcelaLightManager |
Implement LightManager for Acela systems.
|
AcelaLightManagerXml |
Provide load and store functionality for configuring AcelaLightManagers.
|
AcelaListener |
Listener interface to be notified about Acela traffic
|
AcelaMenu |
Create a "Systems" menu containing the Jmri Acela-specific tools
Based on CMRI serial example, modified to establish Acela support.
|
AcelaMessage |
Contains the data payload of an Acela packet.
|
AcelaMonAction |
Swing action to create and register an AcelaMonFrame object
|
AcelaMonFrame |
Frame displaying (and logging) Acela command messages
|
AcelaNode |
Models an Acela node.
|
AcelaPacketGenAction |
Swing action to create and register an AcelaPacketGenFrame object
|
AcelaPacketGenFrame |
Frame for user input of Acela messages
|
AcelaPortController |
Abstract base for classes representing an Acela communications port
|
AcelaReply |
Contains the data payload of an Acela reply packet
|
AcelaSensor |
Extend jmri.AbstractSensor for Acela systems
|
AcelaSensorManager |
Manage the Acela-specific Sensor implementation.
|
AcelaSensorManagerXml |
Provide load and store functionality for configuring SerialSensorManagers.
|
AcelaSignalHead |
Extend jmri.AbstractSignalHead for Acela signals based upon
Grapevine example by Bob Jacobsen.
|
AcelaSignalHeadXml |
Handle XML configuration for AcelaSignalHead objects. based upon example of
Grapevine by Bob Jacobsen
|
AcelaSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
AcelaTrafficController |
Converts Stream-based I/O to/from Acela messages.
|
AcelaTurnout |
Implementation of the Turnout Object for Acela
|
AcelaTurnoutManager |
Implement turnout manager for Acela systems.
|
AcelaTurnoutManagerXml |
Provides load and store functionality for configuring AcelaTurnoutManagers.
|
AcknowledgementPacket |
Packet transmitted as a response when requested by sender of a message and packet.
|
Action |
|
ActionAtomicBoolean |
This action sets the value of an AtomicBoolean.
|
ActionAudio |
This action controls an audio object.
|
ActionAudio.Operation |
|
ActionAudioSwing |
Configures an ActionAudio object with a Swing JPanel.
|
ActionAudioXml |
Handle XML configuration for ActionAudioXml objects.
|
ActionBlock |
This action triggers a block.
|
ActionBlock.DirectOperation |
|
ActionBlockSwing |
Configures an ActionBlock object with a Swing JPanel.
|
ActionBlockXml |
Handle XML configuration for Block objects.
|
ActionClearSlots |
Sets all engine slots to status common
|
ActionClearSlotsSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
ActionClearSlotsXml |
Handle XML configuration for ExpressionSlotUsage objects.
|
ActionClock |
This action provides the ability to set the fast clock time and start and stop the fast clock.
|
ActionClock.ClockState |
|
ActionClockRate |
This action provides the ability to set the fast clock speed.
|
ActionClockRate.ClockState |
|
ActionClockRateSwing |
Configures an ActionClockRate object with a Swing JPanel.
|
ActionClockRateXml |
Handle XML configuration for ActionClockRate objects.
|
ActionClockSwing |
Configures an ActionClock object with a Swing JPanel.
|
ActionClockXml |
Handle XML configuration for ActionClock objects.
|
ActionCodes |
Action codes for automation
|
ActionCreateBeansFromTable |
This action listens on some beans and runs the ConditionalNG on property change.
|
ActionCreateBeansFromTableSwing |
Configures an ActionCreateBeansFromTable object with a Swing JPanel.
|
ActionCreateBeansFromTableXml |
Handle XML configuration for ActionCreateBeansFromTable objects.
|
ActionDispatcher |
This action triggers a Dispather ActiveTrain.
|
ActionDispatcher.DirectOperation |
|
ActionDispatcherSwing |
Configures an ActionDispatcher object with a Swing JPanel.
|
ActionDispatcherXml |
Handle XML configuration for ActionDispatcher objects.
|
ActionEntryExit |
This action triggers a entryExit.
|
ActionEntryExit.Operation |
|
ActionEntryExitSwing |
Configures an EntryExit object with a Swing JPanel.
|
ActionEntryExitXml |
Handle XML configuration for EntryExit objects.
|
ActionFactory |
The factory for LogixNG Display classes.
|
ActionFactory |
The factory for LogixNG LocoNet classes.
|
ActionFactory |
The factory for LogixNG MQTT classes.
|
ActionFindTableRowOrColumn |
This action finds a table row or column.
|
ActionFindTableRowOrColumnSwing |
Configures an ActionFindTableRowOrColumn object with a Swing JPanel.
|
ActionFindTableRowOrColumnXml |
Handle XML configuration for ActionFindTableRowOrColumn objects.
|
ActionLayoutTurnout |
This action controls various things of a LayoutTurnout on a LayoutEditor panel.
|
ActionLayoutTurnout.Operation |
|
ActionLayoutTurnoutSwing |
Configures an ActionLayoutTurnout object with a Swing JPanel.
|
ActionLayoutTurnoutXml |
Handle XML configuration for ActionLayoutTurnout objects.
|
ActionLight |
This action sets the state of a light.
|
ActionLight.LightState |
|
ActionLightIntensity |
Runs an engine.
|
ActionLightIntensitySwing |
Configures an ActionLightIntensity object with a Swing JPanel.
|
ActionLightIntensityXml |
Handle XML configuration for ActionLightXml objects.
|
ActionLightSwing |
Configures an ActionLight object with a Swing JPanel.
|
ActionLightXml |
Handle XML configuration for ActionLightXml objects.
|
ActionListenOnBeans |
This action listens on some beans and runs the ConditionalNG on property change.
|
ActionListenOnBeans.NamedBeanReference |
|
ActionListenOnBeansLocalVariable |
This action listens on some beans and runs the ConditionalNG on property change.
|
ActionListenOnBeansLocalVariableSwing |
Configures an ActionListenOnBeansLocalVariable object with a Swing JPanel.
|
ActionListenOnBeansLocalVariableXml |
Handle XML configuration for ActionListenOnBeansLocalVariable objects.
|
ActionListenOnBeansSwing |
Configures an ActionListenOnBeans object with a Swing JPanel.
|
ActionListenOnBeansTable |
This action listens on some beans and runs the ConditionalNG on property change.
|
ActionListenOnBeansTableSwing |
Configures an ActionListenOnBeansTable object with a Swing JPanel.
|
ActionListenOnBeansTableXml |
Handle XML configuration for ActionListenOnBeansTable objects.
|
ActionListenOnBeansXml |
Handle XML configuration for ActionLightXml objects.
|
ActionLocalVariable |
This action sets the value of a local variable.
|
ActionLocalVariable.VariableOperation |
|
ActionLocalVariableSwing |
Configures an ActionLocalVariable object with a Swing JPanel.
|
ActionLocalVariableXml |
Handle XML configuration for ActionLocalVariable objects.
|
ActionMemory |
This action sets the value of a memory.
|
ActionMemory.MemoryOperation |
|
ActionMemorySwing |
Configures an ActionMemory object with a Swing JPanel.
|
ActionMemoryXml |
Handle XML configuration for ActionMemory objects.
|
ActionOBlock |
This action triggers an OBlock.
|
ActionOBlock.DirectOperation |
|
ActionOBlockSwing |
Configures an ActionOBlock object with a Swing JPanel.
|
ActionOBlockXml |
Handle XML configuration for OBlock objects.
|
ActionPositionable |
This action controls various things of a Positionable on a panel.
|
ActionPositionable.Operation |
|
ActionPositionableByClass |
This action controls various things of Positionables with a particular
class name on a panel.
|
ActionPositionableByClass.Operation |
|
ActionPositionableByClassSwing |
Configures an ActionPositionableByClass object with a Swing JPanel.
|
ActionPositionableByClassXml |
Handle XML configuration for ActionPositionableByClass objects.
|
ActionPositionableSwing |
Configures an ActionPositionable object with a Swing JPanel.
|
ActionPositionableXml |
Handle XML configuration for ActionPositionable objects.
|
ActionPower |
This action turns power on or off.
|
ActionPower.PowerState |
|
ActionPowerSwing |
Configures an ActionPower object with a Swing JPanel.
|
ActionPowerXml |
Handle XML configuration for ActionPower objects.
|
ActionReporter |
This action triggers a reporter.
|
ActionReporter.ReporterValue |
|
ActionReporterSwing |
Configures an ActionReporter object with a Swing JPanel.
|
ActionReporterXml |
Handle XML configuration for Reporter objects.
|
ActionRequestUpdateAllSensors |
Sets all engine slots to status common
|
ActionRequestUpdateAllSensorsSwing |
Configures an ActionRequestUpdateAllSensors object with a Swing JPanel.
|
ActionRequestUpdateAllSensorsXml |
Handle XML configuration for ActionRequestUpdateAllSensors objects.
|
ActionScript |
Executes a script.
|
ActionScript.OperationType |
|
ActionScriptSwing |
Configures an ActionScript object with a Swing JPanel.
|
ActionScriptXml |
Handle XML configuration for ActionScript objects.
|
ActionSensor |
This action sets the state of a sensor.
|
ActionSensor.SensorState |
|
ActionSensorSwing |
Configures an ActionSensor object with a Swing JPanel.
|
ActionSensorXml |
Handle XML configuration for ActionLightXml objects.
|
ActionShutDownTask |
Executes a digital action delayed.
|
ActionShutDownTaskSwing |
Configures an ActionShutDownTask object with a Swing JPanel.
|
ActionShutDownTaskXml |
Handle XML configuration for ActionShutDownTask objects.
|
ActionSignalHead |
Evaluates the state of a SignalHead.
|
ActionSignalHead.OperationType |
|
ActionSignalHeadSwing |
Configures an ActionSignalHead object with a Swing JPanel.
|
ActionSignalHeadXml |
Handle XML configuration for ActionSignalHeadXml objects.
|
ActionSignalMast |
Evaluates the state of a SignalMast.
|
ActionSignalMast.OperationType |
|
ActionSignalMastSwing |
Configures an ActionSignalMast object with a Swing JPanel.
|
ActionSignalMastXml |
Handle XML configuration for ActionSignalMastXml objects.
|
ActionSimpleScriptXml |
Handle XML configuration for ActionScript objects.
|
ActionSound |
Plays a sound.
|
ActionSound.Operation |
|
ActionSoundSwing |
Configures an ActionSound object with a Swing JPanel.
|
ActionSoundXml |
Handle XML configuration for ActionSound objects.
|
ActionThrottle |
Runs an engine.
|
ActionThrottleSwing |
Configures an ActionThrottle object with a Swing JPanel.
|
ActionThrottleXml |
Handle XML configuration for ActionLightXml objects.
|
ActionTimer |
Executes an action after some time.
|
ActionTimer.ActionData |
|
ActionTimerSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
ActionTimerXml |
Handle XML configuration for ActionLightXml objects.
|
ActionTurnout |
This action sets the state of a turnout.
|
ActionTurnout.TurnoutState |
|
ActionTurnoutLock |
This action sets the lock of a turnout.
|
ActionTurnoutLock.TurnoutLock |
|
ActionTurnoutLockSwing |
Configures an ActionTurnoutLock object with a Swing JPanel.
|
ActionTurnoutLockXml |
Handle XML configuration for ActionLightXml objects.
|
ActionTurnoutSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
ActionTurnoutXml |
Handle XML configuration for ActionLightXml objects.
|
ActionUpdateSlots |
Request an update of the LocoNet slots
|
ActionUpdateSlotsSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
ActionUpdateSlotsXml |
Handle XML configuration for ExpressionSlotUsage objects.
|
ActionWarrant |
This action triggers a warrant.
|
ActionWarrant.ControlAutoTrain |
|
ActionWarrant.DirectOperation |
|
ActionWarrantSwing |
Configures an ActionWarrant object with a Swing JPanel.
|
ActionWarrantXml |
Handle XML configuration for Warrant objects.
|
ActivateTrainFrame |
Displays the Activate New Train dialog and processes information entered
there.
|
ActivateTrainScheduleAction |
|
ActiveSystemsMenu |
Create a "Systems" menu containing as submenus the JMRI system-specific menus
for available systems.
|
ActiveTrain |
This class holds information and options for an ActiveTrain, that is a train
that has been linked to a Transit and activated for transit around the
layout.
|
AddEditSingleLightControlFrame |
Frame to add or edit a single Light Control.
|
AddEntryExitPairAction |
Swing action to create and register the Add Entry Exit Pair.
|
AddEntryExitPairFrame |
Create frame for an Add Entry Exit.
|
AddEntryExitPairPanel |
JPanel to create a new EntryExitPair.
|
AddEntryExitPairPanel.ValidPoints |
|
AddNewBeanPanel |
JPanel to create a new JMRI device (used to add Memory, Block, OBlock (UI _tabbed)).
|
AddNewDevicePanel |
JPanel to create a new JMRI device (used to add IdTag).
|
AddNewHardwareDevicePanel |
JPanel to create a new hardware-backed NamedBean.
|
AddNodeFrame |
Frame for Adding new Nodes
|
AddProfileDialog |
|
AddressedHighCvProgrammerFacade |
Programmer facade, at this point just an example.
|
AddressedHighCvProgrammerFacade.ProgState |
|
AddressedIdTag |
This interface extends IdTag to include a locomotive address.
|
AddressedProgrammer |
Provide access to the hardware DCC decoder programming capability.
|
AddressedProgrammerManager |
|
AddressListener |
Interface for classes that wish to get notification that a new decoder
address has been selected.
|
AddressPanel |
A JInternalFrame that provides a way for the user to enter a decoder address.
|
AddRosterEntryToEcos |
Add a Roster Entry to the Ecos
|
AddSignalMastJFrame |
JFrame to create a new SignalMast
|
AddSignalMastPanel |
JPanel to create a new Signal Mast.
|
AffineEntryPanel |
Panel for entry and modifiation of an Affine Transform.
|
AlarmPacket |
An alarm packet that can be sent by any party when something goes wrong
which is not covered by an Acknowledgement Packet (or one wasn't requested).
|
Algorithms |
Provide central access to the RPS algorithms.
|
AlignmentPanel |
Gather RPS Readings and use them to align the detector.
|
AlignmentPanelAction |
Swing action to create and register an RpsTrackingFrame object.
|
AlignTableAction |
Swing action to create and register a AlignTableFrame object.
|
AlignTableFrame |
Frame for user configuration of RPS alignment.
|
AlignTablePane |
Pane for user management of RPS alignment.
|
AllocatedSection |
This class holds information and options for an AllocatedSection, a Section
that is currently allocated to an ActiveTrain.
|
AllocationPlan |
Handle planning information for AutoAllocate
|
AllocationRequest |
This class holds information and options for an AllocationRequestt.
|
Alm |
ALM Message Helper.
|
Almi |
Provides displayable interpretation of various ALM messages.
|
Almir |
ALM Interpretation for Routes
|
AlmMsgTypes |
An enumeration to assist with ALM message handling.
|
AlphanumComparator |
This is an updated version with enhancements made by Daniel Migowski, Andre
Bogus, and David Koelle
|
AlternateTrackAction |
Action to launch selection of alternate track.
|
AlternateTrackFrame |
Frame that allows user to select alternate track and options.
|
AnalogAction |
A LogixNG analog action.
|
AnalogActionBean |
A LogixNG analog action bean.
|
AnalogActionFactory |
Factory class for AnalogAction classes.
|
AnalogActionLightIntensity |
Sets the light intensity.
|
AnalogActionLightIntensitySwing |
Configures an AnalogActionLightIntensity object with a Swing JPanel.
|
AnalogActionLightIntensityXml |
Handle XML configuration for AnalogActionLightIntensity objects.
|
AnalogActionManager |
Manager for AnalogActionBean
|
AnalogActionMemory |
Sets a Memory.
|
AnalogActionMemorySwing |
Configures an ActionMemory object with a Swing JPanel.
|
AnalogActionMemoryXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogClock2Display |
An Analog Clock for displaying in a panel.
|
AnalogClock2DisplayXml |
Handle configuration for display.AnalogClock2Display objects.
|
AnalogClockAction |
Swing action to create and register a AnalogClockFrame object.
|
AnalogClockFrame |
Creates a JFrame containing an analog clockface and hands.
|
AnalogClockStartupActionFactory |
Factory for analog clock startup actions.
|
AnalogExpression |
Analog expression is used in LogixNG to answer a question that can give
an analog value as result.
|
AnalogExpressionAnalogIO |
Reads a AnalogIO.
|
AnalogExpressionAnalogIOSwing |
Configures an AnalogExpressionAnalogIO object with a Swing JPanel.
|
AnalogExpressionAnalogIOXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogExpressionBean |
AnalogExpressionBean is a AnalogExpression that also implements NamedBean.
|
AnalogExpressionConstant |
Constant value.
|
AnalogExpressionConstantSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
AnalogExpressionConstantXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogExpressionFactory |
Factory class for AnalogExpressionBean classes.
|
AnalogExpressionLocalVariable |
Reads a local variable.
|
AnalogExpressionLocalVariableSwing |
Configures an AnalogExpressionLocalVariable object with a Swing JPanel.
|
AnalogExpressionLocalVariableXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogExpressionManager |
Manager for Expression
|
AnalogExpressionMemory |
Reads a Memory.
|
AnalogExpressionMemorySwing |
Configures an AnalogExpressionMemory object with a Swing JPanel.
|
AnalogExpressionMemoryXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogFactory |
The factory for AnalogAction classes.
|
AnalogFactory |
The factory for DigitalAction classes.
|
AnalogFormula |
Evaluates to True if the formula evaluates to true
|
AnalogFormula.ExpressionEntry |
|
AnalogFormula.SocketData |
|
AnalogFormulaSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
AnalogFormulaXml |
Handle XML configuration for ActionLightXml objects.
|
AnalogIO |
Represent an analog I/O on the layout.
|
AnalogIO.AbsoluteOrRelative |
Is the value an absolute value or a relative value?
|
AnalogIOManager |
Interface for obtaining AnalogIOs.
|
AnalogMany |
Execute many Actions in a specific order.
|
AnalogManySwing |
Configures an ActionTurnout object with a Swing JPanel.
|
AnalogManyXml |
Handle XML configuration for ActionLightXml objects.
|
Analytic_AAlgorithm |
Implementation of RPS location-finding using GPS equations from Sam Storm van
Leeuwen <samsvl@nlr.nl>, ported to Java by Norris Weimer
<norris.weimer@ualberta.ca>, and ported to JMRI/RPS by Bob
Jacobsen.
|
Analytic_AAlgorithm.RetVal |
Internal class to handle return value.
|
And |
Evaluates to True if all of the children expressions evaluate to true.
|
And.Type |
|
AndSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
AndXml |
Handle XML configuration for ActionLightXml objects.
|
AngularRoute |
|
AnonymousTable |
Represent an anonymous table.
|
Antecedent |
Evaluates to True if the antecedent evaluates to true
|
Antecedent.DataPair |
|
Antecedent.ExpressionEntry |
|
AntecedentSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
AntecedentXml |
Handle XML configuration for ActionLightXml objects.
|
AnymaDMX_ConnectionConfig |
Definition of objects to handle configuring an Anyma DMX layout connection
via a AnymaDMX_UsbPortAdapter object.
|
AnymaDMX_ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
AnymaDMX_UsbPortAdapter.
|
AnymaDMX_ConnectionTypeList |
Returns a list of valid Anyma DMX Connection Types
|
AnymaDMX_SystemConnectionMemo |
Minimal SystemConnectionMemo for anyma dmx systems.
|
AnymaDMX_TrafficController |
Traffic controller for Anyma DMX.
|
AnymaDMX_UsbLight |
AnymaDMX_UsbLight.java
|
AnymaDMX_UsbPortAdapter |
Provides an Adapter to allow the system connection memo and multiple
AnymaDMX_ managers to be handled.
|
AppConfigBase |
Basic configuration infrastructure, to be used by specific GUI
implementations
|
Appearance |
An appearance
|
Application |
Wrapper for Apple provided extensions to Java that allow Java apps to feel
more "Mac-like" on Mac OS X.
|
Application |
A lightweight class that provides a methods to retrieve the current JMRI
application name and icon.
|
ApplicationDataPacket |
Packet to send just about anything.
|
ApplyTrainScheduleAction |
|
Apps |
Base class for JMRI applications.
|
Apps3 |
Base class for GUI3 JMRI applications.
|
AppsBase |
Base class for the core of JMRI applications.
|
AppsConfigurationManager |
|
AppsLaunchFrame |
Base class for main frame (window) of traditional-style JMRI applications
|
AppsLaunchPane |
Base class for pane filling main frame (window) of traditional-style JMRI
applications
|
AppsMainMenu |
Create the main menu for PanelPro and related apps.
|
AppsPreferencesActionFactory |
|
AppsStartupActionFactory |
Startup action factory for application actions.
|
ArbitraryBean |
Generic implementation of BeanInterface with a complete
implementation of PropertyChangeSupport and support for
arbitrary properties defined at runtime.
|
ArbitraryPropertySupport |
Provide support for converging the Arbitrary* classes with the non-arbitrary
versions of those classes so that the Arbitrary* version can extend the
non-arbitrary class.
|
ArithmeticQualifier |
Mechanism to qualify on the value of a number.
|
ArithmeticQualifier.Test |
|
ArrayUtil |
Useful array methods.
|
Ash1_0Algorithm |
Implementation of 1st algorithm for reducing Readings
|
Ash1_0Algorithm.RetVal |
Internal class to handle return value.
|
Ash1_1Algorithm |
Implementation of version 1.1 algorithm for reducing Readings
|
Ash1_1Algorithm.RetVal |
Internal class to handle return value.
|
Ash2_0Algorithm |
Implementation of 2nd algorithm for reducing Readings
|
Ash2_0Algorithm.RetVal |
Internal class to handle return value.
|
Ash2_1Algorithm |
Implementation of 2.1th algorithm for reducing Readings
|
Ash2_1Algorithm.RetVal |
Internal class to handle return value.
|
Ash2_2Algorithm |
Implementation of 2.1th algorithm for reducing Readings
|
Ash2_2Algorithm.RetVal |
Internal class to handle return value.
|
Aspect |
An aspect
|
AspectMapping |
An aspect mapping
|
AssignmentTableModel |
Table model for the pin assignment table.
|
AssociateFrame |
The frame to hold an AssociateTag panel
|
AssociateTag |
A panel to associate an RFID tag with a car
|
ASTaddress |
|
ASTattributelist |
|
ASTattributename |
|
ASTbus |
|
ASTbus |
|
ASTcheck |
|
ASTcommand |
|
ASTcommand |
|
ASTcommandresponse |
|
ASTconnectionlitteral |
|
ASTconnectionmode |
|
ASTcv |
|
ASTcvbit |
|
ASTcvno |
|
ASTdelay |
|
ASTdescription |
|
ASTdescription |
|
ASTdevicegroup |
|
ASTdevicegroup |
|
ASTdrivemode |
|
ASTerror |
|
ASTfb |
|
ASTfb |
|
ASTfunctionmode |
|
ASTga |
|
ASTga |
|
ASTget |
|
ASTgl |
|
ASTgl |
|
ASTgo |
|
ASThandshake_set |
|
ASThandshakecommand |
|
ASThandshakeresponse |
|
ASTinfo |
|
ASTinforesponse |
|
ASTinit |
|
ASTlight |
|
ASTlightcmd |
|
ASTlightdevice |
|
ASTlocations |
|
ASTlock |
|
ASTlock |
|
ASTnonzeroaddress |
|
ASTnonzeroaddress |
|
ASTok |
|
ASTonoff |
|
ASTonoff |
|
ASTonoff |
|
ASToperations |
|
ASToperationscmd |
|
ASTport |
|
ASTport |
|
ASTpower |
|
ASTpower |
|
ASTpower |
|
ASTpowercmd |
|
ASTprogmode |
|
ASTprotocol |
|
ASTprotocollitteral |
|
ASTreg |
|
ASTreporter |
|
ASTreportercmd |
|
ASTreporterdevice |
|
ASTreset |
|
ASTsensor |
|
ASTsensorcmd |
|
ASTsensordevice |
|
ASTserver |
|
ASTserver |
|
ASTserviceversion |
|
ASTserviceversion |
|
ASTsession |
|
ASTsession |
|
ASTset |
|
ASTsm |
|
ASTsm |
|
ASTterm |
|
ASTterminate |
|
ASTthrownclosed |
|
ASTtime |
|
ASTtime |
|
ASTtimeout |
|
ASTtimestamp |
|
ASTtraincmd |
|
ASTtrains |
|
ASTturnout |
|
ASTturnoutcmd |
|
ASTturnoutdevice |
|
ASTvalue |
|
ASTvalue |
|
ASTverify |
|
ASTwait_cmd |
|
ASTzeroaddress |
|
ASTzeroaddress |
|
ASTzeroone |
|
AttributeTableModel |
Table data model for display of Roster attribute values.
|
Audio |
Represent an Audio, a place to store or control sound information.
|
AudioBuffer |
Represent an AudioBuffer, a place to store or control sound information.
|
AudioBufferFrame |
Defines a GUI to edit AudioBuffer objects.
|
AudioCommand |
Represents a queued command for later processing in the AudioController
thread.
|
AudioCommandThread |
Represents a thread for processing commands contained within AudioCommand
objects.
|
AudioException |
Specific Exception class used by Audio objects.
|
AudioFactory |
An AudioFactory is responsible for the initialisation of specific audio
system implementations, creation of audio system specific Audio objects and
any necessary clean-up operations required by a specific audio system
implementation.
|
AudioListener |
Represent an AudioListener, a place to store or control sound information.
|
AudioListenerFrame |
Define a GUI to edit AudioListener objects
This file is part of JMRI.
|
AudioManager |
Locate an Audio object representing some specific audio information.
|
AudioSource |
Represent an AudioSource, a place to store or control sound information.
|
AudioSourceFrame |
Defines a GUI for editing AudioSource objects.
|
AudioTableAction |
Swing action to create and register an AudioTable GUI.
|
AudioTableFrame |
This file is part of JMRI.
|
AudioTablePanel |
This file is part of JMRI.
|
AudioThread |
Interface defining public methods and variables used in AudioThread classes
This file is part of JMRI.
|
AudioUtil |
Utility class for doing "VSD-special" things with the JMRI Audio classes.
|
Author |
An author
|
AutoActiveTrain |
This class holds information and options for an ActiveTrain when it is
running in AUTOMATIC mode.
|
AutoAllocate |
Handles automatic allocation of Sections for Dispatcher
|
AutoBackup |
Specific Backup class for backing up and restoring Operations working files
to the Automatic Backup Store.
|
Automation |
Automation for operations
|
AutomationCopyAction |
Action to reset an automation
|
AutomationCopyFrame |
Frame for making a new copy of a automation.
|
AutomationItem |
Represents one automation item of a automation
|
AutomationManager |
Manages automations.
|
AutomationResetAction |
Action to reset an automation
|
AutomationResumeAction |
Action to resume all automations
|
AutomationsTableFrame |
Frame for adding and editing the automation roster for operations.
|
AutomationsTableFrameAction |
Swing action create a AutomationsTableFrame.
|
AutomationsTableModel |
Table model allowing the edit and status of an automation used by operations.
|
AutomationStartupAction |
Action to resume all automations
|
AutomationStartupFrame |
Frame for user selection of a startup automation
|
AutomationTableFrame |
Frame for user edit of a automation
|
AutomationTableModel |
Table Model for edit of a automation used by operations
|
AutomatSummary |
A singlet providing access to information about existing Automat instances.
|
AutomatTableAction |
Swing action to create and register a AutomatTable GUI
|
AutomatTableDataModel |
Table data model for display of Automat instances.
|
AutomatTableFrame |
Frame providing a table of Automat instances
|
AutomatTableStartupActionFactory |
|
AutoSave |
Auto Save.
|
AutoSpeedAction |
Action to start the an "Auto Speed Configurer" by creating a frame to select
loco, etc.
|
AutoTrainAction |
This class sets up and executes TransitSectionAction's specified for Sections
traversed by one automatically running train.
|
AutoTrainsFrame |
AutoTrainsFrame provides a user interface to trains that are running
automatically under Dispatcher.
|
AutoTurnouts |
Handles automatic checking and setting of turnouts when Dispatcher allocates
a Section in a specific direction.
|
AuxiliaryConfiguration |
JMRI local copy of the NetBeans Platform
org.netbeans.spi.project.AuxiliaryConfiguration.
|
AuxiliaryProperties |
JMRI local copy of the NetBeans Platform
org.netbeans.spi.project.AuxiliaryProperties.
|
AwtWindowProperties |
Use the JMRI UserPreferencesManager to store the size and location for
the Editor windows.
|
BackgroundItemPanel |
JPanels for the Panel Backgrounds.
|
BackgroundPanel |
A panel to be used as background for JMRI throttle frames
|
BackupBase |
Base class for backing up and restoring Operations working files.
|
BackupDialog |
|
BackupFilesAction |
Swing action to backup operation files to a directory selected by the user.
|
BackupSet |
Represents the set of Operations files that is considered a "Backup" of the
current Operations files.
|
Base |
The base interface for LogixNG expressions and actions.
|
Base.PrintTreeSettings |
|
Base.RunnableWithBase |
|
Base.RunnableWithBaseThrowException |
|
BaseManager<E extends NamedBean> |
Base interface for the LogixNG action and expression managers.
|
BasePanel |
Refactored common routines and data for the GUI panels in this package.
|
BasicCellEditor |
|
BasicRosterEntry |
BasicRosterEntry represents a single element in a locomotive roster, including
information on how to locate it from decoder information.
|
BDL16Panel |
Panel displaying and programming a BDL16x configuration.
|
Bean |
Generic implementation of BeanInterface with a complete
implementation of PropertyChangeSupport .
|
BeanEditAction<B extends NamedBean> |
Provides the basic information and structure for for a editing the details of
a bean object.
|
BeanEditItem |
Hold the information for each bean panel in a structured manner.
|
BeanInterface |
Simple interface for basic methods that implement JMRI Bean handling methods.
|
BeanItemPanel |
Hold the information for each bean panel in a structured manner.
|
BeanSelectCreatePanel<E extends NamedBean> |
|
BeanSelectPanel<E extends NamedBean> |
Create a JPanel containing a NamedBeanComboBox.
|
BeanSetting |
Represent a NamedBean (such as a Turnout) and specific desired setting for
it.
|
BeanSwitch |
Class for a switchboard interface object.
|
BeanSwitchXml |
Handle configuration for display.switchboard.BeanSwitch objects.
|
BeanTableDataModel<T extends NamedBean> |
Abstract Table data model for display of NamedBean manager contents.
|
BeanTableDataModel.DateRenderer |
|
BeanTableDataModel.HeaderActionListener |
Listener class which processes Column Menu button clicks.
|
BeanTableFrame<E extends NamedBean> |
Provide a JFrame to display a table of NamedBeans.
|
BeanTableModel |
Abstract base for simple bean tables for insertion in other GUI elements
|
BeanTablePane<E extends NamedBean> |
Provide a JPanel to display a table of NamedBeans.
|
BeanTableStartupActionFactory |
Factory for BeanTable startup actions.
|
BeanUtil |
JMRI-specific tools for the introspection of JavaBean properties.
|
Bell |
Interface defining operations for a CTC machine bell.
|
Block |
Represents a particular piece of track, more informally a "Block".
|
BlockBossAction |
Swing action to create and show a "Simple Signal Logic" GUI panel.
|
BlockBossFrame |
Provide a GUI for configuring "Simple Signal Logic" (BlockBossLogic) objects.
|
BlockBossLogic |
Drives the "simple signal" logic for one signal.
|
BlockBossLogicProvider |
|
BlockBossLogicProviderXml |
Handle XML persistance of Simple Signal Logic objects.
|
BlockBossLogicXml |
Handle XML persistance of Simple Signal Logic objects.
|
BlockBossStartupActionFactory |
Factory for block boss startup actions.
|
BlockContentsIcon |
An icon to display the value contained within a Block.
|
BlockContentsIcon |
An icon to display a status of a Block Object.
|
BlockContentsIconXml |
Handle configuration for display.BlockContentsIcon objects.
|
BlockContentsIconXml |
Handle configuration for display.layoutEditor.BlockContentsIcon objects.
|
BlockCurvatureJComboBox |
JComboBox to display / select block curvature.
|
BlockEditAction |
Provides an edit panel for a Block object.
|
BlockManager |
Basic implementation of a BlockManager.
|
BlockManagerXml |
Persistency implementation for BlockManager persistence.
|
BlockOrder |
A BlockOrder is a row in the route of the warrant.
|
BlockPathEditFrame |
Defines a GUI for editing OBlock - OPath objects in the _tabbed OBlock Table interface.
|
BlockPathTableModel |
GUI to define the OPaths within an OBlock.
|
BlockPortalTableModel |
GUI to define Portal-Block-Portal combos for OBlocks.
|
BlockSpeedInfo |
This class holds speed data for a block of a warrant's route.
|
BlockTableAction |
Swing action to create and register a BlockTable GUI.
|
BlockTableDataModel |
Data model for a Block Table.
|
BlockTableDataModel.ImageIconRenderer |
Visualize state in table as a graphic, customized for Blocks (2
states).
|
BlockValueFile |
Handle saving/restoring block value information to XML files.
|
BlockWhereUsed |
Find Block references.
|
BoardListPanel |
Frame for Signal Mast Add / Edit Panel
|
BoardListPanel.Default |
Nested class to create one of these using old-style defaults
|
BooleanPropertyDescriptor |
Implementation of NamedBeanPropertyDescriptor for true/false properties.
|
BoolTrigger |
Boolean trigger.
|
BoosterProgPanel |
Panel for configuring an NCE booster.
|
BranchTo |
Implement the BRANCH_TO macro from the Digitrax sound definition language
|
BranchToEditor |
Editor panel for the BRANCH_TO macro from the Digitrax sound definition
language
|
Break |
Returns from a Module or a ConditionalNG.
|
BreakException |
This exception is thrown by the Break action.
|
BreakSwing |
Configures an Break object with a Swing JPanel.
|
BreakXml |
Handle XML configuration for Break objects.
|
BugReport |
|
BuildFailedException |
Build failed exception.
|
BuildReportOptionAction |
Swing action to load the print options.
|
BuildReportOptionFrame |
Frame for user edit of the build report options
|
BuildReportOptionPanel |
Frame for user edit of the build report options
|
BuildTrainAction |
|
BuildTrainIfSelectedAction |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
Provides standard access for resource bundles in a package.
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
Bundle |
|
BusyDialog |
Creates a simple "indeterminate" busy spinner dialog...
|
BusyGlassPane |
Used to intercept inputs and to display a busy cursor during reads and
writes.
|
BusyGlassPane.CBListener |
Listen for all events that our components are likely to be interested in.
|
ButtonEditor |
Make a JButton in a table cell function.
|
ButtonGroupColorChooserPanel |
Abstract Color Chooser extension that presents the JMRI preset colors in
as a Radio Button list with proper internationalization.
|
ButtonRenderer |
|
ButtonSwatchColorChooserPanel |
Abstract Color Chooser extension that presents a swatch sample of the color
and a button to set the color.
|
ButtonTrigger |
Button trigger.
|
ButtonTrigger.ButtonAction |
|
CabSignal |
Interface for a Cab Signal Object, describing the state of the track ahead
relative to a locomotive with a given address.
|
CabSignalAction |
Swing action to create and register a CabSignalPanel object.
|
CabSignalListListener |
Allow notification of changes to the cab signal list.
|
CabSignalManager |
Interface for CabSignal Manager objects, which provide access to the existing
CabSignals and allows for creation and destruction.
|
CabSignalPane |
Pane for sending Cab Signal data via block lookup
|
CabSignalTableModel |
Table data model for display of Cab Signaling information.
|
CalculateException |
Exception thrown when the calculation failed.
|
Calculator |
Describes a specific method of calculating a measurement.
|
CallModuleParameterTableModel |
Table model for CallModule parameters
|
CallModuleParameterTableModel.InitialValueCellEditor |
|
CallModuleParameterTableModel.ReturnValueCellEditor |
|
CallModuleParameterTableModel.TypeCellRenderer |
|
CallOn |
|
CallOnData |
This describes a single line of Call On data.
|
CallOnEntry |
|
Canacc8EditNVPane |
Node Variable edit frame for a MERG CANACC8 CBUS module
|
Canacc8PaneProvider |
Returns configuration objects for a MERG CANACC8
|
CanCmdEditNVPane |
Node Variable edit frame for a MERG CANACC8 CBUS module
|
CanCmdPaneProvider |
Returns configuration objects for a SPROG DCC SPROG 3 Plus
|
CanComponentFactory |
Provide access to Swing components for the LocoNet subsystem.
|
CanConfigurationManager |
Does configuration for CAN communications implementations.
|
CanConnectionTypeList |
Return a list of valid lenz XpressNet Connection Types.
|
CanConstants |
Constants to represent CAN protocols and adapters
|
CanFrame |
Base interface for immutable messages in a CANbus based message/reply protocol.
|
CanInterface |
Define interface for sending and receiving CAN messages
|
CanisbConnectionConfig |
Definition of objects to handle configuring a layout connection via a SPROG
Generation 5 SerialDriverAdapter object.
|
CanisbConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
CanisbEditNVPane |
Node Variable edit frame for a SPROG DCC CANSERVOIO module
|
CanisbPaneProvider |
Returns configuration objects for a SPROG DCC CANISB
|
CanisbSerialDriverAdapter |
Implements SerialPortAdapter for SPROG Generation 5.
|
CanListener |
Defines the interface for listening to CAN messages.
|
CanMenu |
Create a menu containing the Jmri CAN- and CBUS-specific tools
|
CanMenu.Item |
|
CanMessage |
Base class for messages in a CANbus based message/reply protocol.
|
CanmiosvoEditNVPane |
Node Variable edit frame for a MERG CANMIO-SVO module
|
CanmiosvoPaneProvider |
Returns configuration objects for a MERG CANMIO-SVO
|
CanMutableFrame |
Base interface for mutable messages in a CANbus based message/reply protocol.
|
CanNamedPaneAction |
Action to create and load a JmriPanel from just its name.
|
CannotCallMethodException |
The method can't be called
|
CannotCreateInstanceException |
The class cannot be instanciated with the supplied parameters.
|
CanPanel |
JPanel extension to handle automatic creation of window title and help
reference for Cbus panels.
|
CanPanelInterface |
JPanel interface to handle providing system connection information to a
panel.
|
CanReply |
Base class for replies in a CANbus based message/reply protocol.
|
CanSendPane |
User interface for sending CAN frames to exercise the system
|
CanSendPane.Default |
Nested class to create one of these using old-style defaults.
|
CanservoioEditNVPane |
Node Variable edit frame for a SPROG DCC CANSERVOIO module
|
CanservoioPaneProvider |
Returns configuration objects for a SPROG DCC CANSERVOIO
|
CansolEditNVPane |
Node Variable edit frame for a MERG CANACC8 CBUS module
|
CansolioEditNVPane |
Node Variable edit frame for a MERG CANACC8 CBUS module
|
CansolioPaneProvider |
Returns configuration objects for a SPROG DCC CANSOLIO
|
CansolPaneProvider |
Returns configuration objects for a MERG CANACC8
|
CanSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
CanUsbDriverAdapter |
Implements SerialPortAdapter for the CAN-USB.
|
CaptiveSystemConnectionMemo |
For historical reasons, some NamedBean types have out-of-pattern system prefixes:
OBlocks use O (as in OB)
RailCom tags use R
Transponding tags use L
This SystemConnectionMemo implementation is meant to handle these
by providing connection memo services without being connected to a particular system
instantiation.
|
Car |
Represents a car on the layout
|
CarAttributeAction |
Frame for adding and editing the car roster for operations.
|
CarAttributeEditFrame |
Frame for editing a car attribute.
|
CarColors |
Represents the colors that cars can have.
|
CarDeleteAttributeAction |
|
CarEditFrame |
Frame for user edit of car
|
CarLengths |
Represents the lengths that cars can have.
|
CarLoad |
Represents a car load, load's priority, and if
the load is hazardous.
|
CarLoadAttributeAction |
Frame for adding and editing the car roster for operations.
|
CarLoadEditFrame |
Frame for adding and editing the car load attribute for operations.
|
CarLoadEditFrameAction |
Swing action to create a CarLoadedEditFrame
|
CarLoads |
Represents the loads that cars can have.
|
CarManager |
Manages the cars.
|
CarManagerXml |
Loads and stores cars using xml files.
|
CarOwners |
Represents the owner names that cars can have.
|
CarRoads |
Represents the road names that cars can have.
|
CarRosterMenu |
Provides a context-specific menu for handling the Roster.
|
CarRoutingReportAction |
Creates a routing report for the selected car.
|
CarSetFrame |
Frame for user to place car on the layout
|
CarsSetFrame |
Frame for user to place a group of cars on the layout
|
CarsSetFrameAction |
Swing action to create and register a CarsSetFrame object.
|
CarsTableAction |
Swing action to create and register a CarsTableFrame object.
|
CarsTableFrame |
Frame for adding and editing the car roster for operations.
|
CarsTableModel |
Table Model for edit of cars used by operations
|
CarTypes |
Represents the types of cars a railroad can have.
|
CatalogPane |
Create a JPanel containing a tree of resources.
|
CatalogPanel |
Create a JPanel containing trees of resources to replace default icons.
|
CatalogTree |
Represents a CatalogTree, a tree displaying a taxonomy - e.g. a file system
directory, or an index of references or a table of contents built according
to the user's taxonomy.
|
CatalogTreeFS |
TreeModel used by CatalogPanel to create a tree of resources.
|
CatalogTreeIndex |
TreeModel used by CatalogPanel to create a tree of resources.
|
CatalogTreeLeaf |
Leaf of a CatalogTree.
|
CatalogTreeManager |
Locate a CatalogTree object representing some specific information.
|
CatalogTreeModel |
TreeModel used by CatalogPane to create a tree of resources.
|
CatalogTreeNode |
Node of a CatalogTree.
|
Category |
The category of expressions and actions.
|
Category.Common |
|
Category.FlowControl |
|
Category.Item |
|
Category.Linux |
|
Category.Other |
|
CategoryDisplay |
Defines the category Display
|
CategoryLocoNet |
Defines the category LocoNet
|
CategoryMqtt |
Defines the category MQTT
|
CbusAddress |
Utilities for handling CBUS addresses.
|
CbusAllocateNodeNumber |
|
CbusBasicEventTableModel |
Class to provide access to the EventTableData.xml file.
|
CbusBasicNode |
Class to represent a node.
|
CbusBasicNodeEvent |
Base Class of CbusNodeEvent
|
CbusBasicNodeTable |
Table data model for display of CBUS Nodes
|
CbusBasicNodeTableFetch |
Table data model for display of CBUS Nodes
|
CbusBasicNodeTableOperations |
Table data model for display of CBUS Nodes
|
CbusBasicNodeWithManagers |
Class to represent a node.
|
CbusBasicNodeWithMgrsCommandStation |
Class to represent a node.
|
CbusBeanRenderer |
Renderer for Bean Icons, formatting them to similar height for use in tables.
|
CbusBootloaderPane |
Bootloader client for uploading CBUS node firmware.
|
CbusBootloaderPane.BootChecksum |
Bootloader checksum calculation
|
CbusBootloaderPane.BootProtocol |
Bootloader protocol
|
CbusBootloaderPane.BootState |
Bootloader state machine states
|
CbusBootloaderPane.BootStatus |
Bootloader status values
|
CbusBootloaderPane.Default |
Nested class to create one of these using old-style defaults.
|
CbusCabSignal |
CBUS implementation of a Cab Signal Object, describing the state of the
track ahead relative to a locomotive with a given address.
|
CbusCabSignalManager |
|
CbusClockControl |
Provide access to CBUS Clock Network Functions.
|
CbusCommandStation |
CommandStation for CBUS communications.
|
CbusCommonSwing |
Common CBUS swing functions.
|
CbusComponentFactory |
Provide access to Swing components for the Cbus subsystem.
|
CbusConfigPaneProvider |
Pane for configuring events in a CBUS module
Definition of objects to handle configuring a CBUS module.
|
CbusConfigurationManager |
Does configuration for MERG CBUS CAN-based communications implementations.
|
CbusConsistManager |
The CBUS Consist Manager which uses the NmraConsist class for
the consists it builds.
|
CbusConsoleDecodeOptionsPane |
Panel for CBUS Console Options.
|
CbusConsoleDisplayOptionsPane |
Frame for CBUS Console
|
CbusConsoleLogEntry |
|
CbusConsoleLoggingPane |
Pane for CBUS Console Logging to File Options
|
CbusConsolePacketPane |
Frame for CBUS Console
|
CbusConsolePane |
Frame for CBUS Console
|
CbusConsolePane.Default |
Nested class to create one of these using old-style defaults.
|
CbusConsoleStatsPane |
Panel for CBUS Console Stats
|
CbusConstants |
CbusConstants.java
Constants to represent CBUS protocol
|
CbusCreateBeanPane |
Panel to Create Turnouts, Sensor and Lights from CBUS event via drop action.
|
CbusDccOpsModeProgrammer |
Provide an Ops Mode Programmer via a wrapper what works with the CBUS command
station object.
|
CbusDccProgrammer |
Implements the jmri.Programmer interface via commands for the CBUS
programmer.
|
CbusDccProgrammerManager |
Extend DefaultProgrammerManager to provide programmers for CBUS systems
Added methods to manipulate the programmer availability to support hardware
that can redirect ops mode or service mode packets to a particular interface.
|
CbusDummyCS |
Simulating a MERG CBUS Command Station.
|
CbusDummyCSSession |
Simulating a MERG CBUS Command Station Loco Session.
|
CbusDummyNode |
Simulating a MERG CBUS Node.
|
CbusDummyNodeCanListener |
Class to represent a Processing of CAN Frames for a CbusDummyNode.
|
CbusEvent |
|
CbusEventBeanCellRenderer |
Cell Renderer for
|
CbusEventBeanData |
Class to provide access to the EventTableData.xml file.
|
CbusEventDataElements |
Class to enable storage and OPC calculation
according to CBUS Event Data.
|
CbusEventDataElements.EvState |
ENUM of the event state.
|
CbusEventHighlighter |
Class to implement highlighting of CBUS events.
|
CbusEventHighlightFrame |
Frame to control an instance of CBUS highlighter to highlight events.
|
CbusEventHighlightPanel |
|
CbusEventInterface |
Interface for CBUS Sensors, Turnouts and Lights to report CBUS Events.
|
CbusEventRequestDataModel |
Table data model for display of Cbus request events
|
CbusEventRequestMonitorEvent |
Class to represent a request event in the MERG CBUS event request monitor table
|
CbusEventRequestMonitorEvent.FbState |
|
CbusEventRequestTablePane |
Frame providing a Cbus event request table.
|
CbusEventRequestTablePane.Default |
Nested class to create one of these using old-style defaults.
|
CbusEventResponder |
Simulating event request responses.
|
CbusEventTable |
Pane providing a CBUS Event table.
|
CbusEventTableAction |
|
CbusEventTableDataModel |
Table data model for display of CBUS events
|
CbusEventTablePane |
Pane providing a CBUS event table.
|
CbusEventTablePane.Default |
Nested class to create one of these using old-style defaults.
|
CbusEventTablePrintAction |
Print or Print Preview Action for CBUS Event Table
|
CbusEventTableShutdownTask |
Class to call dispose on a MERG CBUS event table.
|
CbusEventTableXmlAction |
Save / Load routines for the EventTableData.xml file.
|
CbusEventTableXmlFile |
Class to provide access to the EventTableData.xml file.
|
CbusFilter |
Class to implement filtering of CBUS frames.
|
CbusFilterFrame |
Frame to control an instance of CBUS filter to filter events.
|
CbusFilterPanel |
Creates Panel for displaying a single filter
|
CbusFilterType |
ENUM to represent various CBUS OPC Filters.
|
CbusHubAction |
|
CbusHubPane |
|
CbusLight |
Light implementation for CBUS connections.
|
CbusLightManager |
Implement LightManager for CAN CBUS systems.
|
CbusLightManagerXml |
Provides load and store functionality for configuring CbusLightManagers.
|
CbusMax |
CbusMax CBUS Simulation Module Provider.
|
CbusMenu |
Create a menu containing the Jmri CAN- and CBUS-specific tools
|
CbusMenu.Item |
|
CbusMessage |
Class to allow use of CBUS concepts to access the underlying can message.
|
CbusNameService |
Class to lookup CBUS event names via the event table
|
CbusNewEventPane |
Creates Panel for displaying New Event JSpinners and Button.
|
CbusNode |
Class to represent a node.
|
CbusNodeBackupFile |
Class to define location for a CbusNodeBackup File.
|
CbusNodeBackupManager |
Class to work with CbusNode xml files
Loosely based on
Load and store the timetable data file: TimeTableData.xml
|
CbusNodeBackupsPane |
Pane for displaying CBUS Node Configuration Backups.
|
CbusNodeBackupTableModel |
Table model for Backup Files.
|
CbusNodeCanListener |
Class to represent a Processing of CAN Frames for a CbusNode.
|
CbusNodeConfigTab |
|
CbusNodeConstants |
Static Methods relating to nodes ( modules ).
|
CbusNodeConstants.BackupType |
|
CbusNodeEditEventFrame |
Frame to control an instance of CBUS highlighter to highlight events.
|
CbusNodeEditNVarPane |
|
CbusNodeEvent |
Class to represent an event stored on a node.
|
CbusNodeEventManager |
Class to represent a Processing of CAN Frames for a CbusNode.
|
CbusNodeEventTableDataModel |
Table data model for display of CBUS Nodes
|
CbusNodeEventTablePane |
Pane providing a CBUS Node Event table for a single node.
|
CbusNodeEventVarPane |
|
CbusNodeFcuTablePane |
Pane providing a Cbus node table.
|
CbusNodeFromBackup |
Class to represent a node imported from FCU file or CbusNodeXml.
|
CbusNodeFromBackup.DoNothingCanListener |
Ignores Incoming and Outgoing CAN Frames.
|
CbusNodeFromFcuTableDataModel |
Table data model for display of Cbus Nodes imported from MERG FCU
|
CbusNodeInfoPane |
|
CbusNodeNVEditGuiPane |
Pane providing a Cbus NV editing gui
|
CbusNodeNVEditTablePane |
Pane providing a Cbus event table.
|
CbusNodeNVEditTablePane.NvSpinnerEditor |
|
CbusNodeNVEditTablePane.SpinnerRenderer |
|
CbusNodeNVManager |
Class to manage Node Variables for a CbusNode.
|
CbusNodeNVTableDataModel |
Table data model for display of CBUS Node Variables.
|
CbusNodeParameterManager |
Class to represent a Processing of CAN Frames for a CbusNode.
|
CbusNodeRestoreFcuFrame |
|
CbusNodeSetupPane |
|
CbusNodeSingleEventEditTablePane |
Pane providing a Cbus Node Event Edit table.
|
CbusNodeSingleEventTableDataModel |
Table data model for display of CBUS Node Single Events
|
CbusNodeStats |
Class to get Node Statistics.
|
CbusNodeTableDataModel |
Table data model for display of CBUS Nodes
|
CbusNodeTablePane |
Pane providing a CBUS node table.
|
CbusNodeTimerManager |
Class to handle Timers for a CbusNode.
|
CbusNodeTrickleFetch |
|
CbusNodeUserCommentsPane |
|
CbusOpCodes |
Methods to decode CBUS opcodes
https://github.com/MERG-DEV/CBUSlib
|
CbusParameters |
CBUS Node parameters
|
CbusPicHexFile |
Extend hex file class for a CBUS PIC with parameter block
Assumes hex record addresses are "nicely" aligned, i.e., on 8, 16, 32, ...
|
CbusPowerManager |
PowerManager implementation for controlling CBUS layout power.
|
CbusPredefinedMeters |
Provide access to current meter from a MERG CBUS Command Station
|
CbusPreferences |
Preferences for the MERG CBUS connections.
|
CbusReporter |
Extend jmri.AbstractRailComReporter for CBUS controls.
|
CbusReporterManager |
Implement ReporterManager for CAN CBUS systems.
|
CbusReporterManagerXml |
Provides load and store functionality for configuring CbusReporterManagers.
|
CbusSend |
Class to send CAN Frames.
|
CbusSendEventPane |
Panel for CBUS Console to Send CBUS Events
|
CbusSensor |
Extend jmri.AbstractSensor for CBUS controls.
|
CbusSensorManager |
Implement SensorManager for CAN CBUS systems.
|
CbusSensorManagerXml |
Provides load and store functionality for configuring CbusSensorManagers.
|
CbusSimCanListener |
Simulating event request responses.
|
CbusSimulatedModuleProvider |
Pane for configuring events in a CBUS module
Definition of objects to handle configuring a CBUS module.
|
CbusSimulator |
Simulating a MERG CBUS Command Station + other network objects.
|
CbusSlotMonitorDataModel |
Table data model for display of CBUS Command Station Sessions and various Tools
|
CbusSlotMonitorPane |
Pane for monitoring and configuring a MERG CBUS Command Station.
|
CbusSlotMonitorPane.Default |
Nested class to create one of these using old-style defaults
|
CbusSlotMonitorSession |
Class to represent a session in the MERG CBUS Command Station Session Slot Monitor
|
CbusTableEvent |
Class to represent an event in the MERG CBUS event table
|
CbusTableRowEventDnDHandler |
Drag and drop handler for CBUS Events being dragged from a table.
|
CbusThrottle |
An implementation of DccThrottle via AbstractThrottle with code specific to a
CBUS connection.
|
CbusThrottleManager |
CBUS implementation of a ThrottleManager.
|
CbusTurnout |
Turnout for CBUS connections.
|
CbusTurnoutManager |
Implement TurnoutManager for CAN CBUS systems.
|
CbusTurnoutManagerXml |
Provides load and store functionality for configuring CbusTurnoutManagers.
|
CdBConnectionTypeList |
Provide a list of valid Uhlenbrock Connection Types.
|
CdBPortController |
Identifying class representing a Marklin CDB communications port Based on work by
Bob Jacobsen
|
CdBSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
CentralSection<To extends java.lang.Enum<To>,From extends java.lang.Enum<From>> |
A Section is the base type for the pieces that make up and are referenced by a Station .
|
ChangeDepartureTimesAction |
Swing action to launch the Change Departure Time window.
|
ChangeDepartureTimesFrame |
Change Departure Time frame for operations.
|
ChangeTrackFrame |
Action to change the type of track.
|
ChangeTracksFrame |
Action to change all of tracks at a location to the same type of track.
|
ChangeTracksTypeAction |
Action to change all of tracks at a location to the same type of track.
|
ChangeTrackTypeAction |
Action to change the type of track.
|
ChannelStart |
Implement the CHANNEL_START macro from the Digitrax sound definition language
|
ChannelStartEditor |
Editor panel for the CHANNEL_START macro from the Digitrax sound definition
language
|
CheckerFrameworkCheck |
Check how the Checker Framework and annotations interact.
|
CheckForUpdateAction |
Swing action to check for more recent JMRI version.
|
CheckJMRIObject |
|
CheckJMRIObject.OBJECT_TYPE |
|
CheckJMRIObject.VerifyClassReturnValue |
|
CircuitBuilder |
ControlPanelEditor CircuitBuilder tools.
|
ClassIsNotFoundException |
The class is not found.
|
ClassMigration |
Interface for service provider instances that provide a class migration path
that the ConfigXmlManager must be made aware of.
|
ClassMigrationManager |
|
ClientActions |
Shared code for creating UI elements from different places in the application.
|
ClientRxHandler |
Implementation of the DCCppOverTcp LbServer Server Protocol.
|
ClientRxHandler |
Implementation of the LocoNetOverTcp LbServer Server Protocol.
|
Clipboard |
The clipboard with actions and expressions
|
ClipboardEditor |
Editor of the clipboard
|
ClipboardEditor.ClipboardEventListener |
|
ClipboardMany |
Have many items of any type.
|
ClipboardMany.ItemData |
|
ClipboardManyXml |
Handle XML configuration for ActionLightXml objects.
|
ClockControl |
ClockControl defines an interface for control of hardware Fast Clocks
|
ClockFunctions |
Implementation of clock functions.
|
ClockFunctions.FastClockFunction |
|
ClockFunctions.FastClockRateFunction |
|
ClockFunctions.IsFastClockRunningFunction |
|
ClockFunctions.SystemClockFunction |
|
ClockItemPanel |
ItemPanel for Clocks.
|
ClockMonPane |
Pane displaying a LocoNet clock monitor.
|
ClockMonPaneAction |
|
ClockMonPanel |
Frame displaying and programming a NCE clock monitor.
|
ClockMonPanel.Default |
Nested class to create one of these using old-style defaults
|
CmdStaFlags |
Class to display CBUS command station flag settings
|
CmdStnConfigPane |
User interface for Command Station Option Programming.
|
CMRIComponentFactory |
Provide access to Swing components for the CMRI subsystem.
|
CMRIConnectionTypeList |
Returns a list of valid C/MRI Connection Types
|
CMRIMenu |
Create a "Systems" menu containing the Jmri CMRI-specific tools.
|
CMRInetManagerAction |
Swing action to create and register a CMRInetManagerAction object
|
CMRInetManagerFrame |
Frame for a table view to manage a CMRInet network.
|
CMRInetMetricsAction |
CMRInet Network Metrics
|
CMRInetMetricsCollector |
Listener class for collecting CMRInet network traffic and error messages.
|
CMRInetMetricsData |
CMRInet metric data variables and access methods.
|
CMRInetMetricsFrame |
Frame for CMRInet Network Metrics.
|
CMRISystemConnectionAction |
|
CMRISystemConnectionMemo |
Minimal SystemConnectionMemo for C/MRI systems.
|
CodeButton |
Drive the interactions of a code button and code light on the panel.
|
CodeButtonHandler |
This is the "master" class that handles everything when a code button is
pressed.
|
CodeButtonHandlerData |
|
CodeButtonHandlerData.LOCK_IMPLEMENTATION |
|
CodeButtonHandlerData.TRAFFIC_DIRECTION |
|
CodeButtonHandlerData.TURNOUT_TYPE |
|
CodeButtonHandlerDataRoutines |
|
CodeButtonSimulator |
|
CodeGroupNoBits |
Define codes for a no-bit field.
|
CodeGroupOneBit |
Define codes for a one-bit field.
|
CodeGroupThreeBits |
Define codes for a three-bit field.
|
CodeGroupTwoBits |
Define codes for a two-bit field.
|
CodeLine |
Drive the code line communications on a USS CTC panel.
|
CollectingReporter |
This is an extension of a reporter device that is capable of collecting
multiple reports in a collection.
|
ColorDialog |
A dialog to color a Component in a Window.
|
ColorListPopupMenu |
Popup menu for displaying recently selected colors along with standard
java colors.
|
ColorUtil |
A collection of utilities related to colors.
|
Columns |
|
CombinedLock |
Combines multiple locks into one with an AND operation.
|
CombinedLocoSelListPane |
Provide GUI controls to select a known loco and/or new decoder.
|
CombinedLocoSelPane |
Provide GUI controls to select a known loco and/or new decoder.
|
CombinedLocoSelTreePane |
Provide GUI controls to select a known loco and/or new decoder.
|
CombinedLocoSelTreePane.DecoderTreeNode |
|
CombinedLocoSelTreePane.InvisibleTreeModel |
The following has been taken from an example given in..
|
ComboBoxColorChooserPanel |
Abstract Color Chooser extension that presents the JMRI preset colors in
a Combo Box with proper internationalization.
|
ComboBoxToolTipRenderer |
Set ToolTips for ComboBox items
Steve Young (c) 2019
|
ComboCheckBox |
|
ComboOffRadioButton |
|
ComboOnRadioButton |
|
ComboRadioButtons |
|
CommandStation |
Provide a DCC command station's basic ability: Sending DCC packets to the
rails.
|
CommentMacro |
An SdfMacro for carrying a comment.
|
CommentMacroEditor |
Editor panel for the SdfMacro for carrying a comment
|
CommonConductorYardmasterPanel |
Common elements for the Conductor and Yardmaster Frames.
|
CommonManager |
Enum of common managers.
|
CommonSubs |
|
CommonTurnoutOperation |
Specialization of TurnoutOperation to contain
common properties and methods for concrete subclasses.
|
CommonTurnoutOperationConfig |
Extension of TurnoutOperationConfig to handle config for common aspects of
some subclasses.
|
CommonTurnoutOperationXml |
Concrete subclass to save/restore NoFeedbackTurnoutOperation object to/from
XML.
|
CompareUtil |
Compare values.
|
CompareUtil.CompareOperation |
|
CompareUtil.CompareType |
|
ComponentFactory |
Provide access to Swing components for a jmrix subsystem.
|
CompositeVariableValue |
Extends EnumVariableValue to represent a composition of variable values.
|
CompositeVariableValue.Setting |
Define objects to save and manipulate a particular setting.
|
CompositeVariableValue.SettingList |
Defines a list of Setting objects.
|
ComputerBell |
Derive a CTC machine bell from the computer's speakers
|
ConcentratorMessage |
This file is part of JMRI.
|
ConcentratorReply |
Contains the data payload of a serial reply packet.
|
ConcentratorReporterManager |
Rfid implementation of a ReporterManager.
|
ConcentratorReporterManagerXml |
Provides load and store functionality for configuring ConcentratorReporterManagers.
|
ConcentratorSensorManager |
Manage the Rfid-specific Sensor implementation.
|
ConcentratorSensorManagerXml |
Provides load and store functionality for configuring ConcentratorSensorManagers.
|
ConcentratorTrafficController |
Converts Stream-based I/O to/from messages.
|
Conditional |
A Conditional is layout control logic, consisting of a logical expression and
an action.
|
Conditional.Action |
|
Conditional.AntecedentOperator |
|
Conditional.ItemType |
|
Conditional.Operator |
|
Conditional.State |
|
Conditional.Type |
|
ConditionalAction |
The consequent of the antecedent of the conditional proposition.
|
ConditionalCopyFrame |
Extracted from ConditionalEditList.
|
ConditionalEditBase |
This is the base class for the Conditional edit view classes.
|
ConditionalEditBase.LogixEventListener |
Create a custom listener event.
|
ConditionalEditBase.NameBoxListener |
Listen for name combo box selection events.
|
ConditionalEditBase.SelectionMode |
Input selection names.
|
ConditionalEditFrame |
Extracted from ConditionalEditList.
|
ConditionalFrame |
Basis for ConditionalEditFrame and ConditionalCopyFrame.
|
ConditionalList |
Basis for ConditionalListEdit and ConditionalListCopy
|
ConditionalListCopy |
|
ConditionalListCopy.ConditionalListModel |
|
ConditionalListEdit |
The traditional list based conditional editor based on the original editor
included in LogixTableAction.
|
ConditionalManager |
Interface for obtaining Conditionals
|
ConditionalNG |
ConditionalNG.
|
ConditionalNG_Manager |
Manager for ConditionalNG
|
ConditionalNGDebugger |
Editor of ConditionalNG
|
ConditionalNGDebugger.ConditionalNGEventListener |
|
ConditionalNGEditor |
Editor of ConditionalNG
|
ConditionalNGEditor.ConditionalNGEventListener |
|
ConditionalTreeEdit |
A tree based editor for maintaining Logix Conditionals, State Variables and
Actions.
|
ConditionalTreeEdit.ConditionalTreeNode |
Conditional Tree Node Definition.
|
ConditionalVariable |
The variable used in the antecedent (the 'if' part) of the Conditional.
|
ConfigBaseStationAction |
|
ConfigBaseStationFrame |
|
ConfigBaseStationFrame.ButtonRenderer |
|
ConfigBundle |
|
ConfigPaneHelper |
Helper class for implementing OpenLCB compatible port adapters.
|
ConfigServlet |
|
ConfigToolPane |
Pane for user creation of Sensor, Turnouts and Lights that are linked to CBUS
events.
|
ConfigToolPane.Default |
Nested class to create one of these using old-style defaults.
|
ConfigurableSound |
Configurable Sound initial version.
|
ConfigurationManager |
Does configuration for various CAN-based communications implementations.
|
ConfigurationManager.ProgModeSwitch |
Enumerate support for switching programming modes in connected hardware
|
ConfigurationManager.SubProtocol |
|
ConfigureManager |
Provide load/store capabilities for general configuration.
|
ConfigureXmlStartupActionFactory |
Factory for XML file loading startup actions.
|
ConfiguringSystemConnectionMemo |
|
ConfigXmlManager |
Provides the mechanisms for storing an entire layout configuration to XML.
|
ConnectionConfig |
Definition of objects to handle configuring a CTI Electronics Acela layout
connection via a SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a connection via a Bachrus
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a connection via a Bachrus
SerialDriverAdapter object.
|
ConnectionConfig |
Abstract base for objects to handle configuring a layout connection via
various types of SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Canusb
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Canrs
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Canusb
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Canusb
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a connection via a
NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Canusb
CanUsbDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a CAN
hexfile emulator.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a
NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a C/MRI
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a C/MRI
Simulator object.
|
ConnectionConfig |
Interface for objects that handle configuring a layout connection.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an DCC4PC
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a DCC++OverTcp layout
connection via a DCCppTcpDriverAdapter object.
|
ConnectionConfig |
Handle configuring a DCC++ layout connection via Ethernet.Port
|
ConnectionConfig |
Handle configuring a DCC++ layout connection via a Serial adaptor.
|
ConnectionConfig |
Handle configuring a DCC++ layout connection via a DCCppSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a
SerialDriverAdapter object.
|
ConnectionConfig |
Handle configuring an Direct layout connection via a Simulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring an EasyDCC layout connection via
a NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an LocoBuffer layout connection
via an EasyDccSerialDriverAdapter object.
|
ConnectionConfig |
Handle configuring an EasyDCC layout connection via an EasyDccSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring an ECoS layout connection via a
NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a Grapevine layout connection.
|
ConnectionConfig |
Handle configuring an Grapevine layout connection via a GrapevineSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection
|
ConnectionConfig |
Definition of objects to handle configuring a virtual layout connection.
|
ConnectionConfig |
Definition of objects to handle configuring a connection to a remote JMRI
instance via the JMRI Network Protocol.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via the built in USB port
on the Hornby Elite.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a Lenz LI100 (or LI101)
adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a Lenz (LI100 or) LI100F
adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a Lenz LI101 adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a Lenz LIUSBadapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a LIUSBEthernet.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a LIUSB Server.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a Lenz LZV200adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via an XNetSimulator
adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a XnTcp adapter.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a ZTC Controls ZTC640
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoNet Bluetooth layout
connection via a LocoNetBluetoothAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a LocoNet
hexfile emulator.
|
ConnectionConfig |
Definition of objects to handle configuring an Intellibox serial port layout
connection via an IntelliboxAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoBuffer layout connection
via a LocoBufferAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoBuffer-II layout
connection via a LocoBufferIIAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoBuffer-NG layout
connection via a LocoBufferIIAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoBuffer-USB layout
connection via a LocoBufferIIAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoNetOverTcp layout
connection via a LnTcpDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a LocoBuffer layout connection
via a LocoNet MS100Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an PR2 layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a PR3 layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a PR4 layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an Uhlenbrock serial port layout
connection via an UhlenbrockAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a Uhlenbrock USB-adapter 63120 layout
connection via a UsbUhlenbrock63120Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a DCS210Plus USB layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a DCS240 USB layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a DCS240Plus USB layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a DCS52 USB layout connection via a
PR2Adapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a
SerialDriverAdapter object.
|
ConnectionConfig |
Handle configuring an Maple layout connection via a MapleSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an Marklin CDB
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an Marklin CS2 layout connection
via a NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an USB Interface layout
connection via a MRC SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an MRC
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an NCE layout connection via a
NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an NCE
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an NCE
SerialDriverAdapter object, set up as Simulator.
|
ConnectionConfig |
Definition of objects to handle configuring an LocoBuffer layout connection
via an NCE SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a Oak Tree layout connection.
|
ConnectionConfig |
Handle configuring an oaktree layout connection via an OaktreeSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection
|
ConnectionConfig |
Definition of objects to handle configuring a Powerline layout connection
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection
|
ConnectionConfig |
Definition of objects to handle configuring a Powerline layout connection.
|
ConnectionConfig |
Definition of objects to handle configuring a Powerline layout connection.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a
Powerline Simulator object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a QSI
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a
NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection.
|
ConnectionConfig |
Handle configuring an layout connection via a Roco z21 or Z21.
|
ConnectionConfig |
Definition of objects to handle configuring an RPS layout connection.
|
ConnectionConfig |
Definition of objects to handle configuring a SECSI layout connection.
|
ConnectionConfig |
Handle configuring an SECSI layout connection via a SecsiSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Handle configuring an SPROG layout connection via a SprogSimulator
adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an SPROG
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an EasyDCC layout connection via
a NetworkDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an TAMS
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via a Tams
SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a TMCC layout connection
|
ConnectionConfig |
Handle configuring an TMCC layout connection via a SimulatorAdapter adapter.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an
Wangrow SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring a layout connection via an
XPA+Modem SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an LocoBuffer layout connection
via a Zimo MX-1 SerialDriverAdapter object.
|
ConnectionConfig |
Definition of objects to handle configuring an Zimo MXULF SerialDriverAdapter
object.
|
ConnectionConfig |
Handle configuring an XpressNet layout connection via a ZTC Controls ZTC611
command station.
|
ConnectionConfigManager |
Manager for ConnectionConfig objects.
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
CanUsbDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the CAN
simulator (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SimDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
LnTcpDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the DCC++ Server
(and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persistening the DCC++ serial adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
DCCppSimulatorAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the XBeeAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of virtual layout connections
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the EliteAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LI100Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LI100fAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LI101Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LIUSBAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LIUSB Server
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LIUSB Server
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the LZV200Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
XNetSimulatorAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the XnTcpAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
ZTC640Adapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
LocoNetBluetoothAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the HexFIle
LocoNet emuilator (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
LocoBufferAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
LocoBufferAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
LocoBufferAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
LocoBufferNGAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
LocoBufferUSBAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
LnTcpDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the MS100Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the PR2Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the PR3Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the PR4Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
UhlenbrockAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the UsbUhlenbrock63120Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the UsbDcs210PlusAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the UsbDcs240Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the UsbDcs240PlusAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the UsbDcs52Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
This class encapsulates common code for reading and writing per-connection information from/to
the XML of the connection profile.
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the Z21 (and
connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the SeriaAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
NetworkDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistence of layout connections by persisting the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
SerialDriverAdapter (and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the Mx1Adapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the mxulfAdapter
(and connections).
|
ConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
ZTC611Adapter (and connections).
|
ConnectionLabel |
A JLabel that listens to a system connection and reports its status
|
ConnectionName |
Returns true if there is a connection of specified type.
|
ConnectionNameFromSystemName |
Common utility method for returning the System Connection Name from the
System Name Prefix
|
ConnectionNameSwing |
Configures an ConnectionName object with a Swing JPanel.
|
ConnectionNameXml |
Handle XML configuration for ConnectionName objects.
|
ConnectionRequestPacket |
Client sends this when initiating a connection.
|
ConnectionResponsePacket |
Sent as a response to a connection request.
|
ConnectionsPreferencesPanel |
|
ConnectionStatus |
Interface for classes that wish to get notification when the connection to
the layout changes.
|
ConnectionTypeList |
Definition of objects to handle configuring a layout connection.
|
ConnectivityUtil |
ConnectivityUtil provides methods supporting use of layout connectivity
available in Layout Editor panels.
|
Consist |
Interface for a Consist Object, describing one or more
cooperatively-operating locomotives.
|
Consist |
A consist is a group of engines that is managed as one engine.
|
ConsistComboBox |
A JComboBox with JMRI consists
Entries can be a String or a DccLocoAddress
|
ConsistController |
|
ConsistDataModel |
Table data model for display of consist information.
|
ConsistFile |
Handle saving/restoring consist information to XML files.
|
ConsistFunctionController |
|
ConsistListCellRenderer |
A ListCellRenderer for the ConsistComboBox
|
ConsistListener |
Allow notification of delayed consisting errors.
|
ConsistListListener |
Allow notification of changes to the consist list.
|
ConsistManager |
Interface for Consist Manager objects, which provide access to the existing
Consists and allows for creation and destruction.
|
ConsistManager |
Manages Consists.
|
ConsistManager.EnableListener |
A listener that listens to whether the manager is enabled or disabled.
|
ConsistPreferencesManager |
|
ConsistTableRosterEntryColumnCellRenderer |
A TableCellRender to graphicaly display a consists in the consist table
|
ConsistToolAction |
Swing action to create and register a ConsistToolFrame object.
|
ConsistToolFrame |
Frame object for manipulating consists.
|
ConsistToolPrefsPanel |
|
ConsistToolStartupActionFactory |
Factory for consist tool startup actions.
|
Constant |
Definition of a constant used in expressions.
|
Constants |
Define common constants for the ussctc package.
|
Constants |
Constants and functions specific to the CM11 interface.
|
Constants |
Constants and functions specific to the CP290 interface
|
Constants |
Constants and functions specific to the Insteon 2412S interface
|
Constants |
Constants and functions specific to the Insteon 2412S interface.
|
Constants |
Basic constants for the RPS package and subpackages.
|
ConstantValue |
Extends VariableValue to represent a constant enum-like-thing.
|
ConstrainedArbitraryBean |
A Bean with support for VetoableChangeListener s.
|
ConstrainedBean |
A Bean with support for VetoableChangeListener s.
|
ConsumerTableModel |
Table Model for access to producer info
|
ConsumerTablePane |
Pane for showing the consumer table
|
Continue |
Returns from a Module or a ConditionalNG.
|
ContinueException |
This exception is thrown by the Continue action.
|
ContinueSwing |
Configures an Continue object with a Swing JPanel.
|
ContinueXml |
Handle XML configuration for Continue objects.
|
Control |
Controls for operations developers.
|
ControllerFilterAction |
|
ControllerFilterFrame |
|
ControllerInterface |
|
ControllerStatusPacket |
An IPOCS unit can send this as a status message.
|
ControlPanel |
A JInternalFrame that contains a JSlider to control loco speed, and buttons
for forward, reverse and STOP.
|
ControlPanelCustomSliderUI |
A custom slider UI to be used for throttle control panel speed slider
Very graphical display to be used on a large screen
|
ControlPanelEditor |
Provides a simple editor for adding jmri.jmrit.display items to a captive
JFrame.
|
ControlPanelEditor.PositionableListDnD |
|
ControlPanelEditorAction |
Start a ControlPanelEditor.
|
ControlPanelEditorActionFactory |
|
ControlPanelEditorXml |
|
ControlPanelPropertyEditor |
A very specific dialog for editing the properties of a ControlPanel object.
|
ControlPanelServlet |
Return xml (for specified ControlPanel) suitable for use by external clients.
|
ConvertDialog |
|
ConvertFunctions |
Implementation of conversion functions.
|
ConvertFunctions.FloatFunction |
|
ConvertFunctions.Hex2DecFunction |
|
ConvertFunctions.IntFunction |
|
ConvertFunctions.IsFloatFunction |
|
ConvertFunctions.IsIntFunction |
|
ConvertFunctions.StrFunction |
|
CoordinateEdit |
Displays and allows user to modify x & y coordinates of
positionable labels This class has been generalized to provide popup edit
dialogs for positionable item properties when TextFields are needed to input
data.
|
Copyright |
A copyright
|
CopyRosterGroupAction |
Duplicate roster group.
|
CopyRosterItemAction |
Copy a roster element, including the definition file.
|
CoreIdRfidProtocol |
Common routines to extract the Tag information and validate checksum for
implementations that use the CORE-ID / ID-Innovations protocol.
|
CounterAction |
|
CountingBusyDialog |
Creates a simple counting progress bar.
|
CreateButtonModel |
Creates a button when the program is started.
|
CreateButtonModelFactory |
|
CreateButtonModelXml |
Handle XML persistence of CreateButtonModel objects.
|
CreateGUIObjectsXMLFile |
|
CreateRosterGroupAction |
Create a roster group.
|
CreateXMLFiles |
|
CsOpSwAccess |
|
CsOpSwAccess.CmdStnOpSwStateType |
|
CsPane |
Pane for viewing and setting simulated network objects.
|
CsvExportAction |
Action to export the CV values to a Comma Separated Variable (CSV) data file.
|
CsvExportAction |
Action to export the incoming raw data to a CSV-format file.
|
CsvExportMeasurementAction |
Action to export the incoming raw data to a CSV-format file.
|
CsvExportModifiedAction |
Action to export modified CV values to a Comma Separated Variable (CSV) data file.
|
CsvExportVariablesAction |
Action to export the CV values to a Comma Separated Variable (CSV) data file.
|
CsvImportAction |
Action to import the CV values from a CSV format file.
|
CsvImporter |
Import CV values from a generic CSV format CV list file such as those written
by the CsvExportAction class.
|
CTCConstants |
|
CtcEditorAction |
Swing action to create and register a CtcEditor.
|
CtcEditorStartup |
|
CTCException |
|
CTCExceptionBuffer |
Most times the user does not have the System Console displayed when the CTC
system is being started up.
|
CTCExceptionBuffer.ExceptionBufferRecordSeverity |
|
CTCFiles |
CTC File utility
|
CTCMain |
|
CtcManager |
Start the CtcManager and register with the instance and configuration managers.
|
CtcManagerXml |
Provides the functionality for persistence of the CTC tool data.
|
CtcRunAction |
Swing action to create and register the CTC Run Time.
|
CtcRunStartup |
|
CTCSerialData |
|
CTCSerialData.CTCTurnoutData |
"Return" value from function "getCTCTurnoutData":
|
CurrentMeter |
Interface for marking a Meter as a Current meter.
|
CVNameComparator |
|
CvTableModel |
Table data model for display of CvValues in symbolic programmer.
|
CvUtil |
Common utility methods for working with CVs
|
CvValue |
Encapsulate a single CV value and provide programming access to the decoder.
|
CvValueRenderer |
Specialization of ValueRenderer to add CV-usage tooltips and handle Integer values
|
DataListener |
Receive notification when data arrives from a Pocket Tester.
|
DataSource |
Simple GUI for controlling the PRICOM Pocket Tester.
|
DataSourceAction |
JmriJFrameAction to create and register a pricom.pockettester.DataSource
object
|
DateUtil |
Common utility methods for working with Calendar and Date objects.
|
Dcc4PcBoardManager |
Implement BoardManager for Dcc4Pc systems.
|
Dcc4PcComponentFactory |
Provide access to Swing components for the Ecos subsystem.
|
Dcc4PcConnectionTypeList |
Returns a list of valid Dcc4Pc Connection Types
|
Dcc4PcInterface |
Define interface for sending and receiving messages to the DCC4PC computer
interface device.
|
Dcc4PcListener |
Defines the interface for listening to traffic on the DCC4PC communications
link.
|
Dcc4PcMenu |
Create a "Systems" menu containing the Jmri DCC4PC-specific tools
|
Dcc4PcMenu.Item |
|
Dcc4PcMessage |
Encodes a message to the DCC4PC Interface.
|
Dcc4PcMonPane |
Swing action to create and register a MonFrame object
|
Dcc4PcMonPane.Default |
Nested class to create one of these using old-style defaults
|
Dcc4PcNamedPaneAction |
Action to create and load a JmriPanel from just its name.
|
Dcc4PcOpsModeProgrammer |
Provides an Ops mode proxy programming interface for a RailCom Reader.
|
Dcc4PcOpsModeProgrammer.ProxyProgList |
|
Dcc4PcPanel |
JPanel extension to handle automatic creation of window title and help
reference for Dcc4Pc panels
|
Dcc4PcPanelInterface |
JPanel interface to handle providing system connection information to a
panel.
|
Dcc4PcPortController |
|
Dcc4PcProgrammerManager |
DCC4PC Programmer acts as a proxy for ops mode programming.
|
Dcc4PcReply |
Dcc4PcReply.java
Carries the reply to a Dcc4PcMessage
|
Dcc4PcReporter |
Extend jmri.implementation.AbstractRailComReporter for Dcc4Pc Reporters.
|
Dcc4PcReporter.RailComPacket |
|
Dcc4PcReporterManager |
Dcc4PcReporterManager implements the ReporterManage for dcc4pc
|
Dcc4PcReporterManagerXml |
Provides load and store functionality for configuring Dcc4PcReporterManagers.
|
Dcc4PcSensor |
Implement a Sensor via Dcc4Pc communications.
|
Dcc4PcSensorManager |
Implement SensorManager for Dcc4Pc systems.
|
Dcc4PcSensorManagerXml |
Provides load and store functionality for configuring Dcc4PcSensorManagers.
|
Dcc4PcSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
Dcc4PcTrafficController |
Converts Stream-based I/O to/from DCC4PC messages.
|
DccAddressPanel |
Provide a graphical representation of the DCC address, either long or short
|
DccAddressVarHandler |
Encapulates DCC address handling logic in one place
|
DccConsist |
This is the Default DCC consist.
|
DccConsistManager |
The Default Consist Manager which uses the DccConsist class for
the consists it builds.
|
DccLocoAddress |
Encapsulate information for a DCC Locomotive Decoder Address.
|
DccLocoAddressSelector |
Tool for selecting short/long address for DCC throttles.
|
DccLocoAddressXml |
Handle XML configuration for DccLocoAddress objects.
|
DCCppAdapter |
Provide access to DCC++ via a FTDI Virtual Com Port.
|
DCCppClockControl |
Class providing Clock Control to the DCC-EX client.
|
DCCppCommandStation |
Defines the standard/common routines used in multiple classes related to the
DCC++ Command Station, on a DCC++ network.
|
DCCppComponentFactory |
Provide access to Swing components for the DCC++ subsystem.
|
DCCppConnectionTypeList |
Returns a list of valid DCC++ Connection Types
|
DCCppConstants |
DCCppConstants.java
Constants to represent values seen in DCC++ traffic
|
DCCppEthernetAdapter |
Provide access to DCC++ Base Station via Ethernet.
|
DCCppEthernetPacketizer |
An extension of the DCCppPacketizer to handle the device specific
requirements of the DCC++ Ethernet.
|
DCCppInitializationManager |
This class performs initialization for DCC++.
|
DCCppInterface |
DCCppInterface defines the general connection to a DCC++ layout.
|
DCCppLight |
Implementation of the Light Object for DCC++
|
DCCppLightManager |
Implement LightManager for DCC++ systems.
|
DCCppLightManagerXml |
Provides load and store functionality for configuring DCCppLightManagers.
|
DCCppListener |
DCCppListener provides the call-back interface for notification when a new
DCC++ message arrives from the layout.
|
DCCppMenu |
Create a menu containing the DCC++ specific tools.
|
DCCppMessage |
Represents a single command or response on the DCC++.
|
DCCppMessageException |
|
DCCppMonAction |
Swing action to create and register a DCCppMonFrame object
|
DCCppMonFrame |
Frame displaying (and logging) DCCpp command messages.
|
DCCppNetworkPortController |
Base for classes representing a DCCpp communications port
|
DCCppOpsModeProgrammer |
Provides an Ops mode programming interface for DCC++.
|
DCCppOverTcpPacketizer |
Converts Stream-based I/O to/from DCC++ messages.
|
DCCppPacketizer |
Converts Stream-based I/O to/from DCC++ messages.
|
DCCppPortController |
interface for DCCppPortController objects.
|
DCCppPowerManager |
|
DCCppPredefinedMeters |
Provide access to current and voltage meters from the DCC++ Base Station
Creates meters based on values sent from command station
User can create new meters in the sketch.
|
DCCppProgrammer |
Programmer support for DCC++.
|
DCCppProgrammerManager |
Extend DefaultProgrammerManager to provide ops mode programmers on DCC++
|
DCCppRegister |
|
DCCppRegisterManager |
Defines and Manages the Registers (~ slots) for DCC++ Base Station
|
DCCppReply |
Represents a single response from the DCC++ system.
|
DCCppRosterExportAction |
Menu action to Export all JMRI Roster Entries as ROSTER() macro calls
This adds a menu item to the "DCC++" menu.
|
DCCppSensor |
Extend jmri.AbstractSensor for DCC++ layouts.
|
DCCppSensorManager |
Implement SensorManager for DCC++ systems.
|
DCCppSensorManagerXml |
Provides load and store functionality for configuring DCCppSensorManagers.
|
DCCppSerialPortController |
Abstract base for classes representing a DCC++ communications port.
|
DCCppSimulatorAdapter |
Provide access to a simulated DCC++ system.
|
DCCppSimulatorPortController |
Abstract base for classes representing a DCCpp communications port
|
DCCppStreamConnectionConfig |
Handle configuring an DCC++ layout connection via an DCCppStreamPortController
adapter.
|
DCCppStreamConnectionConfigXml |
Handle XML persistance of layout connections by persistening the
DCCppStreamConnectionConfig (and connections).
|
DCCppStreamPortController |
Abstract base for classes representing a DCCpp communications port
|
DCCppSystemConnectionAction |
|
DCCppSystemConnectionMemo |
Lightweight class to denote that a system is active and provide general
information.
|
DCCppTableModel |
|
DCCppTcpDriverAdapter |
Implements DCCppPortController for the DCCppOverTcp system network
connection.
|
DCCppThrottle |
An implementation of DccThrottle with code specific to a DCC++
connection.
|
DCCppThrottle.RequestMessage |
|
DCCppThrottleManager |
DCC++ implementation of a ThrottleManager based on the
AbstractThrottleManager.
|
DCCppTrafficController |
Abstract base class for implementations of DCCppInterface.
|
DCCppTurnout |
Extends jmri.AbstractTurnout for DCCpp layouts
|
DCCppTurnoutManager |
Implement TurnoutManager for DCC++ systems.
|
DCCppTurnoutManagerXml |
Provides load and store functionality for configuring DCCppTurnoutManagers.
|
DCCppTurnoutReplyCache |
Implement a feedback message cache for DCC++ turnouts.
|
DccSignalHead |
This class implements a SignalHead that maps the various appearances values to
aspect values in the Extended Accessory Decoder Control Packet Format
and outputs that packet to the DCC System via the generic CommandStation
interface
|
DccSignalHeadXml |
Handle XML configuration for DccSignalHead objects.
|
DccSignalMast |
This class implements a SignalMast that uses Extended Accessory Decoder
Control Packet Format
and outputs that packet to the DCC System via the generic CommandStation
interface.
|
DccSignalMastAddPane |
A pane for configuring DCC SignalMast objects.
|
DccSignalMastAddPane.DCCAspectPanel |
JPanel to define properties of an Aspect for a DCC Signal Mast.
|
DccSignalMastAddPane.SignalMastAddPaneProvider |
|
DccSignalMastXml |
Handle XML configuration for DefaultSignalMastManager objects.
|
DccSpeedProfile |
Class to represent a dimensionless speed profile of a DCC decoder.
|
DccThrottle |
Provide DCC-specific extensions to Throttle interface.
|
Dcs210PlusUsbModeSelectPane |
Pane for downloading software updates to PRICOM products
|
Dcs210PlusUsbModeSelectPane.Default |
Nested class to create one of these using old-style defaults
|
Dcs240PlusUsbModeSelectPane |
Pane for downloading software updates to PRICOM products
|
Dcs240PlusUsbModeSelectPane.Default |
Nested class to create one of these using old-style defaults
|
Dcs240UsbModeSelectPane |
Pane for downloading software updates to PRICOM products
|
Dcs240UsbModeSelectPane.Default |
Nested class to create one of these using old-style defaults
|
Dcs52UsbModeSelectPane |
Pane for downloading software updates to PRICOM products
|
Dcs52UsbModeSelectPane.Default |
Nested class to create one of these using old-style defaults
|
Debugable |
A LogixNG item that is debugable.
|
Debugable.DebugConfig |
Debug configuration for this male socket.
|
Debugger |
LogixNG Debugger
|
DebuggerAction |
Swing action to create and register a DisplayFrame object.
|
DebuggerFrame |
Frame for manual operation and debugging of the RPS system.
|
DebuggerInstanceInitializer |
|
DebuggerMaleAnalogActionSocket |
|
DebuggerMaleAnalogActionSocketFactory |
|
DebuggerMaleAnalogActionSocketSwing |
Configures an DebuggerMaleAnalogActionSocket object with a Swing JPanel.
|
DebuggerMaleAnalogActionSocketXml |
Handle XML configuration for DebuggerMaleDigitalActionSocket objects.
|
DebuggerMaleAnalogExpressionSocket |
|
DebuggerMaleAnalogExpressionSocketFactory |
|
DebuggerMaleAnalogExpressionSocketSwing |
Configures an DebuggerMaleAnalogExpressionSocket object with a Swing JPanel.
|
DebuggerMaleAnalogExpressionSocketXml |
Handle XML configuration for DebuggerMaleDigitalExpressionSocket objects.
|
DebuggerMaleDigitalActionSocket |
|
DebuggerMaleDigitalActionSocketFactory |
|
DebuggerMaleDigitalActionSocketSwing |
Configures an DebuggerMaleDigitalActionSocket object with a Swing JPanel.
|
DebuggerMaleDigitalActionSocketXml |
Handle XML configuration for DebuggerMaleDigitalActionSocket objects.
|
DebuggerMaleDigitalBooleanActionSocket |
|
DebuggerMaleDigitalBooleanActionSocketFactory |
|
DebuggerMaleDigitalBooleanActionSocketSwing |
Configures an DebuggerMaleDigitalBooleanActionSocket object with a Swing JPanel.
|
DebuggerMaleDigitalBooleanActionSocketXml |
Handle XML configuration for DebuggerMaleDigitalActionSocket objects.
|
DebuggerMaleDigitalExpressionSocket |
|
DebuggerMaleDigitalExpressionSocketFactory |
|
DebuggerMaleDigitalExpressionSocketSwing |
Configures an DebuggerMaleDigitalExpressionSocket object with a Swing JPanel.
|
DebuggerMaleDigitalExpressionSocketXml |
Handle XML configuration for DebuggerMaleDigitalExpressionSocket objects.
|
DebuggerMaleStringActionSocket |
|
DebuggerMaleStringActionSocketFactory |
|
DebuggerMaleStringActionSocketSwing |
Configures an DebuggerMaleStringActionSocket object with a Swing JPanel.
|
DebuggerMaleStringActionSocketXml |
Handle XML configuration for DebuggerMaleDigitalActionSocket objects.
|
DebuggerMaleStringExpressionSocket |
|
DebuggerMaleStringExpressionSocketFactory |
|
DebuggerMaleStringExpressionSocketSwing |
Configures an DebuggerMaleStringExpressionSocket object with a Swing JPanel.
|
DebuggerMaleStringExpressionSocketXml |
Handle XML configuration for DebuggerMaleDigitalExpressionSocket objects.
|
DebuggerSymbolTableModel |
Table model for the current symbol table while debugging
|
DebuggerTimePane |
Pane for manual operation and debugging of the RPS system.
|
DebugMenu |
Create a "Debug" menu containing the JMRI system-independent debugging tools.
|
DebugProgrammerManager |
Provides an implementation of ProgrammerManager for the debug programmer.
|
DebugThrottle |
An implementation of DccThrottle for debugging use.
|
DebugThrottleManager |
Implementation of a ThrottleManager for debugging.
|
DecoderFile |
Represents and manipulates a decoder definition, both as a file and in
memory.
|
DecoderFile.Showable |
|
DecoderIndexBuilder |
Update the decoder index and store as a command-line action.
|
DecoderIndexCreateAction |
Update the decoder index and store
|
DecoderIndexFile |
DecoderIndex represents the decoderIndex.xml (decoder types) and
nmra_mfg_list.xml (Manufacturer ID list) files in memory.
|
DecoderIndexFile.Initializer |
|
DecoderPro |
The JMRI application for configuring DCC decoders.
|
DecoderPro3 |
The JMRI application for developing the DecoderPro 3 GUI.
|
DecoderPro3Action |
AbstractAction for the DP3 window so that further windows can be opened
|
DecoderPro3Panes |
Interface for the container of a set of PaneProgPanes.
|
DecoderPro3Window |
Standalone DecoderPro3 Window.
|
DecoderProAction |
Create a new DecoderPro start window.
|
DecoderProPane |
The JMRI main pane for configuring DCC decoders.
|
DecVariableValue |
Decimal representation of a value.
|
DecVarSlider |
|
DefaultAnalogActionManager |
Class providing the basic logic of the ActionManager interface.
|
DefaultAnalogActionManagerXml |
Provides the functionality for configuring ActionManagers
|
DefaultAnalogExpressionManager |
Class providing the basic logic of the ExpressionManager interface.
|
DefaultAnalogExpressionManagerXml |
Provides the functionality for configuring ExpressionManagers
|
DefaultAnonymousTable |
Default implementation for anonymous tables
|
DefaultAudioManager |
Provide the concrete implementation for the Internal Audio Manager.
|
DefaultAudioManagerXml |
Persistency implementation for the default AudioManager persistence.
|
DefaultBackup |
Specific Backup class for backing up and restoring Operations working files
to the Default Backup Store.
|
DefaultCabSignal |
Default implementation of a Cab Signal Object, describing the state of the
track ahead relative to a locomotive with a given address.
|
DefaultCabSignalManager |
|
DefaultCatalogTreeManager |
Provide the concrete implementation for the Internal CatalogTree Manager.
|
DefaultCatalogTreeManager.Initializer |
|
DefaultCatalogTreeManagerXml |
Provides the abstract base and store functionality for configuring the
CatalogTreeManager.
|
DefaultClassMigration |
|
DefaultClipboard |
Default implementation of the clipboard
|
DefaultClockControl |
Class providing default logic of the ClockControl interface.
|
DefaultConditional |
Class providing the basic logic of the Conditional interface.
|
DefaultConditional.DataPair |
|
DefaultConditionalAction |
The consequent of the antecedent of the conditional proposition.
|
DefaultConditionalExecute |
Helper class for DefaultConditional that executes the actions of a
DefaultConditional.
|
DefaultConditionalManager |
Basic Implementation of a ConditionalManager.
|
DefaultConditionalManagerXml |
Provides the functionality for configuring ConditionalManagers.
|
DefaultConditionalNG |
The default implementation of ConditionalNG.
|
DefaultConditionalNGManager |
Class providing the basic logic of the ConditionalNG_Manager interface.
|
DefaultConditionalNGManagerXml |
Provides the functionality for configuring ConditionalNGManagers
|
DefaultCsvNamedTable |
The default implementation of a NamedTable
|
DefaultCsvNamedTableXml |
Handle XML configuration for DefaultCsvNamedTable objects.
|
DefaultDigitalActionManager |
Class providing the basic logic of the DigitalActionManager interface.
|
DefaultDigitalActionManagerXml |
Provides the functionality for configuring ActionManagers
|
DefaultDigitalBooleanActionManager |
Class providing the basic logic of the DigitalBooleanActionManager interface.
|
DefaultDigitalBooleanActionManagerXml |
Provides the functionality for configuring ActionManagers
|
DefaultDigitalExpressionManager |
Class providing the basic logic of the DigitalExpressionManager interface.
|
DefaultDigitalExpressionManagerXml |
Provides the functionality for configuring ExpressionManagers
|
DefaultEditableListModel<E> |
|
DefaultFemaleAnalogActionSocket |
Default implementation of the Female Analog Action socket
|
DefaultFemaleAnalogActionSocketFactory |
Factory class for DefaultFemaleAnalogActionSocket class.
|
DefaultFemaleAnalogExpressionSocket |
Default implementation of the Female Analog Expression socket
|
DefaultFemaleAnalogExpressionSocketFactory |
Factory class for DefaultFemaleAnalogExpressionSocket class.
|
DefaultFemaleAnySocket |
Default implementation of FemaleAnySocket
|
DefaultFemaleDigitalActionSocket |
Default implementation of the Female Digital Action socket
|
DefaultFemaleDigitalActionSocketFactory |
Factory class for DefaultFemaleDigitalActionSocket class.
|
DefaultFemaleDigitalBooleanActionSocket |
Default implementation of the Female Digital Boolean Action socket
|
DefaultFemaleDigitalExpressionSocket |
Default implementation of the Female Digital Expression socket
|
DefaultFemaleDigitalExpressionSocketFactory |
Factory class for DefaultFemaleDigitalExpressionSocket class.
|
DefaultFemaleGenericExpressionSocket |
Default implementation of the FemaleGenericExpressionSocket
|
DefaultFemaleSocketManager |
|
DefaultFemaleStringActionSocket |
Default implementation of the Female String Action socket
|
DefaultFemaleStringActionSocketFactory |
Factory class for DefaultFemaleStringActionSocket class.
|
DefaultFemaleStringExpressionSocket |
Default implementation of the Female String Expression socket
|
DefaultFemaleStringExpressionSocketFactory |
Factory class for DefaultFemaleStringExpressionSocket class.
|
DefaultGlobalVariable |
The default implementation of GlobalVariable.
|
DefaultGlobalVariableManager |
Class providing the basic logic of the GlobalVariable_Manager interface.
|
DefaultGlobalVariableManagerXml |
Provides the functionality for configuring DefaultGlobalVariableManager
|
DefaultGlobalVariableXml |
Handle XML configuration for DefaultGlobalVariable objects.
|
DefaultIdTag |
Concrete implementation of the IdTag interface for the Internal
system.
|
DefaultIdTagManager |
Concrete implementation for the Internal IdTagManager interface.
|
DefaultIdTagManager.Initializer |
|
DefaultIdTagManagerXml |
|
DefaultInstanceInitializer |
|
DefaultInternalNamedTable |
The default implementation of a NamedTable
|
DefaultJavaBeanConfigXML |
Provides services for storing Java Beans to XML using reflection.
|
DefaultLightControl |
Each LightControl object is linked to a specific Light, and provides one of
the controls available for switching the Light ON/OFF in response to time or
events occurring on the layout.
|
DefaultListCellEditor<E> |
|
DefaultLogix |
Class providing the basic logic of the Logix interface.
|
DefaultLogixManager |
Basic Implementation of a LogixManager.
|
DefaultLogixManagerXml |
Provides the functionality for configuring LogixManagers.
|
DefaultLogixNG |
The default implementation of LogixNG.
|
DefaultLogixNGInitializationManager |
Class providing the basic logic of the LogixNG_InitializationManager interface.
|
DefaultLogixNGManager |
Class providing the basic logic of the LogixNG_Manager interface.
|
DefaultLogixNGManagerXml |
Provides the functionality for configuring LogixNGManagers
|
DefaultLogixNGPreferences |
Preferences for LogixNG
|
DefaultMaleAnalogActionSocket |
Every AnalogActionBean has an DefaultMaleAnalogActionSocket as its parent.
|
DefaultMaleAnalogActionSocket.AnalogActionDebugConfig |
|
DefaultMaleAnalogActionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleAnalogActionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleAnalogExpressionSocket |
Every AnalogExpressionBean has an DefaultMaleAnalogExpressionSocket as its parent.
|
DefaultMaleAnalogExpressionSocket.AnalogExpressionDebugConfig |
|
DefaultMaleAnalogExpressionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleAnalogExpressionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleDigitalActionSocket |
Every DigitalActionBean has an DefaultMaleDigitalActionSocket as its parent.
|
DefaultMaleDigitalActionSocket.DigitalActionDebugConfig |
|
DefaultMaleDigitalActionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleDigitalActionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleDigitalBooleanActionSocket |
Every DigitalBooleanActionBean has an DefaultMaleDigitalBooleanActionSocket as its parent.
|
DefaultMaleDigitalBooleanActionSocket.DigitalBooleanActionDebugConfig |
|
DefaultMaleDigitalBooleanActionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleDigitalBooleanActionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleDigitalExpressionSocket |
Every DigitalExpressionBean has an DefaultMaleDigitalExpressionSocket as its parent.
|
DefaultMaleDigitalExpressionSocket.DigitalExpressionDebugConfig |
|
DefaultMaleDigitalExpressionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleDigitalExpressionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleStringActionSocket |
Every StringActionBean has an DefaultMaleStringActionSocket as its parent.
|
DefaultMaleStringActionSocket.StringActionDebugConfig |
|
DefaultMaleStringActionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleStringActionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMaleStringExpressionSocket |
Every StringExpressionBean has an DefaultMaleStringExpressionSocket as its parent.
|
DefaultMaleStringExpressionSocket.StringExpressionDebugConfig |
|
DefaultMaleStringExpressionSocketSwing |
Configures an DefaultMaleDigitalActionSocket object with a Swing JPanel.
|
DefaultMaleStringExpressionSocketXml |
Handle XML configuration for ActionLightXml objects.
|
DefaultMemory |
Concrete implementation of the Reporter interface for the Internal system.
|
DefaultMemoryManager |
Provide the concrete implementation for the Internal Memory Manager.
|
DefaultMemoryManagerXml |
Persistency implementation for the default MemoryManager persistence.
|
DefaultMeter |
Abstract base class for current meter objects.
|
DefaultMeter.DefaultCurrentMeter |
Default implementation of a current meter.
|
DefaultMeter.DefaultVoltageMeter |
Default implementation of a voltage meter.
|
DefaultModule |
The default implementation of Module.
|
DefaultModuleManager |
Class providing the basic logic of the LogixNG_Manager interface.
|
DefaultModuleManagerXml |
Provides the functionality for configuring DefaultModuleManager
|
DefaultModuleSwing |
Configures an DefaultModule object with a Swing JPanel.
|
DefaultModuleXml |
Handle XML configuration for DefaultModule objects.
|
DefaultMutableTreeNode |
Facial subclass for DefaultMutableTreeNode
to limit linkage for i.e.
|
DefaultNamedTableManager |
Class providing the basic logic of the NamedTable_Manager interface.
|
DefaultNamedTableManagerXml |
Provides the functionality for configuring DefaultNamedTableManager
|
DefaultPowerManager |
Default implementation for controlling layout power
|
DefaultProgrammerManager |
Provides a very basic implementation of a programmer manager by providing a
union of the AddressedProgrammerManager and GlobalProgrammerManager
interfaces.
|
DefaultRailCom |
Concrete implementation of the RailCom interface.
|
DefaultRailComManager |
|
DefaultRoute |
Class providing the basic logic of the Route interface.
|
DefaultRoute.SetRouteThread |
Class providing a thread to set route turnouts.
|
DefaultRouteManager |
Basic Implementation of a RouteManager.
|
DefaultRouteManagerXml |
Provides the functionality for configuring RouteManagers.
|
DefaultSection |
Sections represent a group of one or more connected Blocks that may be
allocated to a train traveling in a given direction.
|
DefaultSectionManager |
Basic Implementation of a SectionManager.
|
DefaultSectionManagerXml |
Provides the functionality for persistence of a SectionManager.
|
DefaultShutDownManager |
|
DefaultSignalAppearanceMap |
Default implementation of a basic signal mast aspect - appearance mapping.
|
DefaultSignalGroup |
A Conditional type to provide Signal Groups (n Signal Heads w/Conditionals
for a main Mast).
|
DefaultSignalGroupManager |
Default implementation of a SignalGroupManager.
|
DefaultSignalGroupManagerXml |
Handle XML configuration for a DefaultSignalGroupManager objects.
|
DefaultSignalHead |
Default implementation of the basic logic of the SignalHead interface.
|
DefaultSignalMastLogic |
|
DefaultSignalMastLogicManager |
Default implementation of a SignalMastLogicManager.
|
DefaultSignalMastLogicManagerXml |
|
DefaultSignalMastManager |
Default implementation of a SignalMastManager.
|
DefaultSignalMastManagerXml |
Handle XML configuration for a DefaultSignalMastManager objects.
|
DefaultSignalSystem |
Default implementation of a basic signal system definition.
|
DefaultSignalSystemManager |
Default implementation of a SignalSystemManager.
|
DefaultSignalSystemManager.AspectFile |
XmlFile is abstract, so this extends for local use
|
DefaultStack |
The default implementation of a NamedTable
|
DefaultStringActionManager |
Class providing the basic logic of the ActionManager interface.
|
DefaultStringActionManagerXml |
Provides the functionality for configuring ActionManagers
|
DefaultStringExpressionManager |
Class providing the basic logic of the ExpressionManager interface.
|
DefaultStringExpressionManagerXml |
Provides the functionality for configuring ExpressionManagers
|
DefaultSymbolTable |
The default implementation of a NamedTable
|
DefaultSymbolTable.DefaultParameter |
|
DefaultSymbolTable.DefaultSymbol |
|
DefaultSystemConnectionMemo |
Lightweight abstract class to denote that a system is active, and provide
general information.
|
DefaultTransit |
A Transit is a group of Sections representing a specified path through a
layout.
|
DefaultTransitManager |
Implementation of a Transit Manager
|
DefaultTransitManagerXml |
Provides the functionality for configuring a TransitManager.
|
DefaultUserMessagePreferencesXml |
Read XML persistence data for the now removed
jmri.managers.DefaultUserMessagePreferences class so that the current
UserPreferencesManager can use it.
|
DefaultVariableLightManager |
Default implementation of a VariableLightManager.
|
DefaultVariableLightManagerXml |
Store and load data for VariableLightManager.
|
DefaultWebServerConfiguration |
|
DeferringProgrammerManager |
Defers global programmer operations to the default global Programmer, and
addressed programmer operations to the default AddressedProgrammer.
|
DeferringProgrammerManager.Initializer |
|
DelaySound |
Implement the DELAY_SOUND macro from the Digitrax sound definition language
|
DelaySoundEditor |
Editor panel for the DELAY_SOUND macro from the Digitrax sound definition
language
|
DeleteBean<E extends NamedBean> |
Helper class for deleting a bean
|
DeleteBean.DeleteTask<T> |
|
DeleteBean.GetListenersRef<T> |
|
DeleteCarRosterAction |
This routine will delete all cars from the operation database, or delete all
cars at a location, or sitting on a track.
|
DeleteEngineRosterAction |
This routine will remove all engines from the operation database.
|
DeleteRosterGroupAction |
Remove roster group.
|
DeleteRosterItemAction |
Remove a locomotive from the roster.
|
DenialServlet |
Servlet that simply sends an HTTP 403 FORBIDDEN error.
|
DerailerStatusPacket |
Derailer status
|
DeselectTrainAction |
|
DestinationPoints |
|
DetectionPanel |
Panel for Occupancy and Error detection.
|
DeviceListener |
|
DeviceManager |
Interface for WiThrottle device managers.
|
DeviceManager.DeviceManagerThread |
|
DeviceServer |
|
DiagnosticAction |
Swing action to create and register a DiagnosticFrame object
|
DiagnosticFrame |
Frame for running CMRI diagnostics
|
DialogErrorHandler |
Swing dialog for reporting errors while loading.
|
Diesel3Sound |
Diesel Sound version 3.
|
DieselPane |
Sound control buttons for the new GUI.
|
DieselSound |
Diesel Sound initial version.
|
DigitalAction |
A LogixNG digitalaction.
|
DigitalActionBean |
A LogixNG digital action bean.
|
DigitalActionFactory |
Factory class for DigitalAction classes.
|
DigitalActionManager |
Manager for DigitalActionBean
|
DigitalBooleanAction |
A LogixNG logix emulator action.
|
DigitalBooleanActionBean |
A LogixNG logix emulator action bean.
|
DigitalBooleanActionFactory |
Factory class for DigitalBooleanAction classes.
|
DigitalBooleanActionManager |
Manager for DigitalBooleanActionBean
|
DigitalBooleanFactory |
The factory for DigitalAction classes.
|
DigitalBooleanMany |
Execute many Actions in a specific order.
|
DigitalBooleanManySwing |
Configures an ActionTurnout object with a Swing JPanel.
|
DigitalBooleanManyXml |
Handle XML configuration for ActionLightXml objects.
|
DigitalBooleanOnChange |
Executes an action depending on the parameter.
|
DigitalBooleanOnChange.Trigger |
The trigger of Action.
|
DigitalBooleanOnChangeSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
DigitalBooleanOnChangeXml |
Handle XML configuration for ActionLightXml objects.
|
DigitalCallModule |
This action executes a module.
|
DigitalCallModule |
This expression evaluates a module.
|
DigitalCallModuleSwing |
Configures an ModuleDigitalAction object with a Swing JPanel.
|
DigitalCallModuleSwing |
Configures an ModuleDigitalExpression object with a Swing JPanel.
|
DigitalCallModuleXml |
Handle XML configuration for ActionLightXml objects.
|
DigitalCallModuleXml |
Handle XML configuration for ExpressionLightXml objects.
|
DigitalExpression |
DigitalExpressionBean is used in LogixNG to answer a question that can give
the answers 'true' or 'false'.
|
DigitalExpressionBean |
DigitalExpressionBean is a DigitalExpression that also implements NamedBean.
|
DigitalExpressionFactory |
Factory class for DigitalExpressionBean classes.
|
DigitalExpressionManager |
Manager for DigitalExpressionBean
|
DigitalFactory |
The factory for DigitalAction classes.
|
DigitalFactory |
The factory for DigitalExpressionBean classes.
|
DigitalFormula |
This action evaluates the formula.
|
DigitalFormula |
Evaluates to True if the formula evaluates to true
|
DigitalFormula.ExpressionEntry |
|
DigitalFormula.ExpressionEntry |
|
DigitalFormula.SocketData |
|
DigitalFormula.SocketData |
|
DigitalFormulaSwing |
Configures an Formula object with a Swing JPanel.
|
DigitalFormulaSwing |
Configures an Formula object with a Swing JPanel.
|
DigitalFormulaXml |
Handle XML configuration for ActionLightXml objects.
|
DigitalFormulaXml |
Handle XML configuration for ActionLightXml objects.
|
DigitalIO |
Represent a digital I/O on the layout.
|
DigitalMany |
Execute many Actions in a specific order.
|
DigitalManySwing |
Configures an ActionTurnout object with a Swing JPanel.
|
DigitalManyXml |
Handle XML configuration for ActionLightXml objects.
|
DirectComponentFactory |
Provide access to Swing components for the Direct subsystem.
|
DirectConnectionTypeList |
Return a list of valid Direct Connection Types.
|
DirectionPane |
Pane for setting listened to and sent from directions.
|
DirectMenu |
Create a "Systems" menu containing the Jmri direct-drive-specific tools (none at present).
|
DirectoryHandler |
|
DirectoryResource |
Override
Resource.getListHTML(java.lang.String, boolean, java.lang.String)
in Resource so that directory
listings can include the complete JMRI look and feel.
|
DirectorySearcher |
A file system directory searcher to locate Image files to include in an Image
Catalog.
|
DirectoryService |
Service that returns a directory listing that matches the JMRI web site
theme.
|
DirectSystemConnectionMemo |
Minimum required SystemConnectionMemo.
|
DisconnectPacket |
Force a unit to disconnect and connect again, with a reason.
|
DispatcherAction |
Swing action to create and register a DispatcherFrame
|
DispatcherActiveTrainManager |
The Dispatcher support in LogixNG provides the ability to start, control, and terminate trains.
|
DispatcherFrame |
Dispatcher functionality, working with Sections, Transits and ActiveTrain.
|
DispatcherFrame.HeaderActionListener |
|
DispatcherFrame.HeldMastDetails |
|
DispatcherFrame.TrainsFrom |
|
DispatcherPro |
The JMRI program for creating control panels.
|
DispatcherStartupActionFactory |
Factory for Dispatcher startup actions.
|
DisplayFrame |
Extended JmriJFrame that allows to add an InitEventListener for display of
a tabbed frame in the CPE Add Item ItemPalette pane.
|
Disposable |
Interface that indicates that a class has a Disposable.dispose() method that
can be called without arguments.
|
Distributor |
Distributes Readings and the Measurements calculated from them.
|
Distributor.ForwardMeasurement |
Forward the Measurement from the Swing thread.
|
Distributor.ForwardReading |
Forward the Reading from the Swing thread.
|
Division |
Represents a railroad division
|
DivisionEditFrame |
Frame for user edit of a division
|
DivisionManager |
Manages divisions.
|
DmxSequence |
Represent a sequence of one or more Dmx commands (unit and intensity).
|
DmxSequence.Cmd |
Represent a single Dmx command
|
DmxSequence.Command |
Represent a single Dmx command, which is a unit and intensity pair
|
DnDJTable |
Support for GUI to define OBlocks and its parts.
|
DnDJTable.DnDHandler |
|
DnDJTable.TableCellSelection |
|
DnDJTable.TableCellTransferable |
|
DnDList<E> |
An extension of JList that supports drag and drop to
rearrange its contents and to move objects in and out of the list.
|
DnDStringImportHandler |
Simple TransferHandler that overwrites the text in a JTextField component.
|
DnDTableExportHandler |
|
DnDTableImportExportHandler |
Simple TransferHandler that imports and exports Strings into JTable cells.
|
DoAnalogAction |
Executes an analog action with the result of an analog expression.
|
DoAnalogActionSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
DoAnalogActionXml |
Handle XML configuration for ActionLightXml objects.
|
DoStringAction |
Executes an string action with the result of an string expression.
|
DoStringActionSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
DoStringActionXml |
Handle XML configuration for ActionLightXml objects.
|
DoubleTurnoutSignalHead |
Drive a single signal head via two "Turnout" objects.
|
DoubleTurnoutSignalHeadXml |
Handle XML configuration for DoubleTurnoutSignalHead objects.
|
DragJComponent |
Gives a JComponent the capability to Drag and Drop
This file is part of JMRI.
|
DragJLabel |
Gives a JLabel the capability to Drag and Drop.
|
DrawCircle |
|
DrawEllipse |
|
DrawFrame |
Frame to create/edit a Control Panel shape PositionableShape object.
|
DrawPolygon |
|
DrawRectangle |
|
DrawRoundRect |
|
DrawSquares |
Common utility to draw colored rectangular Image.
|
DropJLabel |
|
Ds64TabbedPanel |
A "tabbed" swing panel to display and modify Digitrax DS64 board
configuration.
|
DualDecoderSelectFrame |
Frame for user dual-decoder select too.
|
DualDecoderSelectPane |
Pane for selecting an active decoder from multiple ones in a loco
|
DualDecoderStartupActionFactory |
Factory for dual decoder tool startup actions.
|
DualDecoderToolAction |
Swing action to create and register a DualDecoderTool
|
DuplexGroupInfoPanel |
Provides a JPanel for querying and configuring Digitrax Duplex and WiFi
network identification.
|
DuplexGroupInfoPanel.Default |
Nested class to create a DuplexGroupInfoPanel using old-style defaults.
|
DuplexGroupInfoPanel.ResponsesTableModel |
|
DuplexGroupMessageType |
|
DuplexGroupScanPanel |
Defines a GUI and associated logic to perform energy scan operations on
Duplex radio channels.
|
DuplexGroupTabbedPanel |
Implements a panel with tabs which allows:
configuration of Duplex Group identity information
scanning of Duplex channels for interfering signal sources
This tool works equally well with UR92 and UR92CE devices.
|
DuplicateKeyMap<K,V> |
A map that may contain multiple items with same key
|
EarlyInitializationPreferences |
Allow the user to configure properties that needs to be setup very early
when JMRI starts, for example before Swing starts up.
|
EasyDccCommandStation |
EasyDCC implementation of the CommandStation interface.
|
EasyDccComponentFactory |
Provide access to Swing components for the EasyDCC subsystem.
|
EasyDccConnectionTypeList |
Returns a list of valid lenz XpressNet Connection Types.
|
EasyDccConsist |
This is the Consist definition for a consist on an EasyDCC system. it uses
the EasyDcc specific commands to build a consist.
|
EasyDccConsistManager |
|
EasyDccInterface |
Layout interface, similar to command station
|
EasyDccListener |
Defines the interface for listening to traffic on the EasyDcc communications
link.
|
EasyDccMenu |
Create a "Systems" menu containing the Jmri EasyDCC-specific tools.
|
EasyDccMessage |
Encodes a message to an EasyDCC command station.
|
EasyDccMonAction |
Swing action to create and register an EasyDccMonFrame object.
|
EasyDccMonFrame |
Frame displaying (and logging) EasyDCC command messages.
|
EasyDccNetworkPortController |
Abstract base for classes representing an EasyDCC communications port.
|
EasyDccOpsModeProgrammer |
Provide an Ops Mode Programmer via a wrapper that works with the
EasyDccCommandStation object.
|
EasyDccPacketGenAction |
Swing action to create and register an EasyDccPacketGenFrame object
|
EasyDccPacketGenFrame |
Frame for user input of EasyDCC messages.
|
EasyDccPortController |
Abstract base for classes representing an EasyDCC communications port.
|
EasyDccPowerManager |
PowerManager implementation for controlling layout power
|
EasyDccProgrammer |
Implements the jmri.Programmer interface via commands for the EasyDCC
powerstation.
|
EasyDccProgrammerManager |
Extend DefaultProgrammerManager to provide ops mode programmers for EasyDCC
systems.
|
EasyDccReply |
Carries the reply to an EasyDccMessage.
|
EasyDccSimulatorTrafficController |
Converts Stream-based I/O to/from EasyDcc messages.
|
EasyDccSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
EasyDccThrottle |
An implementation of DccThrottle with code specific to an EasyDCC connection.
|
EasyDccThrottleManager |
EasyDCC implementation of a ThrottleManager.
|
EasyDccTrafficController |
Converts Stream-based I/O to/from EasyDcc messages.
|
EasyDccTurnout |
EasyDCC implementation of the Turnout interface.
|
EasyDccTurnoutManager |
Implement turnout manager for EasyDcc systems.
|
EasyDccTurnoutManagerXml |
Provides load and store functionality for configuring EasyDccTurnoutManagers.
|
EcosComponentFactory |
Provide access to Swing components for the Ecos subsystem.
|
EcosConnectionTypeList |
Returns a list of valid ESU Ecos Connection Types
|
EcosDccThrottle |
An implementation of DccThrottle with code specific to an ECoS connection.
|
EcosDccThrottleManager |
EcosDCC implementation of a ThrottleManager.
|
EcosInterface |
Define interface for sending and receiving messages to the ECoS command
station.
|
EcosListener |
Defines the interface for listening to traffic on the ECoS communications
link.
|
EcosLocoAddress |
Stores all the loco information from the ECoS into JMRI
|
EcosLocoAddressManager |
Class to manage the ECoS Loco entries within JMRI.
|
EcosLocoAddressManagerXml |
This class is here to prevent error messages being presented to the user on
opening JMRI or saving the panel file, when connected to an Ecos.
|
EcosLocoTableAction |
|
EcosLocoTableAction.RosterBoxRenderer |
|
EcosLocoTableAction.RosterComboBoxEditor |
|
EcosLocoTableTabAction |
|
EcosLocoToRoster |
|
EcosLocoToRoster.DecoderTreeNode |
|
EcosMenu |
Create a "Systems" menu containing the Jmri ECoS-specific tools.
|
EcosMenu.Item |
|
EcosMessage |
Encodes a message to an Ecos command station.
|
EcosMonPane |
Swing action to create and register a MonFrame object
|
EcosMonPane.Default |
Nested class to create one of these using old-style defaults
|
EcosNamedPaneAction |
Action to create and load a JmriPanel from just its name.
|
EcosOpsModeProgrammer |
Provide an Ops Mode Programmer via a wrapper what works with the ECoS command
station object.
|
EcosPanel |
JPanel extension to handle automatic creation of window title and help
reference for Ecos panels
|
EcosPanelInterface |
JPanel interface to handle providing system connection information to a
panel.
|
EcosPortController |
Identifying class representing a ECOS communications port
|
EcosPowerManager |
PowerManager implementation for controlling ECoS layout power.
|
EcosPreferences |
Stores User Preferences on how to deal with synchronising the Ecos Database
with JMRI.
|
EcosPreferencesXml |
This class is here to prevent error messages being presented to the user on
opening JMRI or saving the panel file, when connected to an Ecos.
|
EcosProgrammer |
Implements the jmri.Programmer interface via commands for the ECoS
programmer.
|
EcosProgrammerManager |
Extend DefaultProgrammerManager to provide programmers on ECos
Programming track is supported from ECoS firmware version 4.1.
|
EcosReply |
Carries the reply to an EcosMessage.
|
EcosReporter |
Extend jmri.AbstractReporter for Ecos Reporters Implemenation for providing
status of rail com decoders at this reporter location.
|
EcosReporterManager |
EcosReporterManager implements the ReporterManager for ECoS
|
EcosReporterManagerXml |
Provides load and store functionality for configuring EcosReporterManagers.
|
EcosSensor |
Implement a Sensor via ECoS communications.
|
EcosSensorManager |
Implement sensor manager for ECoS systems.
|
EcosSensorManagerXml |
Provides load and store functionality for configuring EcosSensorManagers.
|
EcosSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
EcosTrafficController |
Converts Stream-based I/O to/from ECOS messages.
|
EcosTurnout |
Implement a Turnout via ECoS communications.
|
EcosTurnoutManager |
Implement turnout manager for Ecos systems.
|
EcosTurnoutManagerXml |
Provides load and store functionality for configuring EcosTurnoutManagers.
|
EditableList<E> |
|
EditableListModel<E> |
|
EditableResizableImagePanel |
|
EditCarTypeAction |
Swing action to create and register a LocationCopyFrame object.
|
EditCircuitFrame |
|
EditCircuitPaths |
|
EditCommentDialog |
Show a dialog that lets the user edit a multiline comment
|
EditConnectionPreferences |
Provide access to the connection preferences via a tabbed pane.
|
EditConnectionPreferences.PreferencesCatItems |
|
EditConnectionPreferences.PreferencesCatItems.TabDetails |
|
EditConnectionPreferencesDialog |
Provide a Connection preferences dialog.
|
EditFrame |
Abstract class for the editing frames of CircuitBulder
|
EditManifestHeaderTextAction |
Swing action to open a window that allows a user to edit the manifest header
text strings.
|
EditManifestHeaderTextFrame |
Frame for user edit of manifest header text strings
|
EditManifestHeaderTextPanel |
Frame for user edit of manifest header text strings
|
EditManifestTextAction |
Swing action to open a window that allows a user to edit the manifest text
strings.
|
EditManifestTextFrame |
Frame for user edit of manifest text strings
|
EditManifestTextPanel |
Frame for user edit of manifest text strings
|
EditNodeFrame |
Frame for Editing Nodes
|
Editor |
This is the Model and a Controller for panel editor Views.
|
Editor.JFrameItem |
|
Editor.ToolTipTimer |
|
EditorActionFactory |
Factory for creating AbstractAction s that create new Editor s.
|
EditorFilePane |
Pane for editing Digitrax SPJ files.
|
EditorFrame |
Frame for editing Digitrax SDF files.
|
EditorManager |
Manager for JMRI Editors.
|
EditorPane |
Pane for editing Digitrax SDF files.
|
EditorPane |
Frame for editing Digitrax SPJ files.
|
EditorTableDataModel |
Table data model for display of Digitrax SPJ files.
|
EditPortalDirection |
|
EditPortalFrame |
|
EditSignalFrame |
|
EditSwitchListTextAction |
Swing action to open a window that allows a user to edit the switch list text
strings.
|
EditSwitchListTextFrame |
Frame for user edit of switch list text strings
|
EditSwitchListTextPanel |
Frame for user edit of switch list text strings
|
EditThreadsDialog |
|
ElectricalPointsLockStatusPacket |
Points Lock object status.
|
EliteAdapter |
Provide access to XpressNet via the Hornby Elite's built in USB port.
|
EliteConnectionTypeList |
Returns a list of valid lenz XpressNet Connection Types.
|
EliteXNetProgrammer |
Programmer support for Hornby Elite implementationn of XpressNet.
|
EliteXNetSystemConnectionMemo |
Lightweight class to denote that a system is active and provide general
information
|
EliteXNetThrottle |
An implementation of DccThrottle with code specific to an XpressNet
connection on the Hornby Elite.
|
EliteXNetThrottleManager |
XNet implementation of a ThrottleManager based on the
AbstractThrottleManager.
|
EliteXNetTurnout |
Extend jmri.jmrix.XNetTurnout to handle turnouts on Hornby Elite
connections.
|
EliteXNetTurnoutManager |
Implement XNet turnout manager - Specific to Hornby Elite
|
EliteXNetTurnoutManagerXml |
Provides load and store functionality for configuring XNetTurnoutManagers.
|
Em18RfidProtocol |
Common routines to extract the Tag information and validate checksum for
implementations that use the EM-18 protocol.
|
EnableDestinationAction |
Swing action to create and register a CarsSetFrame object.
|
EnableLogix |
This action enables/disables a Logix.
|
EnableLogix.Operation |
|
EnableLogixSwing |
Configures an EnableLogix object with a Swing JPanel.
|
EnableLogixXml |
Handle XML configuration for ActionLightXml objects.
|
EnablingCheckboxRenderer |
Handle painting checkbox classes in a JTable.
|
EndSound |
Implement the END_SOUND macro from the Digitrax sound definition language.
|
EndSoundEditor |
Editor panel for the END_SOUND.
|
Engine |
Represents a locomotive on the layout
|
Engine |
Engine does basic computations of RPS system.
|
EngineAttributeAction |
Frame for adding and editing the car roster for operations.
|
EngineAttributeEditFrame |
Frame for editing an engine attribute.
|
EngineDeleteAttributeAction |
|
EngineEditFrame |
Frame for user edit of engine
|
Engineer |
Execute a throttle command script for a warrant.
|
EngineLengths |
Represents the lengths that engines can have.
|
EngineManager |
Manages the engines.
|
EngineManagerXml |
Loads and stores engines using xml files.
|
EngineModels |
Represents the various engine models a railroad can have.
|
EngineModels.Initializer |
|
EnginePane |
Superclass for Diesel, Steam, Electric panes.
|
EngineRosterMenu |
Provides a context-specific menu for handling the Roster.
|
EngineSetFrame |
Frame for user to place engine on the layout
|
EngineSound |
Superclass for Steam, Diesel and Electric Sound.
|
EngineSoundEvent |
Handles sound events for all types.
|
EnginesTableAction |
Swing action to create and register a EnginesTableFrame object.
|
EnginesTableFrame |
Frame for adding and editing the engine roster for operations.
|
EnginesTableModel |
Table Model for edit of engines used by operations
|
EngineTypes |
Represents the types of engines a railroad can have.
|
EnhancementRequest |
|
EnterGridSizesDialog |
Layout Editor Dialogs implements some dialogs for the Layout Editor
|
EnterReporterDialog |
Layout Editor Dialogs implements some dialogs for the Layout Editor
|
EntryExitPairs |
Implements an Entry Exit based method of setting turnouts, setting up signal
logic and allocating blocks through a path based on the Layout Editor.
|
EntryExitPairs.SourceToDest |
Class to store NX sets consisting of a source point, a destination point,
a direction and a reference.
|
EntryExitPairs.StackDetails |
Class to collect (stack) routes when they are requested but blocked.
|
EntryExitPairsXml |
This module handles configuration for the Entry Exit pairs used in
interlocking on a Layout Editor Panel.
|
EntryExitWhereUsed |
Find entry/exit references.
|
EntryPoint |
Represent an EntryPoint to a Section of track.
|
EnumVariableValue |
Extends VariableValue to represent an enumerated variable.
|
EnumVariableValue.TreeLeafNode |
|
EnumVariableValue.VarComboBox |
|
Error |
Returns from a Module or a ConditionalNG.
|
ErrorHandler |
Default operation for reporting errors while loading.
|
ErrorHandlingDialog |
|
ErrorHandlingDialog_MultiLine |
|
ErrorMemo |
Memo class to remember errors encountered during loading
|
ErrorSwing |
Configures an Error object with a Swing JPanel.
|
ErrorXml |
Handle XML configuration for ActionLightXml objects.
|
EventTableAction |
Swing action to create and register a EventTablePane object
|
EventTablePane |
Pane for displaying a table of relationships of nodes, producers and consumers
|
EventTablePane.Default |
Nested class to create one of these using old-style defaults
|
EventTablePane.EventTableDataModel |
Nested class to hold data model
|
EventTablePane.EventTableDataModel.TripleMemo |
|
EventTablePane.Monitor |
Internal class to watch OpenLCB traffic
|
EvResponderPane |
Pane for viewing and setting simulated network objects.
|
ExceptionContext |
Wraps an Exception and allows extra contextual information to be added, such
as what was happening at the time of the Exception, and a hint as to what the
user might do to correct the problem.
|
ExceptionDisplayFrame |
Static methods to display an Exception Dialog.
|
ExecuteDelayed |
Executes a digital action delayed.
|
ExecuteDelayedSwing |
Configures an ExecuteDelayed object with a Swing JPanel.
|
ExecuteDelayedXml |
Handle XML configuration for ExecuteDelayed objects.
|
ExecuteLock |
Protect the DefaultConditionalNG.execute() method.
|
Exit |
Returns from a Module or a ConditionalNG.
|
ExitException |
This exception is thrown by the Exit action.
|
ExitSwing |
Configures an Exit object with a Swing JPanel.
|
ExitXml |
Handle XML configuration for Exit objects.
|
ExpectedState<T,S> |
Record an object and its expected state within a specific scenario.
|
ExportCarRosterAction |
Starts the ImportCars thread
|
ExportCars |
Exports the car roster into a comma delimited file (CSV).
|
ExportEngineRosterAction |
Starts the ImportEngines thread
|
ExportEngines |
Exports the Engine roster into a comma delimited file (CSV).
|
ExportLocations |
Exports the location roster into a comma delimited file (CSV).
|
ExportLocationsRosterAction |
Starts the export locations action
|
ExportRosterItemAction |
Export a roster element as a new definition file.
|
ExportRoutes |
Export Routes to CSV file
|
ExportRoutesAction |
Export Routes to a CSV file
|
ExportSchedules |
Exports the Operation Schedules into a comma delimited file (CSV).
|
ExportSchedulesAction |
Starts the export schedules action
|
ExportTimetable |
Provides an export to the Timetable feature.
|
ExportTimetableAction |
Export data for the Timetable app to a CSV file
|
ExportTrainLineups |
Builds the train lineups in a comma delimited file (CSV).
|
ExportTrainLineupsAction |
Action to create the train lineups in a CSV file.
|
ExportTrainRosterAction |
Export trains to a CSV file
|
ExportTrains |
Exports the train roster into a comma delimited file (CSV).
|
ExpressionAudio |
This expression evaluates the state of an Audio.
|
ExpressionAudio.AudioState |
|
ExpressionAudioSwing |
Configures an ExpressionAudio object with a Swing JPanel.
|
ExpressionAudioXml |
Handle XML configuration for ExpressionAudioXml objects.
|
ExpressionBlock |
This expression evaluates the state of a Block.
|
ExpressionBlock.BlockState |
|
ExpressionBlockSwing |
Configures an ExpressionBlock object with a Swing JPanel.
|
ExpressionBlockXml |
Handle XML configuration for ExpressionBlockXml objects.
|
ExpressionClock |
This expression is a clock.
|
ExpressionClock.Type |
|
ExpressionClockSwing |
Configures an ExpressionClock object with a Swing JPanel.
|
ExpressionClockXml |
Handle XML configuration for ActionLightXml objects.
|
ExpressionConditional |
Evaluates the state of a Conditional.
|
ExpressionConditional.ConditionalState |
|
ExpressionConditionalSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
ExpressionConditionalXml |
Handle XML configuration for ActionLightXml objects.
|
ExpressionDispatcher |
This expression checks the status or mode of an active train.
|
ExpressionDispatcher.DispatcherState |
|
ExpressionDispatcherSwing |
Configures an ExpressionDispatcher object with a Swing JPanel.
|
ExpressionDispatcherXml |
Handle XML configuration for ExpressionLightXml objects.
|
ExpressionEntryExit |
This expression sets the state of a DestinationPoints.
|
ExpressionEntryExit.EntryExitState |
|
ExpressionEntryExitSwing |
Configures an ExpressionEntryExit object with a Swing JPanel.
|
ExpressionEntryExitXml |
Handle XML configuration for ExpressionLightXml objects.
|
ExpressionFactory |
The factory for LogixNG LocoNet classes.
|
ExpressionFactory.LocoNet |
|
ExpressionLight |
This expression sets the state of a light.
|
ExpressionLight.LightState |
|
ExpressionLightSwing |
Configures an ExpressionLight object with a Swing JPanel.
|
ExpressionLightXml |
Handle XML configuration for ExpressionLightXml objects.
|
ExpressionLinuxLinePower |
Check the status of battery and power supply.
|
ExpressionLinuxLinePower.NoPowerSuppliesException |
|
ExpressionLinuxLinePowerSwing |
Configures an ExpressionLinuxLinePower object with a Swing JPanel.
|
ExpressionLinuxLinePowerXml |
Handle XML configuration for ExpressionLinuxLinePowerXml objects.
|
ExpressionLocalVariable |
Evaluates the state of a local variable.
|
ExpressionLocalVariable.CompareTo |
|
ExpressionLocalVariable.VariableOperation |
|
ExpressionLocalVariableSwing |
Configures an ExpressionLocalVariable object with a Swing JPanel.
|
ExpressionLocalVariableXml |
Handle XML configuration for ExpressionLocalVariable objects.
|
ExpressionMemory |
Evaluates the state of a Memory.
|
ExpressionMemory.CompareTo |
|
ExpressionMemory.MemoryOperation |
|
ExpressionMemorySwing |
Configures an ExpressionMemory object with a Swing JPanel.
|
ExpressionMemoryXml |
Handle XML configuration for ExpressionMemory objects.
|
ExpressionNode |
A parsed expression
|
ExpressionNodeArithmeticOperator |
A parsed expression
|
ExpressionNodeArray |
A parsed expression
|
ExpressionNodeAssignmentOperator |
A parsed expression
|
ExpressionNodeBinaryOperator |
A parsed expression
|
ExpressionNodeBooleanOperator |
A parsed expression
|
ExpressionNodeComparingOperator |
A parsed expression
|
ExpressionNodeComplex |
A parsed expression
|
ExpressionNodeFalse |
A parsed expression that always return false
|
ExpressionNodeFloatingNumber |
A parsed expression
|
ExpressionNodeFunction |
A parsed expression
|
ExpressionNodeIdentifier |
A parsed expression
|
ExpressionNodeIncreaseDecreaseOperator |
A parsed expression
|
ExpressionNodeInstanceVariable |
A parsed expression
|
ExpressionNodeIntegerNumber |
A parsed expression
|
ExpressionNodeMap |
A parsed expression
|
ExpressionNodeMethod |
A parsed expression
|
ExpressionNodeString |
A parsed expression
|
ExpressionNodeTernaryOperator |
A parsed expression
|
ExpressionNodeTrue |
A parsed expression that always return true
|
ExpressionNodeWithParameter |
An expression that takes a parameter.
|
ExpressionOBlock |
This expression sets the state of a oblock.
|
ExpressionOBlockSwing |
Configures an ExpressionOBlock object with a Swing JPanel.
|
ExpressionOBlockXml |
Handle XML configuration for ExpressionOBlockXml objects.
|
ExpressionPower |
This expression sets the state of a power.
|
ExpressionPower.PowerState |
|
ExpressionPowerSwing |
Configures an ExpressionPower object with a Swing JPanel.
|
ExpressionPowerXml |
Handle XML configuration for ExpressionPower objects.
|
ExpressionReference |
Evaluates what a reference points to.
|
ExpressionReference.PointsTo |
|
ExpressionReferenceSwing |
Configures an ExpressionReference object with a Swing JPanel.
|
ExpressionReferenceXml |
Handle XML configuration for ActionLightXml objects.
|
ExpressionReporter |
Evaluates the state of a Reporter.
|
ExpressionReporter.CompareTo |
|
ExpressionReporter.ReporterOperation |
|
ExpressionReporter.ReporterValue |
|
ExpressionReporterSwing |
Configures an ExpressionReporter object with a Swing JPanel.
|
ExpressionReporterXml |
Handle XML configuration for ActionReporterXml objects.
|
ExpressionScript |
Executes a script.
|
ExpressionScript.OperationType |
|
ExpressionScriptSwing |
Configures an ExpressionScript object with a Swing JPanel.
|
ExpressionScriptXml |
Handle XML configuration for ExpressionSimpleScript objects.
|
ExpressionSection |
This expression evaluates the state of a Section.
|
ExpressionSection.SectionState |
|
ExpressionSectionSwing |
Configures an ExpressionSection object with a Swing JPanel.
|
ExpressionSectionXml |
Handle XML configuration for ExpressionSectionXml objects.
|
ExpressionSensor |
This expression sets the state of a sensor.
|
ExpressionSensor.SensorState |
|
ExpressionSensorEdge |
This expression checks the flank of the change of the state of a sensor.
|
ExpressionSensorEdge.SensorState |
|
ExpressionSensorEdgeSwing |
Configures an ExpressionSensorEdge object with a Swing JPanel.
|
ExpressionSensorEdgeXml |
Handle XML configuration for ExpressionSensorEdgeXml objects.
|
ExpressionSensorSwing |
Configures an ExpressionSensor object with a Swing JPanel.
|
ExpressionSensorXml |
Handle XML configuration for ExpressionSensorXml objects.
|
ExpressionSignalHead |
Evaluates the state of a SignalHead.
|
ExpressionSignalHead.QueryType |
|
ExpressionSignalHeadSwing |
Configures an ExpressionSignalHead object with a Swing JPanel.
|
ExpressionSignalHeadXml |
Handle XML configuration for ExpressionSignalHeadXml objects.
|
ExpressionSignalMast |
Evaluates the state of a SignalMast.
|
ExpressionSignalMast.QueryType |
|
ExpressionSignalMastSwing |
Configures an ExpressionSignalMast object with a Swing JPanel.
|
ExpressionSignalMastXml |
Handle XML configuration for ExpressionSignalMastXml objects.
|
ExpressionSlotUsage |
This expression compares the number of slots that are currently in use with
a threshold number.
|
ExpressionSlotUsage.AdvancedState |
|
ExpressionSlotUsage.Compare |
|
ExpressionSlotUsage.Has_HasNot |
|
ExpressionSlotUsage.PercentPieces |
|
ExpressionSlotUsage.SimpleState |
|
ExpressionSlotUsageSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
ExpressionSlotUsageXml |
Handle XML configuration for ExpressionSlotUsage objects.
|
ExpressionTransit |
This expression evaluates the state of a Transit.
|
ExpressionTransit.TransitState |
|
ExpressionTransitSwing |
Configures an ExpressionTransit object with a Swing JPanel.
|
ExpressionTransitXml |
Handle XML configuration for ExpressionTransitXml objects.
|
ExpressionTurnout |
This expression sets the state of a turnout.
|
ExpressionTurnout.TurnoutState |
|
ExpressionTurnoutSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
ExpressionTurnoutXml |
Handle XML configuration for ExpressionTurnoutXml objects.
|
ExpressionWarrant |
This expression sets the state of a warrant.
|
ExpressionWarrant.WarrantState |
|
ExpressionWarrantSwing |
Configures an ExpressionWarrant object with a Swing JPanel.
|
ExpressionWarrantXml |
Handle XML configuration for ExpressionWarrantXml objects.
|
ExtraMenuAction |
Action to create a dialog so that the user can select an extra menu item to
execute.
|
ExtraMenuTableModel |
Holds a table of the extra menu items available for a particular decoder.
|
FacelessServer |
Copied from UserInterface, but with the UI stuff removed.
|
FactoryResetAction |
Action to create a dialog so that the user can select a factory reset to
execute.
|
False |
Always evaluates to False.
|
FalseSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
FalseXml |
Handle XML configuration for ActionLightXml objects.
|
FamilyItemPanel |
ItemPanel general implementation for placement of CPE items having sets of
icons (families).
|
FastClock |
Provide access to fast clock capabilities in hardware or software.
|
FastClockController |
Fast Clock interface for Wi-Fi throttles.
|
FeedbackItem |
Represents a single response from the XpressNet.
|
FemaleAnalogActionSocket |
A female socket for AnalogAction
|
FemaleAnalogExpressionSocket |
A female socket for AnalogExpression
|
FemaleAnySocket |
A female socket that can hold any male socket
|
FemaleDigitalActionSocket |
A female socket for DigitalAction
|
FemaleDigitalBooleanActionSocket |
A female socket for DigitalBooleanAction
|
FemaleDigitalExpressionSocket |
A female socket for DigitalExpression
|
FemaleGenericExpressionSocket |
A generic female socket
|
FemaleGenericExpressionSocket.SocketType |
|
FemaleSocket |
A LogixNG female expression socket.
|
FemaleSocketFactory |
Factory class for FemaleSocket classes.
|
FemaleSocketListener |
A listener for when a socket is connected or disconnected.
|
FemaleSocketManager |
Manager for FemaleSockets
|
FemaleSocketManager.SocketType |
|
FemaleSocketOperation |
An enum with the values "is" and "is not"
|
FemaleStringActionSocket |
A female socket for StringAction
|
FemaleStringExpressionSocket |
A female socket for StringExpression
|
FieldSection<To extends java.lang.Enum<To>,From extends java.lang.Enum<From>> |
A Section is the base type for the pieces that make up and are referenced by a Station .
|
FileAsFlag |
Does a file exists?
|
FileAsFlag.DeleteOrKeep |
|
FileAsFlagSwing |
Configures an FileAsFlag object with a Swing JPanel.
|
FileAsFlagXml |
Handle XML configuration for FileAsFlag objects.
|
FileHistory |
Memo class to remember a file revision history.
|
FileHistoryAction |
Swing action to display the file revision history
|
FileHistoryXml |
Load/Store FileHistory objects.
|
FileLocationPane |
Provide GUI to configure the Default File Locations.
|
FileLocationPaneXml |
Handle XML persistence of directory locations.
|
FileLocationsPreferences |
|
FileMeta |
object type for storing uploaded file data based on examples at
http://hmkcode.com/java-servlet-jquery-file-upload/
|
FileUtil |
Common utility methods for working with Files.
|
FileUtil.Location |
|
FileUtil.Property |
PropertyChangeEvents for properties that are Profile-specific use a
Property to enclose both the Profile and the value of the property.
|
FileUtilSupport |
Support the FileUtil static API while providing
PropertyChangeSupport for listening to changes in the
paths.
|
FindBugsCheck |
Check how SpotBugs (formally FindBugs) and annotations interact.
|
FirstTimeStartUpWizard |
|
FirstTimeStartUpWizard.WizardPage |
|
FirstTimeStartUpWizardAction |
|
Fleeting |
|
FloatTrigger |
Float trigger.
|
FnMapPanel |
Provide a graphical representation of the NMRA Standard mapping between cab
functions and physical outputs.
|
FnMapPanelESU |
Provide a graphical representation of the ESU mapping table.
|
Follower |
Provide bean-like access to the collection of Logix, Routes, Memories, etc
that make up a Follower.
|
FollowerAction |
JmriJFrameAction to create and register a FollowerFrame object
|
FollowerFrame |
User interface frame for creating and editing "Follower" logic on USS CTC
machines.
|
FollowerPanel |
User interface frame for creating and editing "Follower" logic on USS CTC
machines.
|
FontComboUtil |
This utility class provides methods that initialise and return a JComboBox
containing a specific sub-set of fonts installed on a users system.
|
FontPanel |
|
FontPanel.AJComboBox<T> |
|
For |
Executes an action when the expression is True.
|
ForEach |
Executes an action when the expression is True.
|
ForEach.UserSpecifiedSource |
|
ForEachSwing |
Configures an ForEach object with a Swing JPanel.
|
ForEachXml |
Handle XML configuration for ForEach objects.
|
ForSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
ForXml |
Handle XML configuration for For objects.
|
FourByteMacro |
Implement generic four-byte macros from the Digitrax sound definition
language
|
FourByteMacroEditor |
Editor panel for the generic four-byte macros from the Digitrax sound
definition language
|
FrameServletPreferencesPanel |
|
FrmAbout |
|
FrmAddModifyCTCColumn |
|
FrmCB |
|
FrmCO |
|
FrmDebugging |
|
FrmDefaults |
|
FrmFixErrors |
|
FrmFleeting |
|
FrmGUIDesign |
|
FrmIL |
|
FrmMainForm |
|
FrmPatterns |
|
FrmSIDI |
|
FrmSIDL |
|
FrmSWDI |
|
FrmSWDL |
|
FrmTRL |
|
FrmTRL_Rules |
Maintain the set of traffic locking rules.
|
FrmTUL |
|
FullBackupExportAction |
Offer an easy mechanism to save the entire roster contents from one instance
of DecoderPro.
|
FullBackupImportAction |
|
Function |
Definition of a function used in expressions.
|
FunctionButton |
A JButton to activate functions on the decoder.
|
FunctionButtonPropertyEditor |
A very specific dialog for editing the properties of a FunctionButton object.
|
FunctionFactory |
Factory class for Function classes.
|
FunctionLabelPane |
Display and edit the function labels in a RosterEntry.
|
FunctionListener |
A Listener for a function state change.
|
FunctionManager |
Manager for LogixNG formula functions.
|
FunctionNotExistsException |
The function does not exists.
|
FunctionPanel |
A JInternalFrame that contains buttons for each decoder function.
|
FunctionsHelpDialog |
Show a dialog that shows information about the functions for formula
|
GcPortController |
Abstract base for classes representing a GridConnect communications port.
|
GcSerialDriverAdapter |
Implements SerialPortAdapter for the GridConnect protocol.
|
GcTrafficController |
Traffic controller for the GridConnect protocol.
|
GenerateSwitchListAction |
|
GenerateSwitchListChangesAction |
|
GenerateTrigger |
Implement the GENERATE_TRIGGER macro from the Digitrax sound definition
language
|
GenerateTriggerEditor |
Editor panel for the GENERATE_TRIGGER macro from the Digitrax sound
definition language
|
GenericExpressionVariable |
A variable that evaluates a generic expression
|
GenericImportAction |
Action to import the CV values from a LokProgrammer CV list file.
|
GetEcosObjectNumber |
This method simply returns a integer value from a string, that is between
two given character positions.
|
GetJavaProperty |
Print a Java system variable from the command line.
|
GetNumSlotsDialog |
This dialog tests how many slots the command station has for engines.
|
GitHubRepository |
|
GlobalProgrammerManager |
|
GlobalRosterEntryComboBox |
A RosterEntryComboBox that lists all roster entries in the Roster
without respect to a roster group.
|
GlobalVariable |
LogixNG Global Variable.
|
GlobalVariableComboIcon |
An icon to display and input a GlobalVariable value in a TextField.
|
GlobalVariableComboIconXml |
Handle configuration for display.GlobalVariableSpinnerIcon objects.
|
GlobalVariableIcon |
An icon to display a status of a GlobalVariable.
|
GlobalVariableIcon |
An icon to display a status of a GlobalVariable.
|
GlobalVariableIconXml |
Handle configuration for display.GlobalVariableIcon objects.
|
GlobalVariableIconXml |
Handle configuration for display.layoutEditor.MemoryIcon objects.
|
GlobalVariableInputIcon |
An icon to display and input a GlobalVariable value in a TextField.
|
GlobalVariableInputIconXml |
Handle configuration for display.GlobalVariableSpinnerIcon objects.
|
GlobalVariableItemPanel |
|
GlobalVariableItemPanel.Type |
|
GlobalVariableManager |
Manager for GlobalVariable
|
GlobalVariableSpinnerIcon |
An icon to display a status of a GlobalVariable in a JSpinner.
|
GlobalVariableSpinnerIconXml |
Handle configuration for display.GlobalVariableSpinnerIcon objects.
|
GotoAction |
|
GotoFailureAction |
|
GotoSuccessAction |
|
GpioControllerSimulator |
Simulates a Raspberry Pi.
|
GpioPinDigitalInputSimulator |
Simulates GpioPinDigitalInput.
|
GpioSimulator |
Simulate Raspberry Pi GPIO
|
GrapevineComponentFactory |
Provide access to Swing components for the Grapevine subsystem.
|
GrapevineMenu |
Create a "Systems" menu containing the Jmri Grapevine-specific tools.
|
GrapevineSystemConnectionAction |
|
GrapevineSystemConnectionMemo |
Minimum required SystemConnectionMemo for Grapevine.
|
GraphPane |
Frame for graph of loco speed curves
|
GridConnectDoubledMessage |
Class for GridConnectDoubled messages for a CAN hardware adapter.
|
GridConnectMessage |
Class for GridConnect messages for a CAN hardware adapter.
|
GridConnectReply |
Class for replies in a GridConnect based message/reply protocol.
|
GridLayout2 |
Grid Layout which allows components of different sizes.
|
GuiLafConfigPane |
Provide GUI to configure Swing GUI LAF defaults
|
GuiLafPreferencesManager |
Manage GUI Look and Feel (LAF) preferences.
|
GuiLocalePreferencesPanel |
|
GuiUtilBase |
Common utility methods for working with GUI items
|
GuiUtilBase.CallingAbstractAction |
|
HaltAction |
|
HardcopyWriter |
Provide graphic output to a screen/printer.
|
HardcopyWriter.PrintCanceledException |
|
HasConnectionButUnableToConnectException |
An exception thrown then there is a configured connection, but JMRI is
unable to open that connection.
|
HelpMenuProvider |
Common utility methods for working with Java Help.
|
HelpUtil |
Common utility methods for displaying JMRI help pages.
|
HelpUtil.MenuProvider |
|
HelpUtilPreferences |
Preferences for HelpUtil
|
HelpUtilPreferencesPanel |
Preferences panel for HelpUtil
|
HexFile |
Class to encapsulate an intel format hex file for a CBUS PIC.
|
HexFileFrame |
Frame to inject LocoNet messages from a hex file and (optionally) mock a response to specific Discover
messages.
|
HexFileServer |
copied from HexFileFrame, then all ui-related elements removed.
|
HexFileSystemConnectionMemo |
Lightweight class to denote that a system is "active" via a LocoNet hexfile emulator.
|
HexRecord |
Class to encapsulate a hex record as used by Microchip tools.
|
HexVariableValue |
|
HitPointType |
Enum denoting the different behaviors of different
types of "HitPoints".
|
Hold |
An Expression that keeps its status even if its child expression doesn't.
|
HoldSwing |
Configures an ExpressionTurnout object with a Swing JPanel.
|
HoldXml |
Handle XML configuration for ActionLightXml objects.
|
HomeServlet |
|
HornbyEliteCommandStation |
Defines the routines that differentiate a Hornby Elite Command Station from a
Lenz command station.
|
HtmlConductor |
|
HtmlManifest |
|
HtmlTrainCommon |
|
HtmlTrainCommon.ShowLocation |
|
HubAction |
|
HubPane |
Frame displaying,and more importantly starting, an OpenLCB TCP/IP hub
|
Ib1Throttle |
A specialization of the LocoNet Throttle for Intellibox-I foibles.
|
Ib1ThrottleManager |
Specialization of a ThrottleManager for the Intellibox.
|
Ib2Throttle |
A specialization of the LocoNet Throttle for Intellibox-II foibles.
|
Ib2ThrottleManager |
Specialization of a ThrottleManager for the Intellibox.
|
IBLnPacketizer |
Converts Stream-based I/O to/from LocoNet messages.
|
IbxConnectionTypeList |
Returns a list of valid Intellibox Connection Types
|
IconAdder |
Provides a simple editor for selecting N NamedIcons.
|
IconDialog |
This class is used when FamilyItemPanel classes add, modify or delete icon
families.
|
IconItemPanel |
ItemPanel for plain Icons and Backgrounds.
|
Identifiable |
An Object that has an identity property that is not publicly mutable (it may be
indirectly mutated).
|
IdentifierNotExistsException |
The identifier does not exist.
|
IdentifyDecoder |
Interact with a programmer to identify the
DecoderIndexFile entry for a decoder on the
programming track.
|
IdentifyLoco |
Interact with a programmer to identify the
RosterEntry for a loco on the programming track.
|
IdTag |
IdTag is a pre-parsed representation of an identification message from the
layout.
|
IdTagListener |
Connect to an IdTag
This file is part of JMRI.
|
IdTagManager |
Locate an IdTag object representing a specific IdTag.
|
IdTagTableAction |
Swing action to create and register a IdTagTable GUI.
|
IdTagTableDataModel |
TableDataModel for an IdTag Table.
|
IdTagTableTabAction |
|
IEEE802154ComponentFactory |
Provide access to Swing components for the IEEE 802.15.4 subsystem.
|
IEEE802154Interface |
Interface to send/receive serial information
|
IEEE802154Listener |
Listener interface to be notified about serial traffic
|
IEEE802154Menu |
Create a menu containing the IEEE 802.15.4 specific tools
|
IEEE802154Message |
Contains the data payload of an IEEE 802.15.4 packet.
|
IEEE802154MonAction |
Swing action to create and register a IEEE802154MonPane object
|
IEEE802154MonPane |
Pane displaying (and logging) IEEE 802.15.4 messages
|
IEEE802154MonPane.Default |
Nested class to create one of these using old-style defaults
|
IEEE802154Node |
Basic implementation of a node for IEEE 802.15.4 networks.
|
IEEE802154PortController |
Abstract base for classes representing a communications port
|
IEEE802154Reply |
Contains the data payload of a serial reply packet.
|
IEEE802154SystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
IEEE802154TrafficController |
Converts Stream-based I/O to/from messages.
|
IfThenElse |
Executes an action when the expression is True.
|
IfThenElse.EvaluateType |
|
IfThenElse.ExecuteType |
The type of Action.
|
IfThenElseSwing |
Configures an ActionTurnout object with a Swing JPanel.
|
IfThenElseXml |
Handle XML configuration for ActionLightXml objects.
|
IgnoreUsedTrackAction |
Action to allow a user to define how much used track space is to be ignored
by the program when placing new rolling stock to a track.
|
IgnoreUsedTrackFrame |
Planned Pick ups.
|
ImageIndexEditor |
A JFrame for creating and editing an Image Index.
|
ImageIndexEditor.Initializer |
|
ImageLink |
A link to an image with its type.
|
ImagePanel |
Common utility to draw a BufferedImage as background behind a JPanel.
|
ImageType |
An image type
|
ImmediatePipedOutputStream |
Makes a workaround for standard PipedOutputStream wait.
|
ImportCarRosterAction |
Starts the ImportCars thread
|
ImportCars |
This routine will import cars into the operation database.
|
ImportCodeButtonHandlerData |
|
ImportCodeButtonHandlerData.LOCK_IMPLEMENTATION |
|
ImportCodeButtonHandlerData.TURNOUT_TYPE |
|
ImportConditional |
Imports Logixs to LogixNG
|
ImportEngineAction |
Starts the ImportEngines thread
|
ImportEngines |
This routine will import engines into the operation database.
|
ImportExternalData |
The external data was created using XMLEncoder.
|
ImportLocations |
This routine will import Locations from a CSV file into the operations database.
|
ImportLocationsRosterAction |
Starts the Import Locations Thread
|
ImportLogix |
Imports Logixs to LogixNG
|
ImportLogixAction |
Swing action to create and register a LogixNGEditor object.
|
ImportLogixFrame |
Imports Logixs to LogixNG
|
ImportOtherData |
|
ImportOtherData.CTC_PANEL_TYPE |
|
ImportOtherData.SIGNAL_SYSTEM_TYPE |
|
ImportOtherData.SIGNALS_ON_PANEL |
|
ImportOtherData.VERTICAL_SIZE |
|
ImportRollingStock |
Provides common routes for importing cars and locomotives
|
ImportRosterEngineAction |
Starts the ImportRosterEngines thread
|
ImportRosterEngines |
Import engines from the jmri Roster
|
ImportRosterItemAction |
Import a locomotive XML file as a new RosterEntry.
|
IndicationLockingSignals |
|
IndicatorItemPanel |
ItemPanel for for Indicating track blocks.
|
IndicatorTOIconDialog |
|
IndicatorTOItemPanel |
JPanel for IndicatorTurnout items.
|
IndicatorTrack |
Defines track objects that display status color.
|
IndicatorTrackIcon |
An icon to display the status of a track segment in a block.
|
IndicatorTrackIconXml |
Handle configuration for display.IndicatorTrackIconXml objects.
|
IndicatorTrackPaths |
A utility class replacing common methods formerly implementing the
IndicatorTrack interface.
|
IndicatorTurnoutIcon |
An icon to display a status and state of a color coded turnout.
|
IndicatorTurnoutIconXml |
Handle configuration for display.IndicatorTurnoutIconXml objects.
|
InitialAlgorithm |
Implementation of 1st algorithm for reducing Readings.
|
InitializationException |
This exception represents an exception thrown while attempting to initialize
a PreferencesProvider.
|
InitiateSound |
Implement the INITIATE_SOUND macro from the Digitrax sound definition
language
|
InitiateSoundEditor |
Editor panel for the INITIATE_SOUND macro.
|
InlineLogixNG |
This interface declares an Inline LogixNG.
|
InlineLogixNGsAction |
Swing action to show the inline LogixNGs.
|
InlineLogixNGsFrame |
Shows the inline LogixNGs.
|
InlineLogixNGsTableModel |
Table model for inline LogixNGs.
|
InlineLogixNGsTableModel.Menu |
|
InlineLogixNGsTableModel.MenuCellEditor |
|
InlineLogixNGsTableModel.MenuCellRenderer |
|
InputBits |
Utility Class supporting input from Maple HMI's
|
InputStatusPacket |
Input Status
|
InputWindow |
A JFrame for sending input to the global jython
interpreter
|
InputWindowAction |
Deprecated, for removal: This API element is subject to removal in a future version.
|
InputWindowAction |
This Action runs creates an InputWindow for sending input to the global
jython interpreter
|
InstallDecoderFileAction |
Install decoder definition from local file.
|
InstallDecoderURLAction |
Install decoder definition from URL
|
InstallFromURL |
Install TrainCrew app from a URL
|
InstallTest |
The JMRI application for testing JMRI installation.
|
InstanceInitializer |
Interface providing initialization of specific objects by default.
|
InstanceManager |
Provides methods for locating various interface implementations.
|
InstanceManagerAutoDefault |
Interface indicating that the InstanceManager can create an object of this
type when needed by a request.
|
InstanceManagerAutoInitialize |
Provide a hint to the InstanceManager that this object needs
have additional initialization performed after the InstanceManager initially
creates it.
|
InsteonSequence |
Represent a sequence of one or more Insteon commands (addresses and
functions).
|
InsteonSequence.Address |
Represent a single "set address" Insteon command
|
InsteonSequence.Command |
Represent a single Insteon command, which is either a "set address" or
"do function" operation
|
InsteonSequence.ExtData |
Represent a single "Extended Data" Insteon command
|
InsteonSequence.Function |
Represent a single "do function" Insteon command
|
IntelliboxAdapter |
Update the code in jmri.jmrix.loconet.locobuffer so that it operates
correctly with the Intellibox on-board serial port.
|
InterchangeEditFrame |
Frame for user edit of a classification/interchange track.
|
InterchangeTableModel |
Table Model for edit of interchanges used by operations
|
InternalAdapter |
Provides a dummy Adapter to allow the system connection memo and multiple
Internal managers to be handled.
|
InternalAnalogIOManager |
Implement a AnalogIOManager for "Internal" (virtual) AnalogIOs.
|
InternalAnalogIOManagerXml |
Provides load and store functionality for configuring
InternalAnalogIOManager.
|
InternalConnectionTypeList |
Get a list of valid Virtual (Internal) Connection Types
|
InternalConsistManager |
Default Consist Manager which uses the NmraConsist class for
the consists it builds.
|
InternalLightManager |
Implement a LightManager for "Internal" (virtual) lights.
|
InternalLightManagerXml |
Provides load and store functionality for configuring InternalLightManagers.
|
InternalMeterManager |
Implement a MeterManager for "Internal" (virtual) Meters.
|
InternalMeterManagerXml |
Provides load and store functionality for configuring
InternalMeterManagers.
|
InternalReporterManager |
Implementation of the InternalReporterManager interface.
|
InternalReporterManagerXml |
Provides load and store functionality for configuring
InternalReporterManagers.
|
InternalScriptEngineSelector |
Internal class for the ScriptEngineSelector
|
InternalSensorManager |
Implementation of the InternalSensorManager interface.
|
InternalSensorManagerXml |
Provides load and store functionality for configuring InternalSensorManagers.
|
InternalStringIOManager |
Implement a StringIOManager for "Internal" (virtual) StringIOs.
|
InternalSystemConnectionMemo |
Lightweight class to denote that a system is active, and provide general
information.
|
InternalTurnoutManager |
Implement a turnout manager for "Internal" (virtual) turnouts.
|
InternalTurnoutManagerXml |
Provides load and store functionality for configuring
InternalTurnoutManagers.
|
IntlUtilities |
Common utility methods for Internationalization (I18N) and Localization
(L12N) in the default Locale .
|
IntTrigger |
Integer trigger.
|
InUse |
Is this item in use?
|
InvalidConditionalActionException |
Exception thrown when the ConditionalVariable has invalid data.
|
InvalidConditionalVariableException |
Exception thrown when the ConditionalVariable has invalid data.
|
InvalidSyntaxException |
Invalid syntax.
|
InvokeOnAnyThread |
Annotation denoting that a method or constructor may be called on any thread.
|
InvokeOnGuiThread |
Annotation denoting that a method or constructor must be called on the GUI (i.e.
|
InvokeOnLayoutThread |
Annotation denoting that a method or constructor must be called on the layout thread.
|
IpocsClientHandler |
|
IpocsClientListener |
|
IpocsConnectionConfig |
|
IpocsConnectionConfigXml |
|
IpocsConnectionTypeList |
|
IpocsLight |
|
IpocsLightManager |
|
IpocsLightManagerXml |
|
IpocsPortController |
|
IpocsSensor |
|
IpocsSensorManager |
|
IpocsSensorManagerXml |
|
IpocsSocketAcceptor |
|
IpocsSystemConnectionMemo |
|
IpocsTurnout |
|
IpocsTurnoutManager |
|
IpocsTurnoutManagerXml |
|
Is_IsNot_Enum |
An enum with the values "is" and "is not"
|
IssueReport |
Common code for the various types of problem reports.
|
IssueReport414Exception |
Exception that indicates an HTTP 414 error was received attempting to submit
issue.
|
IssueReporter |
User interface for generating an issue report on the JMRI GitHub project.
|
IssueReporter.BodyTransferable |
|
IssueReporter.FileTransferable |
|
IssueReporterAction |
Action to report an issue to the JMRI developers.
|
IssueReporterStartupRunnable |
Remove remnants of prior issue reports.
|
IsTrainEnRouteAction |
|
ItemDialog |
Container for dialogs that modify the user's changes to his/her icon catalog.
|
ItemPalette |
Container for adding items to Control Panels.
|
ItemPanel |
JPanels for the various item types that can be added to a Panel - e.g.
|
IterableEnumeration<T> |
Provide an Iterable interface for an Enumeration
|
JavaFunctions |
Implementation of string functions.
|
JavaFunctions.NewFunction |
|
JavaSoundAudioBuffer |
JavaSound implementation of the Audio Buffer sub-class.
|
JavaSoundAudioFactory |
This is the JavaSound audio system specific AudioFactory.
|
JavaSoundAudioListener |
JavaSound implementation of the Audio Listener sub-class.
|
JavaSoundAudioSource |
JavaSound implementation of the Audio Source sub-class.
|
JavaVersionCheckWindow |
Check Java version during startup and complain if not current enough
|
JavaVersionCheckWindow.Compatibility |
|
JCBHandle<T> |
Wrap an object for easier null handling in a JComboBox.
|
JComboBoxUtil |
Common utility methods for working with JComboBoxes.
|
JComponentQualifier |
Qualify a JComponent on a numerical test by setting the JComponent's
visibility.
|
Jdk9Application |
Wrapper for Apple provided extensions to Java that allow Java apps to feel
more "Mac-like" on Mac OS X for JDK 9.
|
JDOMUtil |
Utilities from converting between org.jdom2 objects and org.w3c.dom objects.
|
JFrameInterface |
A simple WindowInterface for a JFrame.
|
JJTJmriServerParserState |
|
JJTSRCPClientParserState |
|
JJTSRCPParserState |
|
JMenuUtil |
Common utility methods for working with JMenus.
|
JmriAbstractAction |
Abstract base for actions that will work with multiple JMRI GUIs.
|
JMRIClientComponentFactory |
Provide access to Swing components for the JMRI Network Client.
|
JMRIClientConnectionTypeList |
Returns a list of valid JMRIClient Connection Types
|
JMRIClientInterface |
Layout interface, similar to command station
|
JMRIClientLight |
JMRIClient implementation of the Light interface.
|
JMRIClientLightManager |
Implement LightManager for JMRIClient systems
|
JMRIClientLightManagerXml |
Provides load and store functionality for configuring
JMRIClientLightManagers.
|
JMRIClientListener |
Defines the interface for listening to traffic on the JMRIClient
communications link.
|
JMRIClientMenu |
Create a "JMRIClient" menu containing the system-specific tools.
|
JMRIClientMessage |
Encodes a message to an JMRIClient server.
|
JMRIClientMonAction |
Swing action to create and register a JMRIClientMonFrame object
|
JMRIClientMonPane |
Pane displaying (and logging) JMRIClient command messages.
|
JMRIClientMonPane.Default |
Nested class to create one of these using old-style defaults
|
JMRIClientPortController |
Abstract base for classes representing a JMRIClient communications port
|
JMRIClientPowerManager |
PowerManager implementation for controlling layout power
|
JMRIClientReply |
Carries the reply to an JMRIClientMessage.
|
JMRIClientReporter |
JMRIClient implementation of the Reporter interface.
|
JMRIClientReporterManager |
Implement reporter manager for JMRIClient systems
|
JMRIClientReporterManagerXml |
Provides load and store functionality for configuring
JMRIClientReporterManagers.
|
JMRIClientSensor |
JMRIClient implementation of the Sensor interface.
|
JMRIClientSensorManager |
Implement sensor manager for JMRIClient systems.
|
JMRIClientSensorManagerXml |
Provides load and store functionality for configuring
JMRIClientSensorManagers.
|
JMRIClientSystemConnectionMemo |
Lightweight class to denote that a system is active and provide general
information.
|
JMRIClientTrafficController |
Converts Stream-based I/O to/from JMRIClient messages.
|
JMRIClientTurnout |
JMRIClient implementation of the Turnout interface.
|
JMRIClientTurnoutManager |
Implement turnout manager for JMRIClient systems
|
JMRIClientTurnoutManagerXml |
Provides load and store functionality for configuring
JMRIClientTurnoutManagers.
|
JmriClockPropertyListener |
A service class for monitoring a bound property in one of the JMRI Named
beans For use with properties having two states which are determined by
containment in an interval (e.g.
|
JmriColorChooser |
Display the Java color chooser that includes a custom JMRI panel.
|
JmriColorChooserPanel |
Create a custom color chooser panel.
|
JmriConfiguration |
|
JmriConfigurationManager |
|
JmriConfigurationProvider |
Provides a general purpose XML element storage mechanism for the storage of
configuration and preferences too complex to be handled by
JmriPreferencesProvider .
|
JmriConfigureXmlException |
Base for JMRI-specific ConfigureXml exceptions.
|
JmriConnection |
Abstraction of DataOutputStream and WebSocket.Connection classes.
|
JmriException |
Base for JMRI-specific exceptions.
|
JmriFaceless |
Application for running JMRI server functions without a graphical interface.
|
JmriGitHubRepository |
|
JmriInsets |
This class attempts to retrieve the screen insets for all operating systems.
|
JmriJFileChooser |
|
JmriJFrame |
JFrame extended for common JMRI use.
|
JmriJFrame.ScreenDimensions |
Represents the dimensions of an attached screen/display
|
JmriJFrameAction |
Default form of action to create an object that's from a child class of
JmriJFrame.
|
JmriJFrameInterface |
Display a JmriPanel in a JFrame of its own.
|
JmriJFrameServlet |
A simple servlet that returns a JMRI window as a PNG image or enclosing HTML
file.
|
JmriJInternalFrameInterface |
Display a JmriPanel in a JInternalFrame of its own.
|
JmriJOptionPane |
JmriJOptionPane provides a set of static methods to display Dialogs and retrieve user input.
|
JmriJTablePersistenceManager |
|
JmriJTablePersistenceManager.JTableListener |
|
JmriJTablePersistenceManager.TableColumnPreferences |
Handler for individual column preferences.
|
JmriLocalEntityResolver |
Entity Resolver to locate JMRI DTDs in the local space.
|
JmriMemoryPropertyListener |
A service class for monitoring a bound property in one of the JMRI Named
beans For use with properties having two states which are determined by
equality to a String value (e.g.
|
JmriMouseAdapter |
Replacement for MouseAdaptor.
|
JmriMouseEvent |
Adaptor for MouseEvent.
|
JmriMouseListener |
Replacement for MouseListener .
|
JmriMouseMotionListener |
Replacement for MouseMotionListener .
|
JmriMultiStatePropertyListener |
A service base class for monitoring a bound property in one of the JMRI Named
beans (Turnout, Sensor, etc).
|
JmriNamedPaneAction |
Action that, when invoked, creates a JmriPanel from its class name
and installs it in a given window.
|
JmriNullEntityResolver |
Return a content-less DTD
|
JmriPanel |
JPanel extension to handle automatic creation of window title and help
reference.
|
JmriPreferencesActionFactory |
This class provides a method to create an action that launches
preferences.
|
JmriPreferencesProvider |
Provides instances of Preferences backed by a
JMRI-specific storage implementation based on a Properties file.
|
JmriScriptEngineManager |
Provide a manager for ScriptEngine s.
|
JmriServer |
This is the main JMRI Server implementation.
|
JmriServerAction |
Swing action to create and register a JmriServerControlFrame object
|
JmriServerFrame |
Frame displaying start/stop buttons for the JMRI server.
|
JmriServerParser |
|
JmriServerParserConstants |
|
JmriServerParserDefaultVisitor |
|
JmriServerParserTokenManager |
|
JmriServerParserTreeConstants |
|
JmriServerParserVisitor |
|
JmriServiceProviderInterface |
Implementing or extending interfaces are available as Java Service Provider
Interfaces (SPI) within JMRI applications.
|
JmriSimplePropertyListener |
A service base class for monitoring a bound property in one of the JMRI Named
beans (Turnout, Sensor, etc).
|
JmriSRCPPowerServer |
SRCP interface between the JMRI power manager and a network connection
|
JmriSRCPProgrammerServer |
SRCP interface between the JMRI service mode programmer and a network
connection
|
JmriSRCPSensorServer |
SRCP Server interface between the JMRI Sensor manager and a network
connection
|
JmriSRCPServer |
This is an implementation of SRCP for JMRI.
|
JmriSRCPServerAction |
Swing action to create and register a JmriSRCPServerControlFrame object
|
JmriSRCPServerFrame |
Frame displaying start/stop buttons for the JMRI SRCP server.
|
JmriSRCPServerManager |
|
JmriSRCPServerMenu |
Create a "JMRI SRCP Server" menu containing the Server interface to the JMRI
system-independent tools
|
JmriSRCPServerPreferences |
|
JmriSRCPServerPreferencesPanel |
|
JmriSRCPServiceHandler |
This class provides access to the service handlers for individual object
types which can be passed to a parser visitor object.
|
JmriSRCPStartupActionFactory |
Factory for LCD Clock startup actions.
|
JmriSRCPThrottleServer |
Interface between the JMRI Throttles and an SRCP network connection
|
JmriSRCPThrottleServer.SRCPThrottlePropertyChangeListener |
|
JmriSRCPTimeServer |
interface between the JMRI (fast) clock and an SRCP network connection
|
JmriSRCPTurnoutServer |
SRCP Server interface between the JMRI Turnout manager and a network
connection
|
JmriTwoStatePropertyListener |
A service class for monitoring a bound property in one of the JMRI Named
beans (Turnout, Sensor, etc).
|
JmriUserInterfaceConfigurationProvider |
Provides a general purpose XML element storage mechanism for the storage of
user interface configuration.
|
JmriUserPreferencesManager |
Implementation of UserPreferencesManager that saves user interface
preferences that should be automatically remembered as they are set.
|
JmriUserPreferencesManager.ClassPreferences |
Holds details about the specific class.
|
JmriUserPreferencesManager.Initializer |
|
JmriUserPreferencesManager.MultipleChoice |
|
JmriUserPreferencesManager.PreferenceList |
|
JmriUserPreferencesManager.WindowLocations |
|
JmrixConfigPane |
Provide GUI to configure communications links.
|
JmrixConfigPaneXml |
Handle XML persistance of layout connections.
|
JoalAudioBuffer |
JOAL implementation of the Audio Buffer sub-class.
|
JoalAudioFactory |
This is the JOAL audio system specific AudioFactory.
|
JoalAudioListener |
JOAL implementation of the Audio Listener sub-class.
|
JoalAudioSource |
JOAL implementation of the Audio Source sub-class.
|
JSON |
Common and utility constants used in the JMRI JSON protocol.
|
JsonBlock |
Constants used by the internal JMRI JSON Block service.
|
JsonBlockHttpService |
|
JsonBlockServiceFactory |
|
JsonBlockSocketService |
|
JsonBundle |
|
JsonClientHandler |
Handler for JSON messages from a TCP socket or WebSocket client.
|
JsonConnection |
Abstraction of DataOutputStream and WebSocket.Connection classes for JSON
clients.
|
JsonConsist |
Constants used by the internal JMRI JSON Consist service.
|
JsonConsistHttpService |
|
JsonConsistManager |
ConsistManager for the JSON services.
|
JsonConsistServiceFactory |
|
JsonConsistSocketService |
|
JsonDeleteTokenManager |
Manager for deletion tokens in the JSON protocols.
|
JsonException |
Throw an exception, but include an HTTP error code.
|
JsonHttpService |
Provide HTTP method handlers for JSON RESTful messages
|
JsonIdTag |
Constants used by the internal JMRI JSON IdTag service.
|
JsonIdTagHttpService |
|
JsonIdTagServiceFactory |
|
JsonIdTagSocketService |
|
JsonLayoutBlock |
Tokens used in the JMRI JSON Layout Block service.
|
JsonLayoutBlockHttpService |
|
JsonLayoutBlockServiceFactory |
|
JsonLayoutBlockSocketService |
|
JsonLight |
JSON Tokens used by the JMRI JSON Light service.
|
JsonLightHttpService |
|
JsonLightServiceFactory |
|
JsonLightSocketService |
|
JsonManifest |
A minimal manifest in JSON.
|
JsonManifest |
Web Manifest built from manifest.json files.
|
JsonMemory |
Tokens used by the JSON service for Memory handling.
|
JsonMemoryHttpService |
|
JsonMemoryServiceFactory |
|
JsonMemorySocketService |
|
JsonMenuItem |
A POJO for Web menu items generated from JSON.
|
JsonMessage |
A message to be sent by the JMRI JSON message service.
|
JsonMessage.TYPE |
|
JsonMessageClientManager |
Manager for JSON streaming clients that are subscribing to messages triggered
by out-of-channel events.
|
JsonMessageHttpService |
|
JsonMessageServiceFactory |
Service factory for the JSON messaging service.
|
JsonMessageSocketService |
|
JsonNamedBeanHttpService<T extends NamedBean> |
Abstract implementation of JsonHttpService with specific support for
NamedBean objects.
|
JsonNamedBeanSocketService<T extends NamedBean,H extends JsonNamedBeanHttpService<T>> |
Abstract implementation of JsonSocketService with specific support for
NamedBean objects.
|
JsonNonProvidedNamedBeanHttpService<T extends NamedBean> |
Abstract implementation of JsonHttpService with specific support for
NamedBean objects.
|
JsonOblock |
Constants used by the internal JMRI JSON Oblock service.
|
JsonOblockHttpService |
Copied from jmri/server/json/blocks.java
|
JsonOblockServiceFactory |
Copied from jmri/server/json/blocks.java
|
JsonOblockSocketService |
Copied from jmri/server/json/blocks.java EB 2020
|
JsonOperations |
JSON Tokens used by JSON Operations.
|
JsonOperationsHttpService |
|
JsonOperationsServiceFactory |
Service factory for the JSON Operations services.
|
JsonOperationsSocketService |
|
JsonPowerHttpService |
|
JsonPowerServiceFactory |
|
JsonPowerSocketService |
|
JsonReporter |
|
JsonReporterHttpService |
|
JsonReporterServiceFactory |
|
JsonReporterSocketService |
|
JsonRequest |
Container for data in JSON request.
|
JsonRoster |
Constants for JSON handling of the JMRI Roster.
|
JsonRosterHttpService |
|
JsonRosterServiceFactory |
|
JsonRosterSocketService |
Listen for changes in the roster and notify subscribed clients of changes to
the roster, including roster groups
|
JsonRouteHttpService |
Provide JSON HTTP services for managing Route s.
|
JsonRouteServiceFactory |
Factory for JSON service providers for handling Route s.
|
JsonRouteSocketService |
JSON socket service provider for managing Route s.
|
JsonSchemaHttpService |
Service to support getting core JSON Schemas for the JSON Server.
|
JsonSchemaServiceCache |
|
JsonSchemaServiceFactory |
Factory for JSON service providers for handling Route s.
|
JsonSchemaSocketService |
JSON Service to provide schema data for the running JSON server.
|
JsonSensor |
Tokens used by the JMRI JSON Sensor service.
|
JsonSensorHttpService |
JSON HTTP Service for Sensor s.
|
JsonSensorServiceFactory |
Factory for JSON services for Sensor s.
|
JsonSensorSocketService |
JSON Socket service for Sensor s.
|
JsonServer |
This is an implementation of a JSON server for JMRI.
|
JsonServerAction |
|
JsonServerPreferences |
|
JsonServerPreferencesPanel |
|
JsonServerStartupActionFactory |
|
JsonServiceFactory<H extends JsonHttpService,S extends JsonSocketService<H>> |
Factory interface for JSON services.
|
JsonServlet |
Provide JSON formatted responses to requests for information from the JMRI
Web Server.
|
JsonSignalHead |
|
JsonSignalHeadHttpService |
|
JsonSignalHeadServiceFactory |
|
JsonSignalHeadSocketService |
|
JsonSignalMast |
|
JsonSignalMastHttpService |
|
JsonSignalMastServiceFactory |
|
JsonSignalMastSocketService |
|
JsonSocketService<H extends JsonHttpService> |
Interface for JSON Services provided over TCP Soc |