TV-Browser 3.3.3 API

tvbrowser.core.plugin
Interface ButtonActionIf

All Known Subinterfaces:
PluginAccess, PluginProxy, TvDataServiceProxy
All Known Implementing Classes:
AbstractPluginProxy, AbstractTvDataServiceProxy, BeanShellPluginProxy, DefaultTvDataServiceProxy, FavoritesPluginProxy, JavaPluginProxy, ReminderPluginProxy, SearchPluginProxy

public interface ButtonActionIf

Is an interface for showing support of button action for toolbar of internal plugin.

Since:
2.7
Author:
René Mach

Method Summary
 ActionMenu getButtonAction()
          Gets the action menu with the action supported for toolbar actions.
 java.lang.String getButtonActionDescription()
          Gets the description for this ButtonActionIf.
 java.lang.String getId()
          Gets the id of this ButtonActionIf.
 

Method Detail

getButtonAction

ActionMenu getButtonAction()
Gets the action menu with the action supported for toolbar actions.

Returns:
The action menu with the supported toolbar actions

getId

java.lang.String getId()
Gets the id of this ButtonActionIf.

Returns:
The id of this ButtonActionIf.

getButtonActionDescription

java.lang.String getButtonActionDescription()
Gets the description for this ButtonActionIf.

Returns:
The description for this ButtonActionIf.

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)