|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalPluginProxyIf
Have to be implemented by all internal plugins to support common methods.
Nested Class Summary | |
---|---|
static class |
InternalPluginProxyIf.Comparator
comparator for internal plugin proxies |
Field Summary | |
---|---|
static java.lang.String |
KEYBOARD_ACCELERATOR
This is the key for the keyboard accelerator for internal plugin button actions. |
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. |
javax.swing.Icon |
getIcon()
Gets the icon of this internal plugin. |
java.lang.String |
getId()
Gets the id of this internal plugin. |
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()
|
Field Detail |
---|
static final java.lang.String KEYBOARD_ACCELERATOR
Method Detail |
---|
javax.swing.Icon getIcon()
java.lang.String getName()
java.lang.String getButtonActionDescription()
java.lang.String getId()
SettingsTab getSettingsTab()
java.lang.String getSettingsId()
void handleTvDataUpdateFinished()
void handleTvBrowserStartFinished()
java.lang.String getPluginCategory()
PluginCenterPanelWrapper getPluginCenterPanelWrapper()
PluginCenterPanelWrapper
for this internal plugin or null
.AfterDataUpdateInfoPanel getAfterDataUpdateInfoPanel()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |