- java.lang.Object
-
- tvbrowser.core.contextmenu.ContextMenuManager.ContextMenuAction
-
- Enclosing class:
- ContextMenuManager
public static final class ContextMenuManager.ContextMenuAction extends java.lang.Object
- Since:
- 3.4.5
-
-
Constructor Summary
Constructors Constructor Description ContextMenuAction(ContextMenuIf contextMenuIf, int contextMenuActionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getContextMenuActionId()
ContextMenuIf
getContextMenuIf()
-
-
-
Constructor Detail
-
ContextMenuAction
public ContextMenuAction(ContextMenuIf contextMenuIf, int contextMenuActionId)
-
-
Method Detail
-
getContextMenuIf
public ContextMenuIf getContextMenuIf()
-
getContextMenuActionId
public int getContextMenuActionId()
-
-