|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.query.DetailResultProvider
public abstract class DetailResultProvider
Used to give more detailed information about rows in a table as another IResult.
| Constructor Summary | |
|---|---|
DetailResultProvider(String label)
Constructor of object to enhance details of rows of a table. |
|
| Method Summary | |
|---|---|
URL |
getIcon()
The icon associated with this provider. |
String |
getLabel()
The description, which can be used as an extra menu item name. |
abstract IResult |
getResult(Object row,
IProgressListener listener)
Get more data about the row. |
abstract boolean |
hasResult(Object row)
Whether there is any data for this row |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailResultProvider(String label)
label - the description used for example as a query menu item or as a link in an HTML report.| Method Detail |
|---|
public final String getLabel()
public URL getIcon()
public abstract boolean hasResult(Object row)
row -
public abstract IResult getResult(Object row,
IProgressListener listener)
throws SnapshotException
row - listener - to indicate progress or errors
SnapshotException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||