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()Deprecated.List<FilterInfo>IFilterConfigurationMapper. getFiltersInfo()Deprecated, for removal: This API element is subject to removal in a future version.This is UI specific and will be removed in the future.List<FilterInfo>ThreadSafeFilterConfigurationMapper. getFiltersInfo()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.
-