java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.db.namedquery.components.NamedQueryPathPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NamedQueryPathPanel extends JPanel
A panel containing a header, validated text field, and named query search popup. The panel fires a 'queryPath' property change event when the selected path changes.
See Also:
  • Constructor Details

    • NamedQueryPathPanel

      public NamedQueryPathPanel(DesignerContext context, boolean updateQueriesOnly)
  • Method Details

    • getPathText

      public String getPathText()
    • setPathText

      public void setPathText(String pathText)
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent