public class AdvancedFavorite extends Favorite
Modifier and Type | Class and Description |
---|---|
(package private) class |
AdvancedFavorite.Configurator |
Modifier and Type | Field and Description |
---|---|
static Localizer |
mLocalizer |
static String |
TYPE_ID |
mSearchFormSettings
Constructor and Description |
---|
AdvancedFavorite(ObjectInputStream in) |
AdvancedFavorite(Object obj,
ObjectInputStream in)
Deprecated.
|
AdvancedFavorite(String searchText) |
Modifier and Type | Method and Description |
---|---|
FavoriteConfigurator |
createConfigurator() |
String |
getName() |
String |
getTypeID() |
protected Program[] |
internalSearchForPrograms() |
protected void |
internalWriteData(ObjectOutputStream out) |
void |
loadPendingFilter()
Loads the filters after TV-Browser start was finished.
|
boolean |
matches(Program p)
This function tries to match the given program with the favorite
|
addExclusion, addToBlackList, clearNewPrograms, clearRemovedPrograms, contains, containsReceiveTarget, getBlackListPrograms, getChannels, getExclusions, getForwardPlugins, getLimitationConfiguration, getNewPrograms, getPrograms, getReminderConfiguration, getWhiteListPrograms, getWhiteListPrograms, handleContainingPrograms, handleNewGlobalReceiveTargets, isOnBlackList, isRemindAfterDownload, refreshBlackList, refreshPrograms, removeExclusion, removeFromBlackList, removeProgram, revalidatePrograms, searchNewPrograms, setExclusions, setForwardPlugins, setName, setRemindAfterDownload, tryToMatch, updatePrograms, updatePrograms, updatePrograms, writeData
public static final Localizer mLocalizer
public static final String TYPE_ID
public AdvancedFavorite(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
@Deprecated public AdvancedFavorite(Object obj, ObjectInputStream in) throws IOException, ClassNotFoundException
obj
- ignored (used to have a unique method signature)in
- IOException
ClassNotFoundException
public AdvancedFavorite(String searchText)
public FavoriteConfigurator createConfigurator()
createConfigurator
in class Favorite
protected void internalWriteData(ObjectOutputStream out) throws IOException
internalWriteData
in class Favorite
IOException
protected Program[] internalSearchForPrograms() throws TvBrowserException
internalSearchForPrograms
in class Favorite
TvBrowserException
public boolean matches(Program p) throws TvBrowserException
Favorite
matches
in class Favorite
p
- check if this program matchestrue
if the program matchesTvBrowserException
- exception during matchingpublic void loadPendingFilter()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)