Class SlideOverPopupPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jidesoft.swing.DefaultOverlayable
com.inductiveautomation.ignition.client.util.gui.SlideOverPopupPanel
All Implemented Interfaces:
com.jidesoft.swing.Overlayable, ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class SlideOverPopupPanel extends com.jidesoft.swing.DefaultOverlayable
A panel that can be used along with the SlideOverPane, or any popup panel system. If not installed in a compatible popup container, hidePopup and showPopup must be overridden to behave correctly.
See Also:
  • Constructor Details

    • SlideOverPopupPanel

      public SlideOverPopupPanel(JComponent comp)
  • Method Details

    • setContents

      public void setContents(JComponent comp)
    • hidePopup

      public void hidePopup()
      Fires an event that tells the parent component that the panel should be hidden.
    • showPopup

      public void showPopup()
      Fires an event that tells the parent component that the panel should be visible.