Uses of Class
org.jvnet.flamingo.common.popup.JPopupPanel

Packages that use JPopupPanel
org.jvnet.flamingo.common.popup   
org.jvnet.flamingo.ribbon.ui.appmenu   
 

Uses of JPopupPanel in org.jvnet.flamingo.common.popup
 

Subclasses of JPopupPanel in org.jvnet.flamingo.common.popup
 class JCommandPopupMenu
          Popup menu.
 

Methods in org.jvnet.flamingo.common.popup that return JPopupPanel
 JPopupPanel PopupPanelManager.PopupInfo.getPopupPanel()
          Returns the popup panel.
 JPopupPanel PopupPanelCallback.getPopupPanel(JCommandButton commandButton)
          Returns the popup panel to be shown when the popup area of the specified command button is activated.
 

Methods in org.jvnet.flamingo.common.popup with parameters of type JPopupPanel
 void PopupPanelManager.addPopup(javax.swing.JComponent popupOriginator, javax.swing.Popup popup, JPopupPanel popupInitiator)
          Adds new popup to the tracking structures.
 

Constructors in org.jvnet.flamingo.common.popup with parameters of type JPopupPanel
PopupPanelManager.PopupEvent(JPopupPanel source, int id, javax.swing.JComponent popupOriginator)
          Creates a new popup event.
PopupPanelManager.PopupInfo(javax.swing.JComponent popupOriginator, JPopupPanel popupPanel)
          Creates a new information object.
 

Uses of JPopupPanel in org.jvnet.flamingo.ribbon.ui.appmenu
 

Subclasses of JPopupPanel in org.jvnet.flamingo.ribbon.ui.appmenu
 class JRibbonApplicationMenuPopupPanel