Class DalMultiPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DalMultiPanel extends JPanel
Component for performing a multicone-type join between a selected input table and a remote DAL service.
Since:
29 Sep 2009
Author:
Mark Taylor
See Also:
  • Constructor Details

    • DalMultiPanel

      public DalMultiPanel(DalMultiService service, JProgressBar progBar)
      Constructor.
      Parameters:
      service - defines type of service that queries will be carried out on
  • Method Details

    • setServiceUrl

      public void setServiceUrl(String url)
      Sets the query service URL.
      Parameters:
      url - service access URL
    • getServiceUrlBox

      public JComponent getServiceUrlBox()
      Returns the component in which the URL selector is located.
      Returns:
      URL selector container
    • getCoverageModel

      public ToggleButtonModel getCoverageModel()
      Returns a toggle model which controls whether coverage icons are displayed in this panel.
      Returns:
      coverage display model
    • 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