public interface InternalPluginProxyIf
Modifier and Type | Interface and Description |
---|---|
static class |
InternalPluginProxyIf.Comparator
comparator for internal plugin proxies
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEYBOARD_ACCELERATOR
This is the key for the keyboard accelerator for
internal plugin button actions.
|
Modifier and Type | Method and Description |
---|---|
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() |
static final java.lang.String KEYBOARD_ACCELERATOR
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.4.1.0, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)