Class PopupWrapper
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.PopupWrapper
 
- 
 public class PopupWrapper extends java.lang.ObjectWraps the logic of displaying a small panel in a popup. For toggling, the pattern would look like:if (!wrapper.hidePopup()) { wrapper.showPopup(owner, new MyContents()); }
- 
- 
Constructor SummaryConstructors Constructor Description PopupWrapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhidePopup()voidshowPopup(java.awt.Component owner, javax.swing.JComponent contents)
 
-