Class AbstractCategorySubpanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.sqltags.editor.AbstractCategorySubpanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
DerivedTagCategory.ExpressionEditorSubpanel, ExpressionCategory.ExpressionEditorSubpanel

public abstract class AbstractCategorySubpanel extends JPanel
A panel that provides a border that reflects change state.
See Also:
  • Field Details

  • Constructor Details

    • AbstractCategorySubpanel

      protected AbstractCategorySubpanel(LayoutManager manager, String borderTextKey)
    • AbstractCategorySubpanel

      protected AbstractCategorySubpanel(LayoutManager manager, String borderTextKey, boolean initComp)
  • Method Details

    • initComponents

      protected abstract void initComponents()
    • init

      public abstract void init(TagEditController tag)
    • commit

      public abstract void commit(TagEditController tag)
    • setChanged

      protected void setChanged(boolean b)
    • isChanged

      public boolean isChanged()