Package org.omegat.convert.v20to21.data
Class Filters
- java.lang.Object
-
- org.omegat.convert.v20to21.data.Filters
-
public class Filters extends java.lang.Object
Wrapper around all the file filter classes. Is a JavaBean, so that it's easy to write/read it to/from XML file and provides a table model.
-
-
Constructor Summary
Constructors Constructor Description Filters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OneFilter[]
getFilter()
Returns all the filters as an array.void
setFilter(OneFilter[] filter)
Sets all filters from the array.
-