public interface DebugColumn
| Modifier and Type | Method and Description |
|---|---|
Class |
getClassType()
Gets class type of the column.
|
Object |
getDebugValue(int location)
Gets the value of a cell in debug window at specified position.
|
default int |
getDefaultWidth()
Get default width of the column.
|
String |
getTitle()
Gets name (title) of the column.
|
boolean |
isEditable()
Determines whether this column is editable by user.
|
void |
setDebugValue(int location,
Object value)
Called when user sets a value to a cell in debug window.
|
Class getClassType()
java.lang.String,
but for breakpoint columns should be used java.lang.Boolean
class.String getTitle()
boolean isEditable()
void setDebugValue(int location,
Object value)
DebugColumn.isEditable()).location - memory address (not row in debug table)value - new value of the cellObject getDebugValue(int location)
location - memory address (not row in debug table)default int getDefaultWidth()
Copyright © 2017. All rights reserved.