-
- All Known Subinterfaces:
PluginAccess
,PluginProxy
,TvDataServiceProxy
- All Known Implementing Classes:
AbstractPluginProxy
,AbstractTvDataServiceProxy
,BeanShellPluginProxy
,DefaultTvDataServiceProxy
,JavaPluginProxy
,ReminderPluginProxy
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-