java.lang.Object
com.inductiveautomation.ignition.designer.gui.attributetextpane.LineAttributeApplier

public class LineAttributeApplier extends Object
This class is responsible for removing the attributes for all text in the row where the user is typing, and replacing them with the AttributeSet provided in install(AttributeTextPane, AttributeSet).

A specific use of this class is for tag path validation. Tag paths are present one per line, and when the user types on a specific line, that line becomes invalidated because the path has been altered.
  • Constructor Details

    • LineAttributeApplier

      public LineAttributeApplier()
  • Method Details