Package ghidra.app.util.html
Class EmptyTextLine
java.lang.Object
ghidra.app.util.html.TextLine
ghidra.app.util.html.EmptyTextLine
- All Implemented Interfaces:
PlaceHolderLine,ValidatableLine
-
Field Summary
Fields inherited from interface ghidra.app.util.html.ValidatableLine
INVALID_COLOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanTrue means that this line has been matched against another line, regardless of whether the two lines are the same or not.toString()voidupdateColor(ValidatableLine otherValidatableLine, Color invalidColor) Methods inherited from class ghidra.app.util.html.TextLine
equals, getText, getTextColor, hashCode, isDiffColored, matches, setTextColor, setValidationLineMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ghidra.app.util.html.ValidatableLine
getText, isDiffColored, matches, setTextColor, setValidationLine
-
Constructor Details
-
EmptyTextLine
public EmptyTextLine(int widthInCharacters)
-
-
Method Details
-
isValidated
public boolean isValidated()Description copied from interface:ValidatableLineTrue means that this line has been matched against another line, regardless of whether the two lines are the same or not.- Specified by:
isValidatedin interfaceValidatableLine- Overrides:
isValidatedin classTextLine- Returns:
- true if this line has been matched against another line
-
copy
- Specified by:
copyin interfaceValidatableLine- Overrides:
copyin classTextLine
-
updateColor
- Specified by:
updateColorin interfaceValidatableLine- Overrides:
updateColorin classTextLine
-
toString
-