AbstractDetailsPanel

Package: ghidra.framework.plugintool.dialog
Type: class

11.1_PUBLIC

addedfield: FONT_DEFAULT
static java.lang.String FONT_DEFAULT
addedfield: FONT_MONOSPACED
static java.lang.String FONT_MONOSPACED
addedmethod: insertHTMLLine
void insertHTMLLine(java.lang.StringBuilder buffer, java.lang.String string, generic.theme.GAttributes attributes)
addedmethod: insertHTMLString
void insertHTMLString(java.lang.StringBuilder buffer, java.lang.String string, generic.theme.GAttributes attributes)
addedmethod: insertRowValue
void insertRowValue(java.lang.StringBuilder buffer, java.lang.String value, generic.theme.GAttributes attributes)
addedmethod: refresh
void refresh()
addedfield: titleAttrs
static generic.theme.GAttributes titleAttrs
removedmethod: createAttributeSet
javax.swing.text.SimpleAttributeSet createAttributeSet(java.lang.String fontFamily, int fontSize, boolean bold, java.awt.Color color)
removedmethod: createAttributeSet
javax.swing.text.SimpleAttributeSet createAttributeSet(java.awt.Color color)
removedmethod: insertHTMLLine
void insertHTMLLine(java.lang.StringBuilder buffer, java.lang.String string, javax.swing.text.SimpleAttributeSet attributes)
removedmethod: insertHTMLString
void insertHTMLString(java.lang.StringBuilder buffer, java.lang.String string, javax.swing.text.SimpleAttributeSet attributes)
removedmethod: insertRowValue
void insertRowValue(java.lang.StringBuilder buffer, java.lang.String value, javax.swing.text.SimpleAttributeSet attributes)
removedfield: titleAttrSet
static javax.swing.text.SimpleAttributeSet titleAttrSet

9.2_PUBLIC

addedmethod: insertHTMLLine
void insertHTMLLine(java.lang.StringBuilder buffer, java.lang.String string, javax.swing.text.SimpleAttributeSet attributes)
addedmethod: insertHTMLString
void insertHTMLString(java.lang.StringBuilder buffer, java.lang.String string, javax.swing.text.SimpleAttributeSet attributes)
modifiedmethod: insertRowValue
param 3 renamed: attrSet → attributes
- void insertRowValue(java.lang.StringBuilder buffer, java.lang.String value, javax.swing.text.SimpleAttributeSet attrSet)
+ void insertRowValue(java.lang.StringBuilder buffer, java.lang.String value, javax.swing.text.SimpleAttributeSet attributes)
removedmethod: createColorString
java.lang.String createColorString(java.awt.Color color)
removedfield: defaultFont
java.awt.Font defaultFont
removedmethod: formatDescription
java.lang.String formatDescription(java.lang.String descr)
removedmethod: getMaxStringWidth
int getMaxStringWidth()
removedmethod: insertHTMLLine
void insertHTMLLine(java.lang.String string, javax.swing.text.SimpleAttributeSet attributeSet, java.lang.StringBuilder buffer)
removedmethod: insertHTMLString
void insertHTMLString(java.lang.String string, javax.swing.text.SimpleAttributeSet attributeSet, java.lang.StringBuilder buffer)

9.0.2_PUBLIC

addedmethod: clear
void clear()
addedmethod: createAttributeSet
javax.swing.text.SimpleAttributeSet createAttributeSet(java.lang.String fontFamily, int fontSize, boolean bold, java.awt.Color color)
addedmethod: createAttributeSet
javax.swing.text.SimpleAttributeSet createAttributeSet(java.awt.Color color)
addedmethod: createColorString
java.lang.String createColorString(java.awt.Color color)
addedmethod: createFieldAttributes
void createFieldAttributes()
addedmethod: createMainPanel
void createMainPanel()
addedfield: defaultFont
java.awt.Font defaultFont
addedmethod: formatDescription
java.lang.String formatDescription(java.lang.String descr)
addedmethod: getMaxStringWidth
int getMaxStringWidth()
addedmethod: insertHTMLLine
void insertHTMLLine(java.lang.String string, javax.swing.text.SimpleAttributeSet attributeSet, java.lang.StringBuilder buffer)
addedmethod: insertHTMLString
void insertHTMLString(java.lang.String string, javax.swing.text.SimpleAttributeSet attributeSet, java.lang.StringBuilder buffer)
addedmethod: insertRowTitle
void insertRowTitle(java.lang.StringBuilder buffer, java.lang.String rowName)
addedmethod: insertRowValue
void insertRowValue(java.lang.StringBuilder buffer, java.lang.String value, javax.swing.text.SimpleAttributeSet attrSet)
addedfield: LEFT_COLUMN_WIDTH
static int LEFT_COLUMN_WIDTH
addedfield: RIGHT_MARGIN
static int RIGHT_MARGIN
addedfield: sp
javax.swing.JScrollPane sp
addedfield: textLabel
javax.swing.JLabel textLabel
addedfield: titleAttrSet
static javax.swing.text.SimpleAttributeSet titleAttrSet

9.0.1_PUBLIC

introducedInitial version