Uses of Class
jmri.jmrix.JmrixConfigPane
-
Packages that use JmrixConfigPane Package Description apps.gui3 The gui3 package provides basic function for JMRI applications that use the new "Gui3" user interface first seen in the updated DecoderPro (formerly known as DecoderPro3).jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.ieee802154.xbee.swing.nodeconfig -
-
Uses of JmrixConfigPane in apps.gui3
Fields in apps.gui3 declared as JmrixConfigPane Modifier and Type Field Description protected JmrixConfigPane
FirstTimeStartUpWizard. connectionConfigPane
-
Uses of JmrixConfigPane in jmri.jmrix
Methods in jmri.jmrix that return JmrixConfigPane Modifier and Type Method Description static JmrixConfigPane
JmrixConfigPane. createNewPanel()
Get access to a new pane for creating new connections.static JmrixConfigPane
JmrixConfigPane. createPanel(int index)
Create a new connection configuration panel.static JmrixConfigPane
JmrixConfigPane. createPanel(ConnectionConfig c)
Create a new configuration panel for the given connection.Methods in jmri.jmrix with parameters of type JmrixConfigPane Modifier and Type Method Description static void
JmrixConfigPane. dispose(JmrixConfigPane confPane)
Disposes of the underlying connection for a configuration pane. -
Uses of JmrixConfigPane in jmri.jmrix.ieee802154.xbee.swing.nodeconfig
Subclasses of JmrixConfigPane in jmri.jmrix.ieee802154.xbee.swing.nodeconfig Modifier and Type Class Description class
StreamConfigPane
Provide GUI to configure communications links.
-