Class ParametersUI


  • public class ParametersUI
    extends Object
    Author:
    Nick Collier
    • Constructor Detail

      • ParametersUI

        public ParametersUI​(Parameters params)
    • Method Detail

      • commitParameters

        public void commitParameters()
        Commits any changes made using the parameter JComponents to the specified params.
        Parameters:
        params - the Parameters to commmit the changes to
      • resetParameters

        public void resetParameters()
      • getDisplayOrder

        public Map<String,​Double> getDisplayOrder()
        Gets GUI display order of the current parameters.
        Returns:
        the order (a double) of the display parameters by display id.
      • toXML

        public String toXML()
        Gets the parameter xml representation of the currently created parameter UI. The current values in the UI will become the default values.
        Returns:
        the XML.