Uses of Interface
jmri.spi.PreferencesManager
-
Packages that use PreferencesManager Package Description apps.systemconsole jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.consisttool jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.roster jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrix Interfaces and implementations for system-specific code.jmri.managers Provides implementations of various JMRI managers.jmri.server.web.app jmri.spi Interfaces that can be implemented outside the JMRI.jar file to implement new behavior in JMRI.jmri.swing Provides small Swing-based tool and utility classes for JMRI basic forms.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 -
-
Uses of PreferencesManager in apps.systemconsole
Classes in apps.systemconsole that implement PreferencesManager Modifier and Type Class Description class
SystemConsolePreferencesManager
Manage preferences for theSystemConsole
.Methods in apps.systemconsole that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends PreferencesManager>>
SystemConsolePreferencesManager. getRequires()
-
Uses of PreferencesManager in jmri.implementation
Classes in jmri.implementation that implement PreferencesManager Modifier and Type Class Description class
FileLocationsPreferences
Methods in jmri.implementation that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.HashMap<PreferencesManager,InitializationException>
JmriConfigurationManager. getInitializationExceptions()
java.util.Set<java.lang.Class<? extends PreferencesManager>>
FileLocationsPreferences. getRequires()
-
Uses of PreferencesManager in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement PreferencesManager Modifier and Type Class Description class
ConsistPreferencesManager
-
Uses of PreferencesManager in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement PreferencesManager Modifier and Type Class Description class
WarrantPreferences
Hold configuration data for Warrants, includes Speed Map -
Uses of PreferencesManager in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement PreferencesManager Modifier and Type Class Description class
RosterConfigManager
Load and store the Roster configuration.Methods in jmri.jmrit.roster that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PreferencesManager>>
RosterConfigManager. getRequires()
-
Uses of PreferencesManager in jmri.jmrit.symbolicprog
Classes in jmri.jmrit.symbolicprog that implement PreferencesManager Modifier and Type Class Description class
ProgrammerConfigManager
Methods in jmri.jmrit.symbolicprog that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PreferencesManager>>
ProgrammerConfigManager. getRequires()
-
Uses of PreferencesManager in jmri.jmrix
Classes in jmri.jmrix that implement PreferencesManager Modifier and Type Class Description class
ConnectionConfigManager
Manager for ConnectionConfig objects.Methods in jmri.jmrix that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PreferencesManager>>
ConnectionConfigManager. getRequires()
-
Uses of PreferencesManager in jmri.managers
Classes in jmri.managers that implement PreferencesManager Modifier and Type Class Description class
ManagerDefaultSelector
Records and executes a desired set of defaults for the JMRI InstanceManager and ProxyManagers. -
Uses of PreferencesManager in jmri.server.web.app
Classes in jmri.server.web.app that implement PreferencesManager Modifier and Type Class Description class
WebAppManager
Manager for the Angular JMRI Web Application. -
Uses of PreferencesManager in jmri.spi
Methods in jmri.spi that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends PreferencesManager>>
PreferencesManager. getRequires()
Get the set of PreferencesManagers that must be initialized prior to initializing this PreferencesManager. -
Uses of PreferencesManager in jmri.swing
Classes in jmri.swing that implement PreferencesManager Modifier and Type Class Description class
JmriJTablePersistenceManager
Default implementation ofJTablePersistenceManager
. -
Uses of PreferencesManager in jmri.util.gui
Classes in jmri.util.gui that implement PreferencesManager Modifier and Type Class Description class
GuiLafPreferencesManager
Manage GUI Look and Feel (LAF) preferences.Methods in jmri.util.gui that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends PreferencesManager>>
GuiLafPreferencesManager. getRequires()
-
Uses of PreferencesManager in jmri.util.prefs
Classes in jmri.util.prefs that implement PreferencesManager Modifier and Type Class Description class
AbstractPreferencesManager
An abstract PreferencesManager that implements some of the boilerplate that PreferencesManager implementations would otherwise require.Methods in jmri.util.prefs that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PreferencesManager>>
AbstractPreferencesManager. getRequires()
Get the set of PreferencesManagers that must be initialized prior to initializing this PreferencesManager.protected java.util.Set<java.lang.Class<? extends PreferencesManager>>
AbstractPreferencesManager. requireAllOther()
Convenience method to allow a PreferencesManager to require all other PreferencesManager in an attempt to be the last PreferencesManager initialized.Method parameters in jmri.util.prefs with type arguments of type PreferencesManager Modifier and Type Method Description protected void
AbstractPreferencesManager. requiresNoInitializedWithExceptions(Profile profile, java.util.Set<java.lang.Class<? extends PreferencesManager>> classes, java.lang.String message)
Require that instances of the specified classes have initialized correctly. -
Uses of PreferencesManager in jmri.util.startup
Classes in jmri.util.startup that implement PreferencesManager Modifier and Type Class Description class
StartupActionsManager
Manager for Startup Actions.Methods in jmri.util.startup that return types with arguments of type PreferencesManager Modifier and Type Method Description java.util.Set<java.lang.Class<? extends PreferencesManager>>
StartupActionsManager. getRequires()
-