Class FolderInputPart

  • All Implemented Interfaces:
    IParameterDescriptor

    public class FolderInputPart
    extends AbstractPart
    UI part descriptor for a folder/directory. This UI part supports the following types: String.
    • Constructor Detail

      • FolderInputPart

        public FolderInputPart​(ParameterDescriptor paramDescriptor,
                               String browseTitle)
        Creates a new FolderInputPart object with a given parameter descriptor.
        Parameters:
        paramDescriptor - the parameter descriptor for this UI part.
        browseTitle - the title to use for the folder browsing dialog.
    • Method Detail

      • checkType

        protected void checkType()
        Description copied from class: AbstractPart
        Checks the types supported by this UI part.
        Overrides:
        checkType in class AbstractPart
      • getBrowseTitle

        public String getBrowseTitle()
        Gets the title of the folder browsing dialog.
        Returns:
        the title of the folder browsing dialog.
      • setBrowseTitle

        public void setBrowseTitle​(String browseTitle)
        Sets the title of the folder browsing dialog.
        Parameters:
        browseTitle - the new title of the folder browsing dialog.