Uses of Class
tv.hd3g.fflauncher.enums.FilterConnectorType
-
Packages that use FilterConnectorType Package Description tv.hd3g.fflauncher.about tv.hd3g.fflauncher.enums tv.hd3g.fflauncher.filtering -
-
Uses of FilterConnectorType in tv.hd3g.fflauncher.about
Methods in tv.hd3g.fflauncher.about that return FilterConnectorType Modifier and Type Method Description FilterConnectorTypeFFAboutFilter. getDestConnector()FilterConnectorTypeFFAboutFilter. getSourceConnector() -
Uses of FilterConnectorType in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return FilterConnectorType Modifier and Type Method Description static FilterConnectorTypeFilterConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConnectorType[]FilterConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterConnectorType in tv.hd3g.fflauncher.filtering
Methods in tv.hd3g.fflauncher.filtering with parameters of type FilterConnectorType Modifier and Type Method Description List<Filter>FilterChains. checkFiltersAvailability(FFAbout about, FilterConnectorType expectedType)
-