Module tvbrowser
Package devplugin

Interface ContextMenuIf

    • Field Detail

      • ACTIONKEY_KEYBOARD_EVENT

        static final java.lang.String ACTIONKEY_KEYBOARD_EVENT
        Since:
        3.0
        See Also:
        Constant Field Values
    • Method Detail

      • getContextMenuActions

        ActionMenu getContextMenuActions​(Program program)
        Gets the actions for the context menu of a program.
        Parameters:
        program - The program the context menu will be shown for.
        Returns:
        the actions this plugin provides for the given program or null if the plugin does not provide this feature.
      • getId

        java.lang.String getId()
        Gets the ID of this ContextMenuIf.
        Returns:
        The ID of this ContextMenuIf.