Package ghidra.app.util.html
Class ArrayDataTypeHTMLRepresentation
java.lang.Object
ghidra.app.util.html.HTMLDataTypeRepresentation
ghidra.app.util.html.ArrayDataTypeHTMLRepresentation
- 
Field SummaryFields inherited from class ghidra.app.util.html.HTMLDataTypeRepresentationALIGNMENT_PREFIX, BR, CHARACTER_SPACE, DIFF_COLOR, ELLIPSES, EMPTY_TAG, END_COMMENT, FORWARD_SLASH, HTML_CLOSE, HTML_OPEN, HTML_SPACE, INDENT_CLOSE, INDENT_OPEN, LENGTH_PREFIX, MAX_CHARACTER_LENGTH, MAX_COMPONENTS, MAX_LINE_LENGTH, MIDDLE_COMMENT, originalHTMLData, START_COMMENT, TAB, TABLE_CLOSE, TABLE_OPEN, TD_CLOSE, TD_OPEN, TR_CLOSE, TR_OPEN, TT_CLOSE, TT_OPEN
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondiff(HTMLDataTypeRepresentation otherRepresentation) Compares this representation and the given representation creates a diff string for both representations.This is likeHTMLDataTypeRepresentation.getHTMLString(), but does not put HTML tags around the dataReturns an HTML string for this data representation object.protected static StringwrapStringInColorUsingDiv(String string, Color color) Methods inherited from class ghidra.app.util.html.HTMLDataTypeRepresentationaddDataTypeLength, addDataTypeLengthAndAlignment, buildFooterText, buildHeaderText, completelyDifferentDiff, copyLines, createCommentLines, createPlaceHolderLine, diffTextLine, generateTypeName, getCommentForDataType, getDataTypeLengthString, getDiffInput, getDiffInput, getFullHTMLContentString, getFullHTMLString, truncateAsNecessary, truncateAsNecessary, wrapStringInColor
- 
Constructor Details- 
ArrayDataTypeHTMLRepresentation
 
- 
- 
Method Details- 
getHTMLStringDescription copied from class:HTMLDataTypeRepresentationReturns an HTML string for this data representation object. The HTML returned will be truncated if it is too long. To get the full HTML, callHTMLDataTypeRepresentation.getFullHTMLString().- Overrides:
- getHTMLStringin class- HTMLDataTypeRepresentation
- Returns:
- the html
- See Also:
 
- 
getHTMLContentStringDescription copied from class:HTMLDataTypeRepresentationThis is likeHTMLDataTypeRepresentation.getHTMLString(), but does not put HTML tags around the data- Overrides:
- getHTMLContentStringin class- HTMLDataTypeRepresentation
- Returns:
- the content
 
- 
diffDescription copied from class:HTMLDataTypeRepresentationCompares this representation and the given representation creates a diff string for both representations.- Specified by:
- diffin class- HTMLDataTypeRepresentation
- Parameters:
- otherRepresentation- the other representation to diff against.
- Returns:
- An array of two strings: the first is this object's diff value, the second is the given objects diff value.
 
- 
wrapStringInColorUsingDiv
 
-