org.pushingpixels.flamingo.api.common.popup
Class PopupPanelManager.PopupInfo

java.lang.Object
  extended by org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
Enclosing class:
PopupPanelManager

public static class PopupPanelManager.PopupInfo
extends java.lang.Object

Information on a single showing popup.


Constructor Summary
PopupPanelManager.PopupInfo(javax.swing.JComponent popupOriginator, JPopupPanel popupPanel)
          Creates a new information object.
 
Method Summary
 javax.swing.JComponent getPopupOriginator()
          Returns the originating component.
 JPopupPanel getPopupPanel()
          Returns the popup panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupPanelManager.PopupInfo

public PopupPanelManager.PopupInfo(javax.swing.JComponent popupOriginator,
                                   JPopupPanel popupPanel)
Creates a new information object.

Parameters:
popupOriginator - The originating component.
popupPanel - The popup panel.
Method Detail

getPopupPanel

public JPopupPanel getPopupPanel()
Returns the popup panel.

Returns:
The popup panel.

getPopupOriginator

public javax.swing.JComponent getPopupOriginator()
Returns the originating component.

Returns:
The originating component.