Class PopupWrapper
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.PopupWrapper
Wraps 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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PopupWrapper
public PopupWrapper()
-
-
Method Details
-
hidePopup
public boolean hidePopup() -
showPopup
-