Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.JPopupMenu

Uses of JPopupMenu in javax.swing
 

Fields in javax.swing declared as JPopupMenu
private  JPopupMenu JMenu.popupMenu
          A Popup menu associated with this menu, which pops up when menu is selected
 

Methods in javax.swing that return JPopupMenu
 JPopupMenu JMenu.getPopupMenu()
          Returns popup menu associated with the menu.
 

Methods in javax.swing with parameters of type JPopupMenu
protected  JMenu.WinListener JMenu.createWinListener(JPopupMenu popup)
          Creates WinListener that listens to the menu;s popup menu.
 

Constructors in javax.swing with parameters of type JPopupMenu
JMenu.WinListener(JPopupMenu popup)
          Creates a new WinListener.