Class PopupPanelManager.PopupInfo

java.lang.Object
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupInfo
Enclosing class:
PopupPanelManager

public static class PopupPanelManager.PopupInfo extends Object
Information on a single showing popup.
  • Field Details

    • popupPanel

      private JPopupPanel popupPanel
      The popup panel.
    • popupOriginator

      private JComponent popupOriginator
      The originating component.
  • Constructor Details

    • PopupInfo

      public PopupInfo(JComponent popupOriginator, JPopupPanel popupPanel)
      Creates a new information object.
      Parameters:
      popupOriginator - The originating component.
      popupPanel - The popup panel.
  • Method Details

    • getPopupPanel

      public JPopupPanel getPopupPanel()
      Returns the popup panel.
      Returns:
      The popup panel.
    • getPopupOriginator

      public JComponent getPopupOriginator()
      Returns the originating component.
      Returns:
      The originating component.