Uses of Class
tv.hd3g.fflauncher.filtering.FilterArgument
-
Packages that use FilterArgument Package Description tv.hd3g.fflauncher.filtering tv.hd3g.fflauncher.filtering.parser -
-
Uses of FilterArgument in tv.hd3g.fflauncher.filtering
Methods in tv.hd3g.fflauncher.filtering that return types with arguments of type FilterArgument Modifier and Type Method Description List<FilterArgument>Filter. getArguments()Method parameters in tv.hd3g.fflauncher.filtering with type arguments of type FilterArgument Modifier and Type Method Description voidFilter. setArguments(List<FilterArgument> arguments)Constructors in tv.hd3g.fflauncher.filtering with parameters of type FilterArgument Constructor Description Filter(String filterName, FilterArgument... arguments)Constructor parameters in tv.hd3g.fflauncher.filtering with type arguments of type FilterArgument Constructor Description Filter(String filterName, Collection<FilterArgument> arguments) -
Uses of FilterArgument in tv.hd3g.fflauncher.filtering.parser
Method parameters in tv.hd3g.fflauncher.filtering.parser with type arguments of type FilterArgument Modifier and Type Method Description voidFilterParserDefinition. setArguments(List<FilterArgument> arguments)
-