Package ghidra.app.util.html
Class EmptyVariableTextLine
- java.lang.Object
-
- ghidra.app.util.html.VariableTextLine
-
- ghidra.app.util.html.EmptyVariableTextLine
-
- All Implemented Interfaces:
PlaceHolderLine,ValidatableLine
public class EmptyVariableTextLine extends VariableTextLine implements PlaceHolderLine
-
-
Field Summary
-
Fields inherited from interface ghidra.app.util.html.ValidatableLine
INVALID_COLOR
-
-
Constructor Summary
Constructors Constructor Description EmptyVariableTextLine(int numberOfCharacters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatableLinecopy()booleanisValidated()True means that this line has been matched against another line, regardless of whether the two lines are the same or not.booleanmatches(ValidatableLine otherValidatableLine)java.lang.StringtoString()voidupdateColor(ValidatableLine otherValidatableLine, java.awt.Color invalidColor)-
Methods inherited from class ghidra.app.util.html.VariableTextLine
getDataType, getText, getVariableName, getVariableNameColor, getVariableType, getVariableTypeColor, hasUniversalId, isDiffColored, setValidationLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ghidra.app.util.html.ValidatableLine
getText, isDiffColored, setValidationLine
-
-
-
-
Method Detail
-
copy
public ValidatableLine copy()
- Specified by:
copyin interfaceValidatableLine- Overrides:
copyin classVariableTextLine
-
updateColor
public void updateColor(ValidatableLine otherValidatableLine, java.awt.Color invalidColor)
- Specified by:
updateColorin interfaceValidatableLine- Overrides:
updateColorin classVariableTextLine
-
matches
public boolean matches(ValidatableLine otherValidatableLine)
- Specified by:
matchesin interfaceValidatableLine- Overrides:
matchesin classVariableTextLine
-
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 classVariableTextLine- Returns:
- true if this line has been matched against another line
-
toString
public java.lang.String toString()
- Overrides:
toStringin classVariableTextLine
-
-