Uses of Interface
jmri.swing.PreferencesPanel
-
Packages that use PreferencesPanel Package Description apps Provides application level support for JMRI; includes specific applications in subpackages.apps.gui3.tabbedpreferences Provides the tabbed preferences window and its contents.apps.startup jmri.configurexml.swing jmri.jmris.simpleserver jmri.jmris.srcp Contains a SRCP protocol parser to be built with the Java Compiler Compiler (JavaCC).jmri.jmrit.beantable.usermessagepreferences jmri.jmrit.consisttool jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.logixng.tools.swing jmri.jmrit.operations.setup jmri.jmrit.permission.swing jmri.jmrit.roster jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.throttle jmri.jmrit.withrottle jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.ecos.swing.preferences jmri.jmrix.ieee802154.xbee.swing.nodeconfig jmri.jmrix.loconet.loconetovertcp JMRI implementation of the LocoNet over TCP protocol.jmri.jmrix.swing 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.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.web.server -
-
Uses of PreferencesPanel in apps
Classes in apps that implement PreferencesPanel Modifier and Type Class Description class
FileLocationPane
Provide GUI to configure the Default File Locations.class
GuiLafConfigPane
Provide GUI to configure Swing GUI LAF defaultsclass
GuiLocalePreferencesPanel
Provide PreferencesPanel information for the JPanel provided byGuiLafConfigPane.doLocale()
.class
ManagerDefaultsConfigPane
Provide GUI to configure InstanceManager defaults.class
SystemConsoleConfigPanel
Allow certain elements of the System Console to be configured.Fields in apps with type parameters of type PreferencesPanel Modifier and Type Field Description protected java.util.HashMap<java.lang.String,PreferencesPanel>
AppConfigBase. preferencesPanels
All preferences panels handled, whether persisted or not.Methods in apps that return types with arguments of type PreferencesPanel Modifier and Type Method Description java.util.HashMap<java.lang.String,PreferencesPanel>
AppConfigBase. getPreferencesPanels()
Methods in apps with parameters of type PreferencesPanel Modifier and Type Method Description void
GuiLocalePreferencesPanel. setParent(PreferencesPanel parent)
-
Uses of PreferencesPanel in apps.gui3.tabbedpreferences
Methods in apps.gui3.tabbedpreferences with parameters of type PreferencesPanel Modifier and Type Method Description void
EditConnectionPreferences. addPreferencesPanel(PreferencesPanel panel)
void
TabbedPreferences. addPreferencesPanel(PreferencesPanel panel)
-
Uses of PreferencesPanel in apps.startup
Classes in apps.startup that implement PreferencesPanel Modifier and Type Class Description class
StartupActionsPreferencesPanel
Preferences panel to configure optional actions taken at startup. -
Uses of PreferencesPanel in jmri.configurexml.swing
Classes in jmri.configurexml.swing that implement PreferencesPanel Modifier and Type Class Description class
ShutdownPreferencesPanel
Preferences panel for the shutdown options used by StoreAndCompare. -
Uses of PreferencesPanel in jmri.jmris.simpleserver
Classes in jmri.jmris.simpleserver that implement PreferencesPanel Modifier and Type Class Description class
SimpleServerPreferencesPanel
-
Uses of PreferencesPanel in jmri.jmris.srcp
Classes in jmri.jmris.srcp that implement PreferencesPanel Modifier and Type Class Description class
JmriSRCPServerPreferencesPanel
-
Uses of PreferencesPanel in jmri.jmrit.beantable.usermessagepreferences
Classes in jmri.jmrit.beantable.usermessagepreferences that implement PreferencesPanel Modifier and Type Class Description class
UserMessagePreferencesPane
Pane to show User Message Preferences. -
Uses of PreferencesPanel in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement PreferencesPanel Modifier and Type Class Description class
ConsistToolPrefsPanel
-
Uses of PreferencesPanel in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement PreferencesPanel Modifier and Type Class Description class
WarrantPreferencesPanel
-
Uses of PreferencesPanel in jmri.jmrit.logixng.tools.swing
Classes in jmri.jmrit.logixng.tools.swing that implement PreferencesPanel Modifier and Type Class Description class
LogixNGPreferencesPanel
Preferences panel for LogixNG -
Uses of PreferencesPanel in jmri.jmrit.operations.setup
Classes in jmri.jmrit.operations.setup that implement PreferencesPanel Modifier and Type Class Description class
BuildReportOptionPanel
Frame for user edit of the build report optionsclass
EditManifestHeaderTextPanel
Frame for user edit of manifest header text stringsclass
EditManifestTextPanel
Frame for user edit of manifest text stringsclass
EditSwitchListTextPanel
Frame for user edit of switch list text stringsclass
OperationsPreferencesPanel
class
OperationsSettingsPanel
Frame for user edit of operation parametersclass
OptionPanel
Frame for user edit of setup optionsclass
PrintMoreOptionPanel
Frame for user edit of additional manifest print optionsclass
PrintOptionPanel
Frame for user edit of manifest and switch list print options -
Uses of PreferencesPanel in jmri.jmrit.permission.swing
Classes in jmri.jmrit.permission.swing that implement PreferencesPanel Modifier and Type Class Description class
PermissionPreferencesPanel
Preferences panel for Permission manager. -
Uses of PreferencesPanel in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement PreferencesPanel Modifier and Type Class Description class
RosterConfigPane
Provide GUI to configure Roster defaults. -
Uses of PreferencesPanel in jmri.jmrit.symbolicprog
Classes in jmri.jmrit.symbolicprog that implement PreferencesPanel Modifier and Type Class Description class
ProgrammerConfigPane
Provide GUI to configure symbolic programmer defaults. -
Uses of PreferencesPanel in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement PreferencesPanel Modifier and Type Class Description class
ThrottlesPreferencesPane
A preferences panel to display and edit JMRI throttle keyboard shortcuts -
Uses of PreferencesPanel in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement PreferencesPanel Modifier and Type Class Description class
WiThrottlePrefsPanel
-
Uses of PreferencesPanel in jmri.jmrix
Classes in jmri.jmrix that implement PreferencesPanel Modifier and Type Class Description class
JmrixConfigPane
Provide GUI to configure communications links. -
Uses of PreferencesPanel in jmri.jmrix.ecos.swing.preferences
Classes in jmri.jmrix.ecos.swing.preferences that implement PreferencesPanel Modifier and Type Class Description class
PreferencesPane
Pane to show ECoS preferences -
Uses of PreferencesPanel in jmri.jmrix.ieee802154.xbee.swing.nodeconfig
Classes in jmri.jmrix.ieee802154.xbee.swing.nodeconfig that implement PreferencesPanel Modifier and Type Class Description class
StreamConfigPane
Provide GUI to configure communications links. -
Uses of PreferencesPanel in jmri.jmrix.loconet.loconetovertcp
Classes in jmri.jmrix.loconet.loconetovertcp that implement PreferencesPanel Modifier and Type Class Description class
LnTcpPreferencesPanel
Provide access to the LocoNet over TCP server settings. -
Uses of PreferencesPanel in jmri.jmrix.swing
Classes in jmri.jmrix.swing that implement PreferencesPanel Modifier and Type Class Description class
ConnectionsPreferencesPanel
Methods in jmri.jmrix.swing that return types with arguments of type PreferencesPanel Modifier and Type Method Description java.util.List<PreferencesPanel>
ConnectionsPreferencesPanel. getPreferencesPanels()
-
Uses of PreferencesPanel in jmri.profile
Classes in jmri.profile that implement PreferencesPanel Modifier and Type Class Description class
ProfilePreferencesPanel
A JPanel suitable for managingProfile
s within a preferences window. -
Uses of PreferencesPanel in jmri.server.json
Classes in jmri.server.json that implement PreferencesPanel Modifier and Type Class Description class
JsonServerPreferencesPanel
-
Uses of PreferencesPanel in jmri.swing
Subinterfaces of PreferencesPanel in jmri.swing Modifier and Type Interface Description interface
ManagingPreferencesPanel
APreferencesPanel
that manages other PreferencesPanels within its own panel.interface
PreferencesSubPanel
Methods in jmri.swing that return PreferencesPanel Modifier and Type Method Description PreferencesPanel
PreferencesSubPanel. getParent()
Methods in jmri.swing that return types with arguments of type PreferencesPanel Modifier and Type Method Description java.util.List<PreferencesPanel>
ManagingPreferencesPanel. getPreferencesPanels()
Methods in jmri.swing with parameters of type PreferencesPanel Modifier and Type Method Description void
PreferencesSubPanel. setParent(PreferencesPanel parent)
-
Uses of PreferencesPanel in jmri.util
Classes in jmri.util that implement PreferencesPanel Modifier and Type Class Description class
HelpUtilPreferencesPanel
Preferences panel for HelpUtil -
Uses of PreferencesPanel in jmri.web.server
Classes in jmri.web.server that implement PreferencesPanel Modifier and Type Class Description class
FrameServletPreferencesPanel
class
RailroadNamePreferencesPanel
class
WebServerPreferencesPanel
-