Uses of Interface
net.sf.okapi.common.filters.ISubFilter
-
Packages that use ISubFilter Package Description net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.filters.php -
-
Uses of ISubFilter in net.sf.okapi.common.filters
Classes in net.sf.okapi.common.filters that implement ISubFilter Modifier and Type Class Description classAbstractSubFilterclassSubFilterWrapperMethods in net.sf.okapi.common.filters that return ISubFilter Modifier and Type Method Description static ISubFilterISubFilter. create(IFilter filter, IEncoder parentEncoder)static ISubFilterISubFilter. create(IFilter filter, IEncoder parentEncoder, int sectionIndex, String parentId, String parentName)Create s a new subfilter.ISubFilterSubFilterWrapperStep. getSubFilter()Constructors in net.sf.okapi.common.filters with parameters of type ISubFilter Constructor Description SubFilterEventConverter(ISubFilter subFilter, IEncoder parentEncoder) -
Uses of ISubFilter in net.sf.okapi.filters.php
Classes in net.sf.okapi.filters.php that implement ISubFilter Modifier and Type Class Description classPHPContentFilterImplements the IFilter interface for PHP content.
-