public class TestSerialPortAction
extends javax.swing.AbstractAction
Constructor and Description |
---|
TestSerialPortAction(javax.swing.JComponent uiWidget,
PortConfig config,
javax.swing.event.AncestorListener ancestorListener,
java.lang.String typeDisplayNameTag)
Create an Action for backing up a JButton that will launch a test window for manually
exercising a serial port.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
DO NOT CALL.
|
public TestSerialPortAction(javax.swing.JComponent uiWidget, PortConfig config, javax.swing.event.AncestorListener ancestorListener, java.lang.String typeDisplayNameTag)
uiWidget
- the JComponent that contains the launch button, used for parenting the dialog boxconfig
- PortConfig of the serial port being testancestorListener
- any AncestorListener that needs to be notified to flush config editing widget values into the PortConfigtypeDisplayNameTag
- String tag into resource bundles for the localized name of this port type