Class ParameterPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ParameterPanel extends JPanel
Graphical component which allows editing of any matching parameters associated with a match engine.
Since:
20 Mar 2004
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • ParameterPanel

      public ParameterPanel(uk.ac.starlink.table.join.MatchEngine engine)
      Constructs a new ParameterPanel.
      Parameters:
      engine - the match engine this will work on
  • Method Details

    • isTuningVisible

      public boolean isTuningVisible()
      Indicates if the tuning parameters are currently visible in the GUI.
      Returns:
      true iff tuning parameters are visible
    • setTuningVisible

      public void setTuningVisible(boolean tuningVisible)
      Sets whether the tuning parameters should be visible in the GUI.
      Parameters:
      tuningVisible - true iff tuning parameters should be shown