public class AddressColumn extends AbstractDebugColumn
| Constructor and Description |
|---|
AddressColumn() |
AddressColumn(String addressFormat) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDebugValue(int location)
Return formatted address into hexadecimal digit, aligned to 4 digits.
|
int |
getDefaultWidth()
Get default width of the column.
|
void |
setDebugValue(int location,
Object value)
Not used here.
|
getClassType, getTitle, isEditablepublic AddressColumn()
public AddressColumn(String addressFormat)
public void setDebugValue(int location,
Object value)
location - memory address (not row in debug table)value - new value of the cellpublic Object getDebugValue(int location)
location - memory address (not row in debug table)public int getDefaultWidth()
DebugColumnCopyright © 2017. All rights reserved.