Class QuickLookWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class QuickLookWindow extends JFrame
Window which displays a simple view of a TAP query and its result.
Since:
9 Jun 2015
Author:
Mark Taylor
See Also:
  • Constructor Details

    • QuickLookWindow

      public QuickLookWindow(TapQuery tq, uk.ac.starlink.table.StarTableFactory tfact, uk.ac.starlink.util.ContentCoding coding)
      Constructor.
      Parameters:
      tq - tap query to execute
      tfact - table factory
      coding - configures HTTP compression
  • Method Details

    • executeQuery

      public void executeQuery()
      Begins execution of this window's TAP query. The query is performed asynchronously, and the window will be update when it completes.