Uses of Class
jmri.beans.Bean
-
Packages that use Bean 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 Bean in apps.systemconsole
Subclasses of Bean in apps.systemconsole Modifier and Type Class Description class
SystemConsolePreferencesManager
Manage preferences for theSystemConsole
. -
Uses of Bean in apps.util.issuereporter
Subclasses of Bean 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 Bean in jmri
Subclasses of Bean 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 Bean in jmri.beans
Subclasses of Bean 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
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. -
Uses of Bean in jmri.configurexml
Subclasses of Bean in jmri.configurexml Modifier and Type Class Description class
ShutdownPreferences
Preferences for Shutdown used by StoreAndCompare -
Uses of Bean in jmri.implementation
Subclasses of Bean 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 Bean in jmri.jmris
Subclasses of Bean in jmri.jmris Modifier and Type Class Description class
AbstractServerPreferences
-
Uses of Bean in jmri.jmris.simpleserver
Subclasses of Bean in jmri.jmris.simpleserver Modifier and Type Class Description class
SimpleServerPreferences
-
Uses of Bean in jmri.jmris.srcp
Subclasses of Bean in jmri.jmris.srcp Modifier and Type Class Description class
JmriSRCPServerPreferences
-
Uses of Bean in jmri.jmrit.consisttool
Subclasses of Bean in jmri.jmrit.consisttool Modifier and Type Class Description class
ConsistPreferencesManager
-
Uses of Bean in jmri.jmrit.display
Subclasses of Bean in jmri.jmrit.display Modifier and Type Class Description class
EditorManager
Manager for JMRI Editors. -
Uses of Bean in jmri.jmrit.display.layoutEditor
Subclasses of Bean in jmri.jmrit.display.layoutEditor Modifier and Type Class Description class
LayoutTrackExpectedState<T extends LayoutTrack>
Retain a LayoutTrack and its expected state. -
Uses of Bean in jmri.jmrit.logix
Subclasses of Bean in jmri.jmrit.logix Modifier and Type Class Description class
WarrantPreferences
Hold configuration data for Warrants, includes Speed Map -
Uses of Bean in jmri.jmrit.logixng.implementation
Subclasses of Bean in jmri.jmrit.logixng.implementation Modifier and Type Class Description class
DefaultLogixNGPreferences
Preferences for LogixNG -
Uses of Bean in jmri.jmrit.logixng.util
Subclasses of Bean 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 Bean in jmri.jmrit.operations.locations
Subclasses of Bean in jmri.jmrit.operations.locations Modifier and Type Class Description class
Pool
Represents a pool of tracks that share their length. -
Uses of Bean in jmri.jmrit.roster
Subclasses of Bean 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 Bean in jmri.jmrit.roster.rostergroup
Subclasses of Bean 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 Bean in jmri.jmrit.symbolicprog
Subclasses of Bean in jmri.jmrit.symbolicprog Modifier and Type Class Description class
ProgrammerConfigManager
-
Uses of Bean in jmri.jmrix
Subclasses of Bean 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 Bean in jmri.jmrix.acela
Subclasses of Bean 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 Bean in jmri.jmrix.anyma
Subclasses of Bean in jmri.jmrix.anyma Modifier and Type Class Description class
AnymaDMX_SystemConnectionMemo
Minimal SystemConnectionMemo for anyma dmx systems. -
Uses of Bean in jmri.jmrix.bachrus
Subclasses of Bean 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 Bean in jmri.jmrix.bidib
Subclasses of Bean 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 Bean in jmri.jmrix.can
Subclasses of Bean 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 Bean in jmri.jmrix.can.cbus
Subclasses of Bean in jmri.jmrix.can.cbus Modifier and Type Class Description class
CbusPreferences
Preferences for the MERG CBUS connections. -
Uses of Bean in jmri.jmrix.cmri
Subclasses of Bean in jmri.jmrix.cmri Modifier and Type Class Description class
CMRISystemConnectionMemo
Minimal SystemConnectionMemo for C/MRI systems. -
Uses of Bean in jmri.jmrix.dcc4pc
Subclasses of Bean 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 Bean in jmri.jmrix.dccpp
Subclasses of Bean 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 Bean in jmri.jmrix.direct
Subclasses of Bean in jmri.jmrix.direct Modifier and Type Class Description class
DirectSystemConnectionMemo
Minimum required SystemConnectionMemo. -
Uses of Bean in jmri.jmrix.easydcc
Subclasses of Bean 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 Bean in jmri.jmrix.ecos
Subclasses of Bean 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 Bean in jmri.jmrix.grapevine
Subclasses of Bean in jmri.jmrix.grapevine Modifier and Type Class Description class
GrapevineSystemConnectionMemo
Minimum required SystemConnectionMemo for Grapevine. -
Uses of Bean in jmri.jmrix.ieee802154
Subclasses of Bean 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 Bean in jmri.jmrix.ieee802154.serialdriver
Subclasses of Bean 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 Bean in jmri.jmrix.ieee802154.xbee
Subclasses of Bean 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 Bean in jmri.jmrix.internal
Subclasses of Bean 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 Bean in jmri.jmrix.ipocs
Subclasses of Bean in jmri.jmrix.ipocs Modifier and Type Class Description class
IpocsSystemConnectionMemo
-
Uses of Bean in jmri.jmrix.jmriclient
Subclasses of Bean 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 Bean in jmri.jmrix.lenz
Subclasses of Bean 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 Bean in jmri.jmrix.lenz.hornbyelite
Subclasses of Bean 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 Bean in jmri.jmrix.loconet
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.hexfile
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.loconetovertcp
Subclasses of Bean in jmri.jmrix.loconet.loconetovertcp Modifier and Type Class Description class
LnTcpPreferences
Preferences for the LocoNet over TCP server. -
Uses of Bean in jmri.jmrix.loconet.pr2
Subclasses of Bean in jmri.jmrix.loconet.pr2 Modifier and Type Class Description class
PR2SystemConnectionMemo
Lightweight class to denote that a PR2 is active -
Uses of Bean in jmri.jmrix.loconet.pr3
Subclasses of Bean in jmri.jmrix.loconet.pr3 Modifier and Type Class Description class
PR3SystemConnectionMemo
Lightweight class to denote that a PR3 is active -
Uses of Bean in jmri.jmrix.loconet.pr4
Subclasses of Bean in jmri.jmrix.loconet.pr4 Modifier and Type Class Description class
PR4SystemConnectionMemo
Lightweight class to denote that a PR4 is active -
Uses of Bean in jmri.jmrix.loconet.uhlenbrock
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.usb_dcs210Plus
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.usb_dcs240
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.usb_dcs240Plus
Subclasses of Bean 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 Bean in jmri.jmrix.loconet.usb_dcs52
Subclasses of Bean 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 Bean in jmri.jmrix.maple
Subclasses of Bean in jmri.jmrix.maple Modifier and Type Class Description class
MapleSystemConnectionMemo
Minimum required SystemConnectionMemo for Maple. -
Uses of Bean in jmri.jmrix.marklin
Subclasses of Bean 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 Bean in jmri.jmrix.marklin.cdb
Subclasses of Bean 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 Bean in jmri.jmrix.mqtt
Subclasses of Bean in jmri.jmrix.mqtt Modifier and Type Class Description class
MqttSystemConnectionMemo
-
Uses of Bean in jmri.jmrix.mrc
Subclasses of Bean 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 Bean in jmri.jmrix.nce
Subclasses of Bean 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 Bean in jmri.jmrix.oaktree
Subclasses of Bean in jmri.jmrix.oaktree Modifier and Type Class Description class
OakTreeSystemConnectionMemo
Minimum required SystemConnectionMemo. -
Uses of Bean in jmri.jmrix.pi
Subclasses of Bean 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 Bean in jmri.jmrix.powerline
Subclasses of Bean 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 Bean in jmri.jmrix.powerline.cm11
Subclasses of Bean 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 Bean in jmri.jmrix.powerline.cp290
Subclasses of Bean 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 Bean in jmri.jmrix.powerline.dmx512
Subclasses of Bean 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 Bean in jmri.jmrix.powerline.insteon2412s
Subclasses of Bean 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 Bean in jmri.jmrix.powerline.simulator
Subclasses of Bean 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 Bean in jmri.jmrix.qsi
Subclasses of Bean 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 Bean in jmri.jmrix.rfid
Subclasses of Bean 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 Bean in jmri.jmrix.roco.z21
Subclasses of Bean 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 Bean in jmri.jmrix.rps
Subclasses of Bean in jmri.jmrix.rps Modifier and Type Class Description class
RpsSystemConnectionMemo
Minimal implementation of SystemConnectionMemo. -
Uses of Bean in jmri.jmrix.secsi
Subclasses of Bean in jmri.jmrix.secsi Modifier and Type Class Description class
SecsiSystemConnectionMemo
Minimum required implementation. -
Uses of Bean in jmri.jmrix.sprog
Subclasses of Bean 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 Bean in jmri.jmrix.srcp
Subclasses of Bean 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 Bean in jmri.jmrix.tams
Subclasses of Bean 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 Bean in jmri.jmrix.tmcc
Subclasses of Bean in jmri.jmrix.tmcc Modifier and Type Class Description class
TmccSystemConnectionMemo
Provide the required SystemConnectionMemo. -
Uses of Bean in jmri.jmrix.xpa
Subclasses of Bean in jmri.jmrix.xpa Modifier and Type Class Description class
XpaSystemConnectionMemo
Provide the required SystemConnectionMemo for the XPA+Modem adapters. -
Uses of Bean in jmri.jmrix.zimo
Subclasses of Bean 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 Bean in jmri.managers
Subclasses of Bean 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 Bean in jmri.profile
Subclasses of Bean in jmri.profile Modifier and Type Class Description class
ProfileManager
Manage JMRI configuration profiles. -
Uses of Bean in jmri.server.json
Subclasses of Bean in jmri.server.json Modifier and Type Class Description class
JsonServerPreferences
-
Uses of Bean in jmri.server.json.consist
Subclasses of Bean in jmri.server.json.consist Modifier and Type Class Description class
JsonConsistManager
ConsistManager for the JSON services. -
Uses of Bean in jmri.server.web.app
Subclasses of Bean in jmri.server.web.app Modifier and Type Class Description class
WebAppManager
Manager for the Angular JMRI Web Application. -
Uses of Bean in jmri.swing
Subclasses of Bean in jmri.swing Modifier and Type Class Description class
JmriJTablePersistenceManager
Default implementation ofJTablePersistenceManager
. -
Uses of Bean in jmri.util
Subclasses of Bean 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 Bean in jmri.util.gui
Subclasses of Bean in jmri.util.gui Modifier and Type Class Description class
GuiLafPreferencesManager
Manage GUI Look and Feel (LAF) preferences. -
Uses of Bean in jmri.util.prefs
Subclasses of Bean 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 Bean in jmri.util.startup
Subclasses of Bean 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 Bean in jmri.util.zeroconf
Subclasses of Bean in jmri.util.zeroconf Modifier and Type Class Description class
ZeroConfPreferences
Preferences manager for ZeroConf networking. -
Uses of Bean in jmri.web.server
Subclasses of Bean in jmri.web.server Modifier and Type Class Description class
WebServerPreferences
-