- java.lang.Object
-
- tvbrowser.ui.pluginview.contextmenu.AbstractContextMenu
-
- tvbrowser.ui.pluginview.contextmenu.CustomNodeContextMenu
-
- All Implemented Interfaces:
ContextMenu
public class CustomNodeContextMenu extends AbstractContextMenu
Created by: Martin Oberhauser (martin@tvbrowser.org) Date: 03.01.2005 Time: 22:08:17
-
-
Constructor Summary
Constructors Constructor Description CustomNodeContextMenu(PluginTree tree, javax.swing.tree.TreePath path, ActionMenu[] menus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.Action
getDefaultAction()
javax.swing.JPopupMenu
getPopupMenu()
-
Methods inherited from class tvbrowser.ui.pluginview.contextmenu.AbstractContextMenu
collectProgramsFromNode, getCollapseAllMenuItem, getCollapseExpandAction, getExpandAllMenuItem, getExportMenu, getFilterMenuItem, getObjectForNode
-
-
-
-
Constructor Detail
-
CustomNodeContextMenu
public CustomNodeContextMenu(PluginTree tree, javax.swing.tree.TreePath path, ActionMenu[] menus)
-
-