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

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

Uses of PopupLayer in com.alee.managers.notification
 

Fields in com.alee.managers.notification with type parameters of type PopupLayer
protected static java.util.Map<WebInnerNotification,PopupLayer> NotificationManager.notificationPopups
          Cached notification popups.
protected static java.util.Map<PopupLayer,NotificationsLayout> NotificationManager.notificationsLayouts
          Cached notification layouts.
 

Uses of PopupLayer in com.alee.managers.popup
 

Subclasses of PopupLayer in com.alee.managers.popup
 class ShadeLayer
          This special popup layer is used to place modal-like popups atop of it.
 

Fields in com.alee.managers.popup with type parameters of type PopupLayer
protected static java.util.Map<javax.swing.JRootPane,PopupLayer> PopupManager.popupLayers
          Popup layers cache.
 

Methods in com.alee.managers.popup that return PopupLayer
 PopupLayer WebPopup.getPopupLayer()
          Returns popup layer this WebPopup is added into.
static PopupLayer PopupManager.getPopupLayer(java.awt.Component component)
          Returns cached popup layer for root pane containing specified component.
static PopupLayer PopupManager.getPopupLayer(javax.swing.JRootPane rootPane)
          Returns cached popup layer for the specified root pane.
 

Methods in com.alee.managers.popup with parameters of type PopupLayer
protected static void PopupManager.installPopupLayer(PopupLayer popupLayer, javax.swing.JRootPane rootPane, javax.swing.JLayeredPane layeredPane)
          Installs popup layer for the specified root pane.