Class PopupPanelManager.PopupInfo
java.lang.Object
org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
- Enclosing class:
- PopupPanelManager
Information on a single showing popup.
-
Constructor Summary
ConstructorsConstructorDescriptionPopupInfo(JComponent popupOriginator, JPopupPanel popupPanel) Creates a new information object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the originating component.Returns the popup panel.
-
Constructor Details
-
PopupInfo
Creates a new information object.- Parameters:
popupOriginator- The originating component.popupPanel- The popup panel.
-
-
Method Details
-
getPopupPanel
Returns the popup panel.- Returns:
- The popup panel.
-
getPopupOriginator
Returns the originating component.- Returns:
- The originating component.
-