Uses of Class
jmri.util.prefs.InitializationException
-
Packages that use InitializationException 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.managers Provides implementations of various JMRI managers.jmri.profile JMRI profile management.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 InitializationException in apps.systemconsole
Methods in apps.systemconsole that throw InitializationException Modifier and Type Method Description voidSystemConsolePreferencesManager. initialize(Profile profile) -
Uses of InitializationException in jmri.implementation
Methods in jmri.implementation that return types with arguments of type InitializationException Modifier and Type Method Description java.util.HashMap<PreferencesManager,InitializationException>JmriConfigurationManager. getInitializationExceptions()Methods in jmri.implementation that throw InitializationException Modifier and Type Method Description voidFileLocationsPreferences. initialize(Profile profile) -
Uses of InitializationException in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool that throw InitializationException Modifier and Type Method Description voidConsistPreferencesManager. initialize(Profile profile) -
Uses of InitializationException in jmri.jmrit.logix
Methods in jmri.jmrit.logix that throw InitializationException Modifier and Type Method Description voidWarrantPreferences. initialize(Profile profile) -
Uses of InitializationException in jmri.jmrit.roster
Methods in jmri.jmrit.roster that throw InitializationException Modifier and Type Method Description voidRosterConfigManager. initialize(Profile profile) -
Uses of InitializationException in jmri.jmrit.symbolicprog
Methods in jmri.jmrit.symbolicprog that throw InitializationException Modifier and Type Method Description voidProgrammerConfigManager. initialize(Profile profile) -
Uses of InitializationException in jmri.managers
Methods in jmri.managers that return InitializationException Modifier and Type Method Description InitializationExceptionManagerDefaultSelector. configure(Profile profile)Load into InstanceManagerMethods in jmri.managers that throw InitializationException Modifier and Type Method Description voidManagerDefaultSelector. initialize(Profile profile) -
Uses of InitializationException in jmri.profile
Methods in jmri.profile that throw InitializationException Modifier and Type Method Description voidProfileManager. export(Profile profile, java.io.File target, boolean exportExternalUserFiles, boolean exportExternalRoster)Export theProfileto a zip file. -
Uses of InitializationException in jmri.server.web.app
Methods in jmri.server.web.app that throw InitializationException Modifier and Type Method Description voidWebAppManager. initialize(Profile profile) -
Uses of InitializationException in jmri.spi
Methods in jmri.spi that throw InitializationException Modifier and Type Method Description voidPreferencesManager. initialize(Profile profile)Initialize the PreferencesManager with preferences associated with the provided Profile. -
Uses of InitializationException in jmri.swing
Methods in jmri.swing that throw InitializationException Modifier and Type Method Description voidJmriJTablePersistenceManager. initialize(Profile profile) -
Uses of InitializationException in jmri.util.gui
Methods in jmri.util.gui that throw InitializationException Modifier and Type Method Description voidGuiLafPreferencesManager. initialize(Profile profile) -
Uses of InitializationException in jmri.util.prefs
Subclasses of InitializationException in jmri.util.prefs Modifier and Type Class Description classHasConnectionButUnableToConnectExceptionAn exception thrown then there is a configured connection, but JMRI is unable to open that connection.Methods in jmri.util.prefs that throw InitializationException Modifier and Type Method Description protected voidAbstractPreferencesManager. requiresNoInitializedWithExceptions(Profile profile, java.lang.String message)Require that instances of the specified classes have initialized correctly.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 InitializationException in jmri.util.startup
Methods in jmri.util.startup that throw InitializationException Modifier and Type Method Description voidStartupActionsManager. initialize(Profile profile)Initialize the PreferencesManager with preferences associated with the provided Profile.
-