Class SelectDirectoryPage

    • Constructor Detail

      • SelectDirectoryPage

        public SelectDirectoryPage()
        Default constructor.
      • SelectDirectoryPage

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

      • setCurrent

        public boolean setCurrent​(File value)
        Sets the current directory.
        Parameters:
        value - the directory to use
        Returns:
        true if successfully set
      • getCurrent

        public File getCurrent()
        Returns the current directory.
        Returns:
        the current directory
      • setProperties

        public void setProperties​(Properties value)
        Sets the content of the page (ie parameters) as properties.
        Specified by:
        setProperties in class AbstractWizardPage
        Parameters:
        value - the parameters as properties
      • 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