public class DebuggerSection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
sectionName |
DebuggerSectionType |
sectionType |
Table |
table |
Constructor and Description |
---|
DebuggerSection(DebuggerSectionType sectionType,
java.lang.String sectionName,
java.lang.String[] sectionColumnNames,
int initialSortedColumn) |
Modifier and Type | Method and Description |
---|---|
void |
setColumnTypes(java.lang.Class[] columnTypes) |
java.lang.String |
toString() |
public DebuggerSectionType sectionType
public java.lang.String sectionName
public Table table
public DebuggerSection(DebuggerSectionType sectionType, java.lang.String sectionName, java.lang.String[] sectionColumnNames, int initialSortedColumn)