Package qa.swing

Class QASidePanel

java.lang.Object
qa.swing.QASidePanel
All Implemented Interfaces:
PamSidePanel, QANotifyable

public class QASidePanel extends Object implements PamSidePanel, QANotifyable
  • Constructor Details

    • QASidePanel

      public QASidePanel(QAControl qaControl)
  • Method Details

    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamSidePanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
    • rename

      public void rename(String newName)
      Specified by:
      rename in interface PamSidePanel
    • qaNotify

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