|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.extras.common.AbstractInternalPluginProxy tvbrowser.extras.programinfo.ProgramInfoProxy
public class ProgramInfoProxy
Encapsulates the ProgramInfo and manages the access to it.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface tvbrowser.extras.common.InternalPluginProxyIf |
---|
InternalPluginProxyIf.Comparator |
Field Summary |
---|
Fields inherited from interface devplugin.ContextMenuIf |
---|
ACTIONKEY_KEYBOARD_EVENT |
Fields inherited from interface tvbrowser.extras.common.InternalPluginProxyIf |
---|
KEYBOARD_ACCELERATOR |
Method Summary | |
---|---|
AfterDataUpdateInfoPanel |
getAfterDataUpdateInfoPanel()
Gets a panel that contains infos that should be shown for this Plugins after a data update. |
java.lang.String |
getButtonActionDescription()
Gets the description of this internal plugin. |
ActionMenu |
getContextMenuActions(Program program)
Gets the actions for the context menu of a program. |
javax.swing.Icon |
getIcon()
Gets the icon of this internal plugin. |
java.lang.String |
getId()
Gets the ID of this ContextMenuIf. |
static ProgramInfoProxy |
getInstance()
|
java.lang.String |
getName()
Gets the name of this internal plugin. |
java.lang.String |
getPluginCategory()
|
PluginCenterPanelWrapper |
getPluginCenterPanelWrapper()
Gets the PluginCenterPanelWrapper for this internal plugin. |
java.lang.String |
getSettingsId()
Gets the settings id of this internal plugin. |
SettingsTab |
getSettingsTab()
Gets the settings tab of this internal plugin. |
void |
handleTvBrowserStartFinished()
|
void |
handleTvDataUpdateFinished()
|
java.lang.String |
toString()
|
Methods inherited from class tvbrowser.extras.common.AbstractInternalPluginProxy |
---|
canReceiveProgramsWithTarget, compareTo, getProgramReceiveTargets, receivePrograms, receiveValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ProgramInfoProxy getInstance()
public ActionMenu getContextMenuActions(Program program)
ContextMenuIf
getContextMenuActions
in interface ContextMenuIf
program
- The program the context menu will be shown for.
null
if the plugin does not provide this feature.public java.lang.String getId()
ContextMenuIf
getId
in interface ContextMenuIf
getId
in interface ProgramReceiveIf
getId
in interface InternalPluginProxyIf
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getButtonActionDescription()
InternalPluginProxyIf
getButtonActionDescription
in interface InternalPluginProxyIf
public javax.swing.Icon getIcon()
InternalPluginProxyIf
getIcon
in interface InternalPluginProxyIf
public java.lang.String getName()
InternalPluginProxyIf
getName
in interface InternalPluginProxyIf
public java.lang.String getSettingsId()
InternalPluginProxyIf
getSettingsId
in interface InternalPluginProxyIf
public SettingsTab getSettingsTab()
InternalPluginProxyIf
getSettingsTab
in interface InternalPluginProxyIf
public void handleTvDataUpdateFinished()
handleTvDataUpdateFinished
in interface InternalPluginProxyIf
public java.lang.String getPluginCategory()
getPluginCategory
in interface InternalPluginProxyIf
public PluginCenterPanelWrapper getPluginCenterPanelWrapper()
InternalPluginProxyIf
getPluginCenterPanelWrapper
in interface InternalPluginProxyIf
PluginCenterPanelWrapper
for this internal plugin or null
.public AfterDataUpdateInfoPanel getAfterDataUpdateInfoPanel()
InternalPluginProxyIf
getAfterDataUpdateInfoPanel
in interface InternalPluginProxyIf
public void handleTvBrowserStartFinished()
handleTvBrowserStartFinished
in interface InternalPluginProxyIf
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |