Uses of Class
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupEvent
-
Packages that use PopupPanelManager.PopupEvent Package Description org.pushingpixels.radiance.component.api.common.popup org.pushingpixels.radiance.component.internal.ui.common.popup -
-
Uses of PopupPanelManager.PopupEvent in org.pushingpixels.radiance.component.api.common.popup
Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type PopupPanelManager.PopupEvent Modifier and Type Method Description voidPopupPanelManager.PopupListener. popupHidden(PopupPanelManager.PopupEvent event)Fired when a popup panel has been hidden.voidPopupPanelManager.WeakPopupListener. popupHidden(PopupPanelManager.PopupEvent event)voidPopupPanelManager.PopupListener. popupShown(PopupPanelManager.PopupEvent event)Fired when a popup panel has been shown.voidPopupPanelManager.WeakPopupListener. popupShown(PopupPanelManager.PopupEvent event) -
Uses of PopupPanelManager.PopupEvent in org.pushingpixels.radiance.component.internal.ui.common.popup
Methods in org.pushingpixels.radiance.component.internal.ui.common.popup with parameters of type PopupPanelManager.PopupEvent Modifier and Type Method Description voidBasicPopupPanelUI.PopupPanelEscapeDismisser. popupHidden(PopupPanelManager.PopupEvent event)voidBasicPopupPanelUI.WindowTracker. popupHidden(PopupPanelManager.PopupEvent event)voidBasicPopupPanelUI.PopupPanelEscapeDismisser. popupShown(PopupPanelManager.PopupEvent event)voidBasicPopupPanelUI.WindowTracker. popupShown(PopupPanelManager.PopupEvent event)
-