- java.lang.Object
-
- tvbrowser.ui.pluginview.contextmenu.AbstractContextMenu
-
- tvbrowser.ui.pluginview.contextmenu.StructureNodeContextMenu
-
- All Implemented Interfaces:
ContextMenu
public class StructureNodeContextMenu extends AbstractContextMenu
Created by: Martin Oberhauser (martin@tvbrowser.org) Date: 06.01.2005 Time: 12:01:17
-
-
Constructor Summary
Constructors Constructor Description StructureNodeContextMenu(PluginTree tree, javax.swing.tree.TreePath path)
-
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
-
StructureNodeContextMenu
public StructureNodeContextMenu(PluginTree tree, javax.swing.tree.TreePath path)
-
-