Class BinaryColumnAdapter
java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<DBRecord,Object,Object>
docking.widgets.table.AbstractDynamicTableColumnStub<DBRecord,Object>
ghidra.app.plugin.debug.dbtable.BinaryColumnAdapter
- All Implemented Interfaces:
DynamicTableColumn<DBRecord,Object, Object>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetByteString(byte b) Determines the class of object that is associated with this field (column).Determines the unique column heading that may be used to identify a column instance.getValue(DBRecord rowObject, Settings settings, ServiceProvider serviceProvider) Methods inherited from class AbstractDynamicTableColumnStub
getValue
-
Field Details
-
longRenderer
-
column
protected int column
-
-
Method Details
-
getValue
public Object getValue(DBRecord rowObject, Settings settings, ServiceProvider serviceProvider) throws IllegalArgumentException - Specified by:
getValuein classAbstractDynamicTableColumnStub<DBRecord,Object> - Throws:
IllegalArgumentException
-
getColumnClass
Description copied from interface:DynamicTableColumnDetermines the class of object that is associated with this field (column).- Specified by:
getColumnClassin interfaceDynamicTableColumn<DBRecord,Object, Object> - Overrides:
getColumnClassin classAbstractDynamicTableColumn<DBRecord,Object, Object> - Returns:
- the column class
-
getColumnName
Description copied from interface:DynamicTableColumnDetermines the unique column heading that may be used to identify a column instance. This name must be non-changing and is used to save/restore state information.- Specified by:
getColumnNamein interfaceDynamicTableColumn<DBRecord,Object, Object> - Specified by:
getColumnNamein classAbstractDynamicTableColumn<DBRecord,Object, Object> - Returns:
- the field instance name.
-
getByteString
-