|
Class Summary |
| DuplexGroupInfoPanel |
Provides a JPanel for querying and configuring Digitrax Duplex (radio)
network identification. |
| DuplexGroupInfoPanel.Default |
Nested class to create a DuplexGroupInfoPanel using old-style defaults. |
| DuplexGroupScanPanel |
Defines a GUI and associated logic to perform energy scan operations on
Duplex radio channels. |
| DuplexGroupTabbedPanel |
Implements a panel with tabs which allows:
. configuration of Duplex Group identity information and
. scanning of Duplex channels for interfering signal sources |
| LnDplxGrpInfoImpl |
Provides a low-level interface to Digitrax Duplex Group Identity information
Implements the following "Property Change" events, which are defined as
static strings in DuplexGropuIdentityImplConstants:
DPLX_PC_STAT_LN_UPDATE - Indicates that a GUI status line could be
updated using provided string
DPLX_PC_STAT_LN_UPDATE_IF_NOT_CURRENTLY_ERROR - Indicates that a GUI
status line could be updated using the provided string UNLESS
the status line is currently showing an error
NumberOfUr92sUpdate - Indicates that the class has counted the
number of UR92 devices
DPLX_PC_NAME_UPDATE - Indicates that a LocoNet message has reported
the Duplex Group Name
DPLX_PC_CHANNEL_UPDATE - Indicates that a LocoNet message has
reported the Duplex Group Channel
DPLX_PC_PASSWORD_UPDATE - Indicates that a LocoNet message has
reported the Duplex Group Password
DPLX_PC_ID_UPDATE - Indicates that a LocoNet message has reported
the Duplex Group Id
DPLX_PC_NAME_VALIDITY - Indicates that the validity of GUI field
showing the Duplex Group Name should be changed. |
| LnIPLImplementation |
Implements a class to handle message creation and message interpretation
of LocoNet messages associated with IPL. |
| ValidatedTextField |
Extends JTextField to provide a data validation function and a colorization
function. |