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 Link icon

    • QASidePanel Link icon

      public QASidePanel(QAControl qaControl)
  • Method Details Link icon

    • getPanel Link icon

      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 Link icon

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

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