java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.reporting.designer.workspace.inspector.editors.ParameterKeyPopup
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public abstract class ParameterKeyPopup extends JPanel
Filename: ParameterKeyPopup.java Created on Jul 14, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting

A simpler version of DataKeyPopup, which only has parameters and builtins, and autoexpands but doesn't scroll to the current parent key

See Also:
  • Constructor Details

    • ParameterKeyPopup

      public ParameterKeyPopup(ReportResource reportResource)
    • ParameterKeyPopup

      public ParameterKeyPopup(ReportResource reportResource, JButton showPopupButton)
  • Method Details

    • initTree

      public void initTree()
    • hidePopup

      protected void hidePopup()
    • onKeySelected

      protected abstract void onKeySelected(String key)