Package ghidra.app.util.html
Class EmptyDataTypeLine
- java.lang.Object
-
- ghidra.app.util.html.DataTypeLine
-
- ghidra.app.util.html.EmptyDataTypeLine
-
- All Implemented Interfaces:
PlaceHolderLine
,ValidatableLine
public class EmptyDataTypeLine extends DataTypeLine implements PlaceHolderLine
-
-
Field Summary
-
Fields inherited from interface ghidra.app.util.html.ValidatableLine
INVALID_COLOR
-
-
Constructor Summary
Constructors Constructor Description EmptyDataTypeLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatableLine
copy()
boolean
isValidated()
True means that this line has been matched against another line, regardless of whether the two lines are the same or not.java.lang.String
toString()
void
updateColor(ValidatableLine otherValidatableLine, java.awt.Color invalidColor)
-
Methods inherited from class ghidra.app.util.html.DataTypeLine
getComment, getCommentColor, getDataType, getName, getNameColor, getText, getType, getTypeColor, hasUniversalId, isDiffColored, matches, setCommentColor, setNameColor, setTypeColor, 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, matches, setValidationLine
-
-
-
-
Method Detail
-
copy
public ValidatableLine copy()
- Specified by:
copy
in interfaceValidatableLine
- Overrides:
copy
in classDataTypeLine
-
updateColor
public void updateColor(ValidatableLine otherValidatableLine, java.awt.Color invalidColor)
- Specified by:
updateColor
in interfaceValidatableLine
- Overrides:
updateColor
in classDataTypeLine
-
isValidated
public boolean isValidated()
Description copied from interface:ValidatableLine
True means that this line has been matched against another line, regardless of whether the two lines are the same or not.- Specified by:
isValidated
in interfaceValidatableLine
- Overrides:
isValidated
in classDataTypeLine
- Returns:
- true if this line has been matched against another line
-
toString
public java.lang.String toString()
- Overrides:
toString
in classDataTypeLine
-
-