Class PropertySheetPanelPage

    • Field Detail

      • PROPERTY_CMDLINE

        public static final String PROPERTY_CMDLINE
        the identifier for the commandline of the object.
        See Also:
        Constant Field Values
      • m_PanelSheet

        protected PropertySheetPanel m_PanelSheet
        the parameter panel for displaying the parameters.
    • Constructor Detail

      • PropertySheetPanelPage

        public PropertySheetPanelPage()
        Default constructor.
      • PropertySheetPanelPage

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

      • getParameterPanel

        public PropertySheetPanel getParameterPanel()
        Returns the underlying property sheet panel.
        Returns:
        the property sheet panel
      • setTarget

        public void setTarget​(Object value)
        Sets the object to display the properties for.
        Parameters:
        value - the object
      • getTarget

        public Object getTarget()
        Returns the current object.
        Returns:
        the object
      • setProperties

        public void setProperties​(Properties value)
        Sets the properties to base the properties on.
        Specified by:
        setProperties in class AbstractWizardPage
        Parameters:
        value - the properties to use
      • 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