Uses of Class
jmri.beans.UnboundBean
-
Packages that use UnboundBean Package Description apps.systemconsole apps.util.issuereporter Issue Reporter for JMRI and related applications.jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.beans Contains JMRI classes related to supporting JavaBeans andPropertyChangeListener
s.jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmris Server implementation for the JMRI interfaces.jmri.jmris.simpleserver jmri.jmris.srcp Contains a SRCP protocol parser to be built with the Java Compiler Compiler (JavaCC).jmri.jmrit.consisttool jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.logixng.implementation jmri.jmrit.logixng.util jmri.jmrit.operations.locations jmri.jmrit.roster jmri.jmrit.roster.rostergroup jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.anyma jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bidib jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.cmri Provides basic interfaces and certain core implementations for the JMRI C/MRI implementation.jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.ieee802154 jmri.jmrix.ieee802154.serialdriver jmri.jmrix.ieee802154.xbee jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.jmrix.ipocs jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.lenz.hornbyelite jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.hexfile jmri.jmrix.loconet.loconetovertcp JMRI implementation of the LocoNet over TCP protocol.jmri.jmrix.loconet.pr2 jmri.jmrix.loconet.pr3 jmri.jmrix.loconet.pr4 jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection.jmri.jmrix.loconet.usb_dcs210Plus jmri.jmrix.loconet.usb_dcs240 jmri.jmrix.loconet.usb_dcs240Plus jmri.jmrix.loconet.usb_dcs52 jmri.jmrix.maple jmri.jmrix.marklin jmri.jmrix.marklin.cdb jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.oaktree jmri.jmrix.pi jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.qsi Connects to a QSI programmer unit.jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.roco.z21 jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc.jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc jmri.jmrix.xpa jmri.jmrix.zimo jmri.managers Provides implementations of various JMRI managers.jmri.profile JMRI profile management.jmri.server.json 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.jmri.server.json.consist jmri.server.web.app jmri.swing Provides small Swing-based tool and utility classes for JMRI basic forms.jmri.util Contains various utilities classes that are useful across the entire JMRI library structure.jmri.util.gui jmri.util.prefs 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 aPreferences
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.jmri.util.startup jmri.util.zeroconf Provides utilities and classes for Zeroconf/Bonjour networking.jmri.web.server -
-
Uses of UnboundBean in apps.systemconsole
Subclasses of UnboundBean in apps.systemconsole Modifier and Type Class Description class
SystemConsolePreferencesManager
Manage preferences for theSystemConsole
. -
Uses of UnboundBean in apps.util.issuereporter
Subclasses of UnboundBean in apps.util.issuereporter Modifier and Type Class Description class
BugReport
class
EnhancementRequest
class
IssueReport
Common code for the various types of problem reports. -
Uses of UnboundBean in jmri
Subclasses of UnboundBean in jmri Modifier and Type Class Description class
BeanSetting
Represent a NamedBean (such as a Turnout) and specific desired setting for it.class
Scale
Define the characteristics of a layout scale. -
Uses of UnboundBean in jmri.beans
Subclasses of UnboundBean in jmri.beans Modifier and Type Class Description class
ArbitraryBean
Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
and support for arbitrary properties defined at runtime.class
Bean
Generic implementation ofBeanInterface
with a complete implementation ofPropertyChangeSupport
.class
ConstrainedArbitraryBean
A Bean with support forVetoableChangeListener
s.class
ConstrainedBean
A Bean with support forVetoableChangeListener
s.class
PreferencesBean
Bean that implements some common code for preferences objects.class
UnboundArbitraryBean
Generic implementation ofBeanInterface
that supports arbitrary properties defined at runtime.Constructors in jmri.beans with parameters of type UnboundBean Constructor Description ArbitraryPropertySupport(UnboundBean bean)
-
Uses of UnboundBean in jmri.configurexml
Subclasses of UnboundBean in jmri.configurexml Modifier and Type Class Description class
ShutdownPreferences
Preferences for Shutdown used by StoreAndCompare -
Uses of UnboundBean in jmri.implementation
Subclasses of UnboundBean in jmri.implementation Modifier and Type Class Description class
FileLocationsPreferences
class
SignalSpeedMap
Default implementation to map Signal aspects or appearances to speed requirements. -
Uses of UnboundBean in jmri.jmris
Subclasses of UnboundBean in jmri.jmris Modifier and Type Class Description class
AbstractServerPreferences
-
Uses of UnboundBean in jmri.jmris.simpleserver
Subclasses of UnboundBean in jmri.jmris.simpleserver Modifier and Type Class Description class
SimpleServerPreferences
-
Uses of UnboundBean in jmri.jmris.srcp
Subclasses of UnboundBean in jmri.jmris.srcp Modifier and Type Class Description class
JmriSRCPServerPreferences
-
Uses of UnboundBean in jmri.jmrit.consisttool
Subclasses of UnboundBean in jmri.jmrit.consisttool Modifier and Type Class Description class
ConsistPreferencesManager
-
Uses of UnboundBean in jmri.jmrit.display
Subclasses of UnboundBean in jmri.jmrit.display Modifier and Type Class Description class
EditorManager
Manager for JMRI Editors. -
Uses of UnboundBean in jmri.jmrit.display.layoutEditor
Subclasses of UnboundBean in jmri.jmrit.display.layoutEditor Modifier and Type Class Description class
LayoutTrackExpectedState<T extends LayoutTrack>
Retain a LayoutTrack and its expected state. -
Uses of UnboundBean in jmri.jmrit.logix
Subclasses of UnboundBean in jmri.jmrit.logix Modifier and Type Class Description class
WarrantPreferences
Hold configuration data for Warrants, includes Speed Map -
Uses of UnboundBean in jmri.jmrit.logixng.implementation
Subclasses of UnboundBean in jmri.jmrit.logixng.implementation Modifier and Type Class Description class
DefaultLogixNGPreferences
Preferences for LogixNG -
Uses of UnboundBean in jmri.jmrit.logixng.util
Subclasses of UnboundBean in jmri.jmrit.logixng.util Modifier and Type Class Description class
DispatcherActiveTrainManager
The 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 Modifier and Type Class Description class
Pool
Represents a pool of tracks that share their length. -
Uses of UnboundBean in jmri.jmrit.roster
Subclasses of UnboundBean in jmri.jmrit.roster Modifier and Type Class Description class
RosterConfigManager
Load and store the Roster configuration.class
RosterEntry
RosterEntry 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.rostergroup Modifier and Type Class Description class
RosterGroup
A RosterGroup object contains information about groupings of entries within theRoster
. -
Uses of UnboundBean in jmri.jmrit.symbolicprog
Subclasses of UnboundBean in jmri.jmrit.symbolicprog Modifier and Type Class Description class
ProgrammerConfigManager
-
Uses of UnboundBean in jmri.jmrix
Subclasses of UnboundBean in jmri.jmrix Modifier and Type Class Description class
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 ThisSystemConnectionMemo
implementation is meant to handle these by providing connection memo services without being connected to a particular system instantiation.class
ConnectionConfigManager
Manager for ConnectionConfig objects.class
DefaultSystemConnectionMemo
Lightweight abstract class to denote that a system is active, and provide general information.class
SystemConnectionMemoManager
Manager for SystemConnectionMemos. -
Uses of UnboundBean in jmri.jmrix.acela
Subclasses of UnboundBean in jmri.jmrix.acela Modifier and Type Class Description class
AcelaSystemConnectionMemo
Lightweight 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.anyma Modifier and Type Class Description class
AnymaDMX_SystemConnectionMemo
Minimal SystemConnectionMemo for anyma dmx systems. -
Uses of UnboundBean in jmri.jmrix.bachrus
Subclasses of UnboundBean in jmri.jmrix.bachrus Modifier and Type Class Description class
SpeedoSystemConnectionMemo
Lightweight 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.bidib Modifier and Type Class Description class
BiDiBSystemConnectionMemo
Lightweight 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.can Modifier and Type Class Description class
CanSystemConnectionMemo
Lightweight 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.cbus Modifier and Type Class Description class
CbusPreferences
Preferences for the MERG CBUS connections. -
Uses of UnboundBean in jmri.jmrix.cmri
Subclasses of UnboundBean in jmri.jmrix.cmri Modifier and Type Class Description class
CMRISystemConnectionMemo
Minimal SystemConnectionMemo for C/MRI systems. -
Uses of UnboundBean in jmri.jmrix.dcc4pc
Subclasses of UnboundBean in jmri.jmrix.dcc4pc Modifier and Type Class Description class
Dcc4PcSystemConnectionMemo
Lightweight 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.dccpp Modifier and Type Class Description class
DCCppSystemConnectionMemo
Lightweight 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.direct Modifier and Type Class Description class
DirectSystemConnectionMemo
Minimum required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.easydcc
Subclasses of UnboundBean in jmri.jmrix.easydcc Modifier and Type Class Description class
EasyDccSystemConnectionMemo
Lightweight 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.ecos Modifier and Type Class Description class
EcosLocoAddress
Stores all the loco information from the ECoS into JMRIclass
EcosSystemConnectionMemo
Lightweight 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.grapevine Modifier and Type Class Description class
GrapevineSystemConnectionMemo
Minimum required SystemConnectionMemo for Grapevine. -
Uses of UnboundBean in jmri.jmrix.ieee802154
Subclasses of UnboundBean in jmri.jmrix.ieee802154 Modifier and Type Class Description class
IEEE802154SystemConnectionMemo
Lightweight 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.serialdriver Modifier and Type Class Description class
SerialSystemConnectionMemo
Lightweight 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.xbee Modifier and Type Class Description class
XBeeConnectionMemo
Lightweight 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.internal Modifier and Type Class Description class
InternalSystemConnectionMemo
Lightweight 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 Modifier and Type Class Description class
IpocsSystemConnectionMemo
-
Uses of UnboundBean in jmri.jmrix.jmriclient
Subclasses of UnboundBean in jmri.jmrix.jmriclient Modifier and Type Class Description class
JMRIClientSystemConnectionMemo
Lightweight 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.lenz Modifier and Type Class Description class
XNetSystemConnectionMemo
Lightweight 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.hornbyelite Modifier and Type Class Description class
EliteXNetSystemConnectionMemo
Lightweight 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.loconet Modifier and Type Class Description class
LocoNetSystemConnectionMemo
Lightweight 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.hexfile Modifier and Type Class Description class
HexFileSystemConnectionMemo
Lightweight 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.loconetovertcp Modifier and Type Class Description class
LnTcpPreferences
Preferences for the LocoNet over TCP server. -
Uses of UnboundBean in jmri.jmrix.loconet.pr2
Subclasses of UnboundBean in jmri.jmrix.loconet.pr2 Modifier and Type Class Description class
PR2SystemConnectionMemo
Lightweight class to denote that a PR2 is active -
Uses of UnboundBean in jmri.jmrix.loconet.pr3
Subclasses of UnboundBean in jmri.jmrix.loconet.pr3 Modifier and Type Class Description class
PR3SystemConnectionMemo
Lightweight class to denote that a PR3 is active -
Uses of UnboundBean in jmri.jmrix.loconet.pr4
Subclasses of UnboundBean in jmri.jmrix.loconet.pr4 Modifier and Type Class Description class
PR4SystemConnectionMemo
Lightweight class to denote that a PR4 is active -
Uses of UnboundBean in jmri.jmrix.loconet.uhlenbrock
Subclasses of UnboundBean in jmri.jmrix.loconet.uhlenbrock Modifier and Type Class Description class
UhlenbrockSystemConnectionMemo
Lightweight 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_dcs210Plus Modifier and Type Class Description class
UsbDcs210PlusSystemConnectionMemo
Lightweight 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_dcs240 Modifier and Type Class Description class
UsbDcs240SystemConnectionMemo
Lightweight 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_dcs240Plus Modifier and Type Class Description class
UsbDcs240PlusSystemConnectionMemo
Lightweight 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_dcs52 Modifier and Type Class Description class
UsbDcs52SystemConnectionMemo
Lightweight class to denote that a DCS52 USB interface is active -
Uses of UnboundBean in jmri.jmrix.maple
Subclasses of UnboundBean in jmri.jmrix.maple Modifier and Type Class Description class
MapleSystemConnectionMemo
Minimum required SystemConnectionMemo for Maple. -
Uses of UnboundBean in jmri.jmrix.marklin
Subclasses of UnboundBean in jmri.jmrix.marklin Modifier and Type Class Description class
MarklinSystemConnectionMemo
Lightweight 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.cdb Modifier and Type Class Description class
CdBSystemConnectionMemo
Lightweight 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 Modifier and Type Class Description class
MqttSystemConnectionMemo
-
Uses of UnboundBean in jmri.jmrix.mrc
Subclasses of UnboundBean in jmri.jmrix.mrc Modifier and Type Class Description class
MrcSystemConnectionMemo
Lightweight 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.nce Modifier and Type Class Description class
NceSystemConnectionMemo
Lightweight 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.oaktree Modifier and Type Class Description class
OakTreeSystemConnectionMemo
Minimum required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.pi
Subclasses of UnboundBean in jmri.jmrix.pi Modifier and Type Class Description class
RaspberryPiSystemConnectionMemo
Lightweight 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.powerline Modifier and Type Class Description class
SerialSystemConnectionMemo
Lightweight 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.cm11 Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight 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.cp290 Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight 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.dmx512 Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight 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.insteon2412s Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight 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.simulator Modifier and Type Class Description class
SpecificSystemConnectionMemo
Lightweight 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.qsi Modifier and Type Class Description class
QsiSystemConnectionMemo
Lightweight 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.rfid Modifier and Type Class Description class
RfidSystemConnectionMemo
Lightweight 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.z21 Modifier and Type Class Description class
Z21SystemConnectionMemo
Lightweight 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.rps Modifier and Type Class Description class
RpsSystemConnectionMemo
Minimal implementation of SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.secsi
Subclasses of UnboundBean in jmri.jmrix.secsi Modifier and Type Class Description class
SecsiSystemConnectionMemo
Minimum required implementation. -
Uses of UnboundBean in jmri.jmrix.sprog
Subclasses of UnboundBean in jmri.jmrix.sprog Modifier and Type Class Description class
SprogSystemConnectionMemo
Lightweight 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.srcp Modifier and Type Class Description class
SRCPBusConnectionMemo
Lightweight class to denote that a system is active, and provide general information.class
SRCPSystemConnectionMemo
Lightweight 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.tams Modifier and Type Class Description class
TamsSystemConnectionMemo
Lightweight 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.tmcc Modifier and Type Class Description class
TmccSystemConnectionMemo
Provide the required SystemConnectionMemo. -
Uses of UnboundBean in jmri.jmrix.xpa
Subclasses of UnboundBean in jmri.jmrix.xpa Modifier and Type Class Description class
XpaSystemConnectionMemo
Provide the required SystemConnectionMemo for the XPA+Modem adapters. -
Uses of UnboundBean in jmri.jmrix.zimo
Subclasses of UnboundBean in jmri.jmrix.zimo Modifier and Type Class Description class
Mx1SystemConnectionMemo
Lightweight class to denote that a system is active, and provide general information. -
Uses of UnboundBean in jmri.managers
Subclasses of UnboundBean in jmri.managers Modifier and Type Class Description class
DefaultShutDownManager
The default implementation ofShutDownManager
.class
JmriUserPreferencesManager
Implementation ofUserPreferencesManager
that saves user interface preferences that should be automatically remembered as they are set.class
ManagerDefaultSelector
Records 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 Modifier and Type Class Description class
ProfileManager
Manage JMRI configuration profiles. -
Uses of UnboundBean in jmri.server.json
Subclasses of UnboundBean in jmri.server.json Modifier and Type Class Description class
JsonServerPreferences
-
Uses of UnboundBean in jmri.server.json.consist
Subclasses of UnboundBean in jmri.server.json.consist Modifier and Type Class Description class
JsonConsistManager
ConsistManager for the JSON services. -
Uses of UnboundBean in jmri.server.web.app
Subclasses of UnboundBean in jmri.server.web.app Modifier and Type Class Description class
WebAppManager
Manager for the Angular JMRI Web Application. -
Uses of UnboundBean in jmri.swing
Subclasses of UnboundBean in jmri.swing Modifier and Type Class Description class
JmriJTablePersistenceManager
Default implementation ofJTablePersistenceManager
. -
Uses of UnboundBean in jmri.util
Subclasses of UnboundBean in jmri.util Modifier and Type Class Description class
FileUtilSupport
Support theFileUtil
static API while providingPropertyChangeSupport
for listening to changes in the paths.class
HelpUtilPreferences
Preferences for HelpUtilclass
NamedBeanExpectedState<T extends NamedBean>
Retain a NamedBean and its expected state.class
NamedBeanExpectedValue<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.gui Modifier and Type Class Description class
GuiLafPreferencesManager
Manage GUI Look and Feel (LAF) preferences. -
Uses of UnboundBean in jmri.util.prefs
Subclasses of UnboundBean in jmri.util.prefs Modifier and Type Class Description class
AbstractPreferencesManager
An 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.startup Modifier and Type Class Description class
StartupActionModelUtil
Maintain a list of actions that can be used byAbstractActionModel
and its descendants.class
StartupActionsManager
Manager for Startup Actions. -
Uses of UnboundBean in jmri.util.zeroconf
Subclasses of UnboundBean in jmri.util.zeroconf Modifier and Type Class Description class
ZeroConfPreferences
Preferences manager for ZeroConf networking. -
Uses of UnboundBean in jmri.web.server
Subclasses of UnboundBean in jmri.web.server Modifier and Type Class Description class
WebServerPreferences
-