Package qa.swing

Class QACrossMatchPanel

java.lang.Object
qa.swing.QACrossMatchPanel
All Implemented Interfaces:
QANotifyable

public class QACrossMatchPanel extends Object implements QANotifyable
Dialog type panel to match detectors with QA sound types.
Author:
dg50
  • Constructor Details

    • QACrossMatchPanel

      public QACrossMatchPanel(QAControl qaControl)
  • Method Details

    • createPanel

      public void createPanel()
      Make the main panel - will have to redo every time a detector is added or removed.
    • getPanel

      public JPanel getPanel()
    • qaNotify

      public void qaNotify(int noteCode, Object noteObject)
      Description copied from interface: QANotifyable
      Something changed inQA module ...
      Specified by:
      qaNotify in interface QANotifyable