JIDE 3.5.15

com.jidesoft.tree
Interface TreePopupMenuCustomizer


public interface TreePopupMenuCustomizer

An interface to allow user to customize for the TreePopupMenuInstaller.


Method Summary
 void customizePopupMenu(JTree tree, JPopupMenu popup, TreePath[] targetPaths)
          Customizes the popup menu.
 

Method Detail

customizePopupMenu

void customizePopupMenu(JTree tree,
                        JPopupMenu popup,
                        TreePath[] targetPaths)
Customizes the popup menu.

Parameters:
tree - the JTree
popup - the popup menu to be displayed
targetPaths - the tree path clicked

JIDE 3.5.15