Uses of Class
jmri.beans.UnboundBean
Packages that use UnboundBean
Package
Description
Issue Reporter for JMRI and related applications.
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Contains JMRI classes related to supporting JavaBeans and
PropertyChangeListeners.Provides an XML-based mechanism for storing and restoring configurations.
Provides implementations of various JMRI interfaces.
Server implementation for the JMRI interfaces.
Contains a SRCP protocol parser to be built with the
Java Compiler Compiler (JavaCC).
Provides control panel and associated visible icon classes.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Support for implementing Warrants in JMRI.
Basic support for advanced programming, primarily used by DecoderPro.
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides connections and GUI support for attached speedometers.
Defines classes for interfacing to a CAN-based model railway
control bus.
Defines classes for interfacing to a MERG CBUS network.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI implementation.
Support for the ESU ECoS.
This package handles communications for the ProTrak Grapevine hardware.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
JMRI implementation of the LocoNet over TCP protocol.
Implementation and specialization for connecting to to an Uhlenbrock
Intellibox-II via its in-built USB connection.
Classes to interact with a Marklin Network Connection.
Classes to interact with a Marklin Network Connection.
Provides JMRI layout objects that use MQTT connections.
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
Connects to a QSI programmer unit.
This package handles communications for RFID adapters.
This package contains software specific to the RPS system from
NAC Services, Inc.
This package handles communications for the TracTronics SECSI hardware.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
Provides implementations of various JMRI managers.
JMRI profile management.
The JMRI JSON Services provide access to JMRI via JSON data objects via a
RESTful interface over HTTP or via JSON messages via a socket interface over
TCP or WebSockets.
Provides small Swing-based tool and utility classes
for JMRI basic forms.
Contains various utilities classes that are
useful across the entire
JMRI library structure.
This package provides two mechanisms for storing preferences and one
mechanism for storing user interface state within a JMRI profile:
JmriConfigurationProvider
Complex preferences within an XML element provided by the object storing
and retrieving the element.
JmriPreferencesProvider
Simple preferences within a Preferences
construct.
JmriUserInterfaceConfigurationProvider
Complex user interface state within an XML element provided by the object
storing and retrieving the element.
These three classes provide arbitrary read/write access to the
underlying storage, such that writing a users preferences does not require
any part of a JMRI application have knowledge of every object that manages
users preferences.Provides utilities and classes for Zeroconf/Bonjour networking.
-
Uses of UnboundBean in apps.systemconsole
Subclasses of UnboundBean in apps.systemconsole -
Uses of UnboundBean in apps.util.issuereporter
Subclasses of UnboundBean in apps.util.issuereporterModifier and TypeClassDescriptionclassclassclassCommon code for the various types of problem reports. -
Uses of UnboundBean in jmri
Subclasses of UnboundBean in jmriModifier and TypeClassDescriptionclassRepresent a NamedBean (such as a Turnout) and specific desired setting for it.classDefine the characteristics of a layout scale. -
Uses of UnboundBean in jmri.beans
Subclasses of UnboundBean in jmri.beansModifier and TypeClassDescriptionclassGeneric implementation ofBeanInterfacewith a complete implementation ofPropertyChangeSupportand support for arbitrary properties defined at runtime.classGeneric implementation ofBeanInterfacewith a complete implementation ofPropertyChangeSupport.classA Bean with support forVetoableChangeListeners.classA Bean with support forVetoableChangeListeners.classBean that implements some common code for preferences objects.classGeneric implementation ofBeanInterfacethat supports arbitrary properties defined at runtime.Constructors in jmri.beans with parameters of type UnboundBean -
Uses of UnboundBean in jmri.configurexml
Subclasses of UnboundBean in jmri.configurexmlModifier and TypeClassDescriptionfinal classPreferences for Load and store tables and panel files.final classPreferences for Shutdown used by StoreAndCompare -
Uses of UnboundBean in jmri.implementation
Subclasses of UnboundBean in jmri.implementationModifier and TypeClassDescriptionclassclassDefault implementation to map Signal aspects or appearances to speed requirements. -
Uses of UnboundBean in jmri.jmris
Subclasses of UnboundBean in jmri.jmris -
Uses of UnboundBean in jmri.jmris.simpleserver
Subclasses of UnboundBean in jmri.jmris.simpleserver -
Uses of UnboundBean in jmri.jmris.srcp
Subclasses of UnboundBean in jmri.jmris.srcp -
Uses of UnboundBean in jmri.jmrit.consisttool
Subclasses of UnboundBean in jmri.jmrit.consisttool -
Uses of UnboundBean in jmri.jmrit.display
Subclasses of UnboundBean in jmri.jmrit.display -
Uses of UnboundBean in jmri.jmrit.display.layoutEditor
Subclasses of UnboundBean in jmri.jmrit.display.layoutEditorModifier and TypeClassDescriptionclassLayoutTrackExpectedState<T extends LayoutTrack>Retain a LayoutTrack and its expected state. -
Uses of UnboundBean in jmri.jmrit.logix
Subclasses of UnboundBean in jmri.jmrit.logixModifier and TypeClassDescriptionclassHold configuration data for Warrants, includes Speed Map -
Uses of UnboundBean in jmri.jmrit.logixng.implementation
Subclasses of UnboundBean in jmri.jmrit.logixng.implementation -
Uses of UnboundBean in jmri.jmrit.logixng.util
Subclasses of UnboundBean in jmri.jmrit.logixng.utilModifier and TypeClassDescriptionclassThe Dispatcher support in LogixNG provides the ability to start, control, and terminate trains. -
Uses of UnboundBean in jmri.jmrit.operations.locations
Subclasses of UnboundBean in jmri.jmrit.operations.locations -
Uses of UnboundBean in jmri.jmrit.roster
Subclasses of UnboundBean in jmri.jmrit.rosterModifier and TypeClassDescriptionclassLoad and store the Roster configuration.classRosterEntry represents a single element in a locomotive roster, including information on how to locate it from decoder information. -
Uses of UnboundBean in jmri.jmrit.roster.rostergroup
Subclasses of UnboundBean in jmri.jmrit.roster.rostergroupModifier and TypeClassDescriptionclassA RosterGroup object contains information about groupings of entries within theRoster. -
Uses of UnboundBean in jmri.jmrit.symbolicprog
Subclasses of UnboundBean in jmri.jmrit.symbolicprog -
Uses of UnboundBean in jmri.jmrix
Subclasses of UnboundBean in jmri.jmrixModifier and TypeClassDescriptionclassFor 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 ThisSystemConnectionMemoimplementation is meant to handle these by providing connection memo services without being connected to a particular system instantiation.classManager for ConnectionConfig objects.classLightweight abstract class to denote that a system is active, and provide general information.classManager for SystemConnectionMemos. -
Uses of UnboundBean in jmri.jmrix.acela
Subclasses of UnboundBean in jmri.jmrix.acelaModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.anyma
Subclasses of UnboundBean in jmri.jmrix.anymaModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for anyma dmx systems. -
Uses of UnboundBean in jmri.jmrix.bachrus
Subclasses of UnboundBean in jmri.jmrix.bachrusModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.bidib
Subclasses of UnboundBean in jmri.jmrix.bidibModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information. -
Uses of UnboundBean in jmri.jmrix.can
Subclasses of UnboundBean in jmri.jmrix.canModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.can.cbus
Subclasses of UnboundBean in jmri.jmrix.can.cbusModifier and TypeClassDescriptionclassPreferences for the MERG CBUS connections. -
Uses of UnboundBean in jmri.jmrix.cmri
Subclasses of UnboundBean in jmri.jmrix.cmriModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for C/MRI systems. -
Uses of UnboundBean in jmri.jmrix.dcc4pc
Subclasses of UnboundBean in jmri.jmrix.dcc4pcModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.dccpp
Subclasses of UnboundBean in jmri.jmrix.dccppModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information. -
Uses of UnboundBean in jmri.jmrix.direct
Subclasses of UnboundBean in jmri.jmrix.directModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.easydcc
Subclasses of UnboundBean in jmri.jmrix.easydccModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.ecos
Subclasses of UnboundBean in jmri.jmrix.ecosModifier and TypeClassDescriptionclassStores all the loco information from the ECoS into JMRIclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.grapevine
Subclasses of UnboundBean in jmri.jmrix.grapevineModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Grapevine. -
Uses of UnboundBean in jmri.jmrix.ieee802154
Subclasses of UnboundBean in jmri.jmrix.ieee802154Modifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.ieee802154.serialdriver
Subclasses of UnboundBean in jmri.jmrix.ieee802154.serialdriverModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.ieee802154.xbee
Subclasses of UnboundBean in jmri.jmrix.ieee802154.xbeeModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.internal
Subclasses of UnboundBean in jmri.jmrix.internalModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.ipocs
Subclasses of UnboundBean in jmri.jmrix.ipocs -
Uses of UnboundBean in jmri.jmrix.jmriclient
Subclasses of UnboundBean in jmri.jmrix.jmriclientModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information. -
Uses of UnboundBean in jmri.jmrix.lenz
Subclasses of UnboundBean in jmri.jmrix.lenzModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information -
Uses of UnboundBean in jmri.jmrix.lenz.hornbyelite
Subclasses of UnboundBean in jmri.jmrix.lenz.hornbyeliteModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information -
Uses of UnboundBean in jmri.jmrix.loconet
Subclasses of UnboundBean in jmri.jmrix.loconetModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.loconet.hexfile
Subclasses of UnboundBean in jmri.jmrix.loconet.hexfileModifier and TypeClassDescriptionclassLightweight class to denote that a system is "active" via a LocoNet hexfile emulator. -
Uses of UnboundBean in jmri.jmrix.loconet.loconetovertcp
Subclasses of UnboundBean in jmri.jmrix.loconet.loconetovertcpModifier and TypeClassDescriptionclassPreferences for the LocoNet over TCP server. -
Uses of UnboundBean in jmri.jmrix.loconet.pr2
Subclasses of UnboundBean in jmri.jmrix.loconet.pr2Modifier and TypeClassDescriptionclassLightweight class to denote that a PR2 is active -
Uses of UnboundBean in jmri.jmrix.loconet.pr3
Subclasses of UnboundBean in jmri.jmrix.loconet.pr3Modifier and TypeClassDescriptionclassLightweight class to denote that a PR3 is active -
Uses of UnboundBean in jmri.jmrix.loconet.pr4
Subclasses of UnboundBean in jmri.jmrix.loconet.pr4Modifier and TypeClassDescriptionclassLightweight class to denote that a PR4 is active -
Uses of UnboundBean in jmri.jmrix.loconet.uhlenbrock
Subclasses of UnboundBean in jmri.jmrix.loconet.uhlenbrockModifier and TypeClassDescriptionclassLightweight class to denote that an Uhlenbrock IB-COM or Intellibox II is active -
Uses of UnboundBean in jmri.jmrix.loconet.usb_dcs210Plus
Subclasses of UnboundBean in jmri.jmrix.loconet.usb_dcs210PlusModifier and TypeClassDescriptionclassLightweight class to denote that a DCS210Plus USB interface is active -
Uses of UnboundBean in jmri.jmrix.loconet.usb_dcs240
Subclasses of UnboundBean in jmri.jmrix.loconet.usb_dcs240Modifier and TypeClassDescriptionclassLightweight class to denote that a DCS240 USB interface is active -
Uses of UnboundBean in jmri.jmrix.loconet.usb_dcs240Plus
Subclasses of UnboundBean in jmri.jmrix.loconet.usb_dcs240PlusModifier and TypeClassDescriptionclassLightweight class to denote that a DCS240Plus USB interface is active -
Uses of UnboundBean in jmri.jmrix.loconet.usb_dcs52
Subclasses of UnboundBean in jmri.jmrix.loconet.usb_dcs52Modifier and TypeClassDescriptionclassLightweight class to denote that a DCS52 USB interface is active -
Uses of UnboundBean in jmri.jmrix.maple
Subclasses of UnboundBean in jmri.jmrix.mapleModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Maple. -
Uses of UnboundBean in jmri.jmrix.marklin
Subclasses of UnboundBean in jmri.jmrix.marklinModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.marklin.cdb
Subclasses of UnboundBean in jmri.jmrix.marklin.cdbModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.mqtt
Subclasses of UnboundBean in jmri.jmrix.mqtt -
Uses of UnboundBean in jmri.jmrix.mrc
Subclasses of UnboundBean in jmri.jmrix.mrcModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.nce
Subclasses of UnboundBean in jmri.jmrix.nceModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.oaktree
Subclasses of UnboundBean in jmri.jmrix.oaktreeModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.pi
Subclasses of UnboundBean in jmri.jmrix.piModifier and TypeClassDescriptionclassLightweight class to denote that a system is active and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline
Subclasses of UnboundBean in jmri.jmrix.powerlineModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline.cm11
Subclasses of UnboundBean in jmri.jmrix.powerline.cm11Modifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline.cp290
Subclasses of UnboundBean in jmri.jmrix.powerline.cp290Modifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline.dmx512
Subclasses of UnboundBean in jmri.jmrix.powerline.dmx512Modifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline.insteon2412s
Subclasses of UnboundBean in jmri.jmrix.powerline.insteon2412sModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.powerline.simulator
Subclasses of UnboundBean in jmri.jmrix.powerline.simulatorModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.qsi
Subclasses of UnboundBean in jmri.jmrix.qsiModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.rfid
Subclasses of UnboundBean in jmri.jmrix.rfidModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.roco.z21
Subclasses of UnboundBean in jmri.jmrix.roco.z21Modifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.rps
Subclasses of UnboundBean in jmri.jmrix.rpsModifier and TypeClassDescriptionclassMinimal implementation of SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.secsi
Subclasses of UnboundBean in jmri.jmrix.secsiModifier and TypeClassDescriptionclassMinimum required implementation. -
Uses of UnboundBean in jmri.jmrix.sprog
Subclasses of UnboundBean in jmri.jmrix.sprogModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.srcp
Subclasses of UnboundBean in jmri.jmrix.srcpModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information.classLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.tams
Subclasses of UnboundBean in jmri.jmrix.tamsModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.jmrix.tmcc
Subclasses of UnboundBean in jmri.jmrix.tmccModifier and TypeClassDescriptionclassProvide the required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.xpa
Subclasses of UnboundBean in jmri.jmrix.xpaModifier and TypeClassDescriptionclassProvide the required SystemConnectionMemo for the XPA+Modem adapters. -
Uses of UnboundBean in jmri.jmrix.zimo
Subclasses of UnboundBean in jmri.jmrix.zimoModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.managers
Subclasses of UnboundBean in jmri.managersModifier and TypeClassDescriptionclassThe default implementation ofShutDownManager.classImplementation ofUserPreferencesManagerthat saves user interface preferences that should be automatically remembered as they are set.classRecords and executes a desired set of defaults for the JMRI InstanceManager and ProxyManagers. -
Uses of UnboundBean in jmri.profile
Subclasses of UnboundBean in jmri.profile -
Uses of UnboundBean in jmri.server.json
Subclasses of UnboundBean in jmri.server.json -
Uses of UnboundBean in jmri.server.json.consist
Subclasses of UnboundBean in jmri.server.json.consist -
Uses of UnboundBean in jmri.server.web.app
Subclasses of UnboundBean in jmri.server.web.appModifier and TypeClassDescriptionclassManager for the Angular JMRI Web Application. -
Uses of UnboundBean in jmri.swing
Subclasses of UnboundBean in jmri.swing -
Uses of UnboundBean in jmri.util
Subclasses of UnboundBean in jmri.utilModifier and TypeClassDescriptionclassSupport theFileUtilstatic API while providingPropertyChangeSupportfor listening to changes in the paths.final classPreferences for HelpUtilclassNamedBeanExpectedState<T extends NamedBean>Retain a NamedBean and its expected state.classNamedBeanExpectedValue<T extends NamedBean,S> Retain a NamedBean and its expected value (called a state in this class). -
Uses of UnboundBean in jmri.util.gui
Subclasses of UnboundBean in jmri.util.guiModifier and TypeClassDescriptionclassManage GUI Look and Feel (LAF) preferences. -
Uses of UnboundBean in jmri.util.prefs
Subclasses of UnboundBean in jmri.util.prefsModifier and TypeClassDescriptionclassAn abstract PreferencesManager that implements some of the boilerplate that PreferencesManager implementations would otherwise require. -
Uses of UnboundBean in jmri.util.startup
Subclasses of UnboundBean in jmri.util.startupModifier and TypeClassDescriptionclassMaintain a list of actions that can be used byAbstractActionModeland its descendants.classManager for Startup Actions. -
Uses of UnboundBean in jmri.util.zeroconf
Subclasses of UnboundBean in jmri.util.zeroconfModifier and TypeClassDescriptionclassPreferences manager for ZeroConf networking. -
Uses of UnboundBean in jmri.web.server
Subclasses of UnboundBean in jmri.web.server