Package com.inductiveautomation.ignition.designer.gui.util
package com.inductiveautomation.ignition.designer.gui.util
-
ClassDescriptionComponentPopupSupport<T extends JComponent>Used to attach a light weight popup window containing a
JComponent
to aJButton
.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 useComponentPopupSupport.createContentPanel()
ComponentPopupSupport.Handler<T extends JComponent>The handler for the popup.Specifies how the popup should be oriented relative to the popup owner.Given a JList that contains items that implementsListTooltipSupport.ToolTipTexter
.CallStopCellEditTableSupport.stopCellEditing()
to stop editing for all child components ofJComponent
passed in the constructorStopCellEditTableSupport(JComponent)
StopCellEditTableSupport}.