Class UwsJobListPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class UwsJobListPanel extends JPanel
Panel displaying UWS jobs currently known about by the TAP load dialogue.
Since:
25 Feb 2011
Author:
Mark Taylor
See Also:
  • Constructor Details

    • UwsJobListPanel

      public UwsJobListPanel()
      Constructor.
  • Method Details

    • addJob

      public void addJob(UwsJob job, boolean select)
      Adds a new job to the list.
      Parameters:
      job - job to add
      select - true iff the new job should be automatically selected
    • removeJob

      public void removeJob(UwsJob job)
      Removes a previously-added job from the list. It's harmless to call it on jobs which are not present.
      Parameters:
      job - job to remove
    • getJobs

      public UwsJob[] getJobs()
      Returns an array of jobs currently visible in this panel.
      Returns:
      visible jobs
    • reload

      public void reload()
      Reload job detail information from the server for the currently displayed job.