Class DefaultFilters


  • public class DefaultFilters
    extends Object
    Helper object to load a default list of filters and their editor information. The list is in the DefaultFilters.properties file.
    • Constructor Detail

      • DefaultFilters

        public DefaultFilters()
    • Method Detail

      • setMappings

        public static void setMappings​(IFilterConfigurationMapper fcMapper,
                                       boolean reset,
                                       boolean addConfigurations)
        Add the default mappings provided in the DefaultFilters.properties file.
        Parameters:
        fcMapper - the mapper where to add the mapping.
        reset - true to clear all filters, editors and dec descriptions in the mapper before setting the new ones.
        addConfigurations - true to add the filters configurations, false to add only the parameters editors and UI descriptions.