|
TPTP 4.2.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is an interface to be implemented by any extension of extension point org.eclipse.hyades.trace.views.columnExtension
org.eclipse.hyades.trace.views.columnExtension enables implmenter to contribute columns in TPTP statistics views. ie. Execution Time Statistics, Memory Statistics, and Method Coverage statistics.
Note: This class is going to be deprecated and replaced with an external class in TPTP 4.1.
ITableLabelProvider,
IExecutableExtension| Method Summary | |
|---|---|
int |
compare(int pos,
java.lang.Object e1,
java.lang.Object e2)
Compares two cells of a given column |
| Methods inherited from interface org.eclipse.jface.viewers.ITableLabelProvider |
|---|
getColumnImage, getColumnText |
| Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
|---|
addListener, dispose, isLabelProperty, removeListener |
| Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension |
|---|
setInitializationData |
| Method Detail |
public int compare(int pos,
java.lang.Object e1,
java.lang.Object e2)
pos - column numbere1 - first cell content linke2 - second cell content link
|
TPTP 4.2.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||