Class LineAttributeApplier
java.lang.Object
com.inductiveautomation.ignition.designer.gui.attributetextpane.LineAttributeApplier
This class is responsible for removing the attributes for all text in the row where the user is typing, and
replacing them with the
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.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
install
(AttributeTextPane textPane, AttributeSet attributes)
-
Constructor Details
-
LineAttributeApplier
public LineAttributeApplier()
-
-
Method Details
-
install
- Parameters:
attributes
- This is theAttributeSet
that will be applied to the line where the user is typing.
-