- java.lang.Object
-
- tvbrowser.ui.settings.channel.ChannelUtil
-
public class ChannelUtil extends java.lang.Object
Utils for Channel Handling
-
-
Constructor Summary
Constructors Constructor Description ChannelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getNameForCategories(int category)
Returns a Text representation for a Channel Categorystatic java.lang.String
getProviderName(Channel ch)
Get the Providername of a Channel
-
-
-
Method Detail
-
getNameForCategories
public static java.lang.String getNameForCategories(int category)
Returns a Text representation for a Channel Category- Parameters:
category
- Category to convert- Returns:
- Text for Category
-
getProviderName
public static java.lang.String getProviderName(Channel ch)
Get the Providername of a Channel- Parameters:
ch
- Channel- Returns:
- Name of Provider
-
-