JIDE 3.5.15

com.jidesoft.list
Interface ListPopupMenuCustomizer


public interface ListPopupMenuCustomizer

An interface to allow user to customize for the ListPopupMenuInstaller.


Method Summary
 void customizePopupMenu(JList list, JPopupMenu popup, int[] targetItems)
          Customizes the popup menu.
 

Method Detail

customizePopupMenu

void customizePopupMenu(JList list,
                        JPopupMenu popup,
                        int[] targetItems)
Customizes the popup menu.

Parameters:
list - the JList
popup - the popup menu to be displayed
targetItems - the list items clicked

JIDE 3.5.15