Uses of Class
net.sf.okapi.common.filters.FilterInfo
-
Packages that use FilterInfo Package Description net.sf.okapi.common.filters Interfaces and base classes to implement filters -
-
Uses of FilterInfo in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return types with arguments of type FilterInfo Modifier and Type Method Description List<FilterInfo>FilterConfigurationMapper. getFiltersInfo()List<FilterInfo>IFilterConfigurationMapper. getFiltersInfo()Gets a list of information on all filters in this mapper.Methods in net.sf.okapi.common.filters with parameters of type FilterInfo Modifier and Type Method Description intFilterInfo. compareTo(FilterInfo obj)Compares the display names of the two filters.
-