Interface IFileSelectionParameterization

    • Method Detail

      • getSelectionButtonTooltip

        String getSelectionButtonTooltip()
        Returns selection button tooltip.
        Returns:
        the tooltip, can not be null
      • getDialogTitle

        String getDialogTitle()
        Returns file selection dialog title.
        Returns:
        the title, can not be null
      • getExtensionFilters

        String[] getExtensionFilters()
        Returns file extension filters.
        Returns:
        the extension filters, can be null
      • getNameFilters

        String[] getNameFilters()
        Returns name filters.
        Returns:
        the name filters, can be null