Uses of Class
com.alee.utils.swing.WebHeavyWeightPopup

Packages that use WebHeavyWeightPopup
com.alee.extended.menu   
com.alee.managers.notification   
com.alee.utils.swing   
 

Uses of WebHeavyWeightPopup in com.alee.extended.menu
 

Subclasses of WebHeavyWeightPopup in com.alee.extended.menu
 class WebDynamicMenu
          Custom dynamic menu with pretty display/hide animations.
 

Methods in com.alee.extended.menu that return WebHeavyWeightPopup
 WebHeavyWeightPopup WebDynamicMenu.hidePopup()
          Hides popup window.
 

Uses of WebHeavyWeightPopup in com.alee.managers.notification
 

Subclasses of WebHeavyWeightPopup in com.alee.managers.notification
 class WebNotification
          Custom popup used to display notifications in separate windows.
 

Uses of WebHeavyWeightPopup in com.alee.utils.swing
 

Methods in com.alee.utils.swing that return WebHeavyWeightPopup
 WebHeavyWeightPopup WebHeavyWeightPopup.hidePopup()
          Hides popup window.
 WebHeavyWeightPopup WebHeavyWeightPopup.showPopup(java.awt.Component invoker, int x, int y)
          Shows popup window.
 WebHeavyWeightPopup WebHeavyWeightPopup.showPopup(java.awt.Component invoker, java.awt.Point location)
          Shows popup window.