Package qa.swing

Class QAOperationsDisplays

java.lang.Object
qa.swing.QAOperationsDisplays
All Implemented Interfaces:
LookupChangeListener, QANotifyable

public class QAOperationsDisplays extends Object implements QANotifyable, LookupChangeListener
  • Constructor Details

  • Method Details

    • getOpsStatusLookup

      public JComponent getOpsStatusLookup()
    • getOpsStatusLookup

      public JComponent getOpsStatusLookup(boolean showEditButton)
    • getOpsOptions

      public Component getOpsOptions()
    • qaNotify

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

      public void lookupChange(LookupItem selectedItem)
      Description copied from interface: LookupChangeListener
      Change has occurred.
      Specified by:
      lookupChange in interface LookupChangeListener
      Parameters:
      selectedItem - Currently selected item.