Class UploadMatchPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class UploadMatchPanel extends JPanel
Panel that allows the user to specify and execute an upload-match operation using the CDS X-Match service.
Author:
Mark Taylor
See Also:
  • Constructor Details

    • UploadMatchPanel

      public UploadMatchPanel(JProgressBar progBar)
      Constructor.
      Parameters:
      progBar - progress bar that this component may use to indicate progress of matches
  • Method Details

    • getStartAction

      public Action getStartAction()
      Returns the action which starts a multiple query operation.
      Returns:
      start action
    • getStopAction

      public Action getStopAction()
      Returns the action which can interrupt a multiple query operation.
      Returns:
      stop action
    • getCoverageModel

      public ToggleButtonModel getCoverageModel()
      Returns a toggle model which controls whether coverage icons are displayed in this panel.
      Returns:
      coverage display model