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

  • Method Details Link icon

    • getOpsStatusLookup Link icon

      public JComponent getOpsStatusLookup()
    • getOpsStatusLookup Link icon

      public JComponent getOpsStatusLookup(boolean showEditButton)
    • getOpsOptions Link icon

      public Component getOpsOptions()
    • 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
    • lookupChange Link icon

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