Class ParameterPanelPage

    • Field Detail

      • m_PanelParameter

        protected PropertiesParameterPanel m_PanelParameter
        the parameter panel for displaying the parameters.
    • Constructor Detail

      • ParameterPanelPage

        public ParameterPanelPage()
        Default constructor.
      • ParameterPanelPage

        public ParameterPanelPage​(String pageName)
        Initializes the page with the given page name.
        Parameters:
        pageName - the page name to use
    • Method Detail

      • getParameterPanel

        public PropertiesParameterPanel getParameterPanel()
        Returns the underlying parameter panel.
        Returns:
        the parameter panel
      • setProperties

        public void setProperties​(Properties value)
        Sets the parameters from the properties object.
        Specified by:
        setProperties in class AbstractWizardPage
        Parameters:
        value - the parameters to set
      • getProperties

        public Properties getProperties()
        Returns the content of the page (ie parameters) as properties.
        Specified by:
        getProperties in class AbstractWizardPage
        Returns:
        the parameters as properties