Class PopupPanelManager.PopupInfo
java.lang.Object
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupInfo
- Enclosing class:
PopupPanelManager
Information on a single showing popup.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JComponent
The originating component.private JPopupPanel
The popup panel. -
Constructor Summary
ConstructorsConstructorDescriptionPopupInfo
(JComponent popupOriginator, JPopupPanel popupPanel) Creates a new information object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the originating component.Returns the popup panel.
-
Field Details
-
popupPanel
The popup panel. -
popupOriginator
The originating component.
-
-
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.
-