Class ComponentPopupSupport.ContentPanel<T>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.gui.util.ComponentPopupSupport.ContentPanel<T>
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
ComponentPopupSupport<T extends JComponent>

public static class ComponentPopupSupport.ContentPanel<T> extends JPanel
If the content component needs to sit within a panel for layout reasons, this class can provide a panel that can be used to contain the content component, while providing easy access to the component.

To create an instance of this class use ComponentPopupSupport.createContentPanel()
See Also:
  • Method Details

    • getContent

      public T getContent()