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:JmriConfigurationProviderComplex preferences within an XML element provided by the object storing and retrieving the element.JmriPreferencesProviderSimple preferences within aPreferencesconstruct.JmriUserInterfaceConfigurationProviderComplex 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 classSystemConsolePreferencesManagerManage 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 classFileLocationsPreferencesMethods 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 classConsistPreferencesManager -
Uses of PreferencesManager in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement PreferencesManager Modifier and Type Class Description classWarrantPreferencesHold 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 classRosterConfigManagerLoad 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 classProgrammerConfigManagerMethods 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 classConnectionConfigManagerManager 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 classManagerDefaultSelectorRecords 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 classWebAppManagerManager 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 classJmriJTablePersistenceManagerDefault implementation ofJTablePersistenceManager. -
Uses of PreferencesManager in jmri.util.gui
Classes in jmri.util.gui that implement PreferencesManager Modifier and Type Class Description classGuiLafPreferencesManagerManage 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 classAbstractPreferencesManagerAn 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 voidAbstractPreferencesManager. 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 classStartupActionsManagerManager 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()
-