java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.TitledBorder
com.inductiveautomation.ignition.designer.sqltags.editor.borders.CategorySubSectionBorder
All Implemented Interfaces:
Serializable, Border

public class CategorySubSectionBorder extends TitledBorder
See Also:
  • Constructor Details

    • CategorySubSectionBorder

      public CategorySubSectionBorder(String title)
  • Method Details

    • isChanged

      public boolean isChanged()
    • setChanged

      public void setChanged(boolean changed)
    • paintBorder

      public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
      Specified by:
      paintBorder in interface Border
      Overrides:
      paintBorder in class TitledBorder