Class ParameterGUI

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

public class ParameterGUI extends JFrame
UI for ConfigStrucAligParams, for the AlignmentGUI. Visually parameters are displayed as a label and an input field such as a text box. The following methods are used to determine which properties are accessible:
Author:
Andreas Prlic
See Also:
  • Constructor Details

    • ParameterGUI

      public ParameterGUI(ConfigStrucAligParams params, String algorithm)
      Constructor for a ParameterGUI. Generalization for any type of Structural Alignment algorithm that implements the parameter interface.
      Parameters:
      params - parameter bean
      algorithm - name of the algorithm
  • Method Details

    • setDefault

      protected void setDefault()
    • storeParameters

      protected void storeParameters()