Uses of Class
com.alee.managers.popup.WebPopup

Packages that use WebPopup
com.alee.managers.notification   
com.alee.managers.popup   
 

Uses of WebPopup in com.alee.managers.notification
 

Subclasses of WebPopup in com.alee.managers.notification
 class WebNotificationPopup
          Custom popup used to display notifications within the application windows.
 

Uses of WebPopup in com.alee.managers.popup
 

Subclasses of WebPopup in com.alee.managers.popup
 class WebButtonPopup
          User: mgarin Date: 26.03.12 Time: 17:32
 

Methods in com.alee.managers.popup with parameters of type WebPopup
 void PopupLayer.hidePopup(WebPopup popup)
          Hides specified popup displayed on this popup layer.
static void PopupManager.showModalPopup(java.awt.Component component, WebPopup popup, boolean hfill, boolean vfill)
          Displays popup as modal for the root pane containing specified component.
static void PopupManager.showModalPopup(java.awt.Component component, WebPopup popup, boolean hfill, boolean vfill, boolean blockClose)
          Displays popup as modal for the root pane containing specified component.
static void PopupManager.showModalPopup(javax.swing.JRootPane rootPane, WebPopup popup, boolean hfill, boolean vfill)
          Displays popup as modal for the specified root pane.
static void PopupManager.showModalPopup(javax.swing.JRootPane rootPane, WebPopup popup, boolean hfill, boolean vfill, boolean blockClose)
          Displays popup as modal for the specified root pane.
static void PopupManager.showPopup(java.awt.Component component, WebPopup popup)
          Displays popup for the root pane containing specified component.
static void PopupManager.showPopup(java.awt.Component component, WebPopup popup, boolean transferFocus)
          Displays popup for the root pane containing specified component.
static void PopupManager.showPopup(javax.swing.JRootPane rootPane, WebPopup popup, boolean transferFocus)
          Displays popup for the specified root pane.
 void ShadeLayer.showPopup(WebPopup popup)
          Displays the specified popup on this popup layer.
 void PopupLayer.showPopup(WebPopup popup)
          Displays the specified popup on this popup layer.
 void ShadeLayer.showPopup(WebPopup popup, boolean hfill, boolean vfill)
          Displays the specified popup on this popup layer.