Package tv.hd3g.fflauncher.about
Class FFAboutFilter
- java.lang.Object
-
- tv.hd3g.fflauncher.about.FFAboutFilter
-
public class FFAboutFilter extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterConnectorTypegetDestConnector()intgetDestConnectorsCount()StringgetLongName()FilterConnectorTypegetSourceConnector()intgetSourceConnectorsCount()StringgetTag()booleanisCommandSupport()booleanisSliceThreading()booleanisTimelineSupport()StringtoString()
-
-
-
Method Detail
-
getTag
public String getTag()
-
getLongName
public String getLongName()
-
isTimelineSupport
public boolean isTimelineSupport()
-
isSliceThreading
public boolean isSliceThreading()
-
isCommandSupport
public boolean isCommandSupport()
-
getSourceConnector
public FilterConnectorType getSourceConnector()
-
getDestConnector
public FilterConnectorType getDestConnector()
-
getSourceConnectorsCount
public int getSourceConnectorsCount()
-
getDestConnectorsCount
public int getDestConnectorsCount()
-
-