|
||||||||||
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(java.lang.String label)
Constructor of object to enhance details of rows of a table. |
Method Summary | |
---|---|
java.net.URL |
getIcon()
The icon associated with this provider. |
java.lang.String |
getLabel()
The description, which can be used as an extra menu item name. |
abstract IResult |
getResult(java.lang.Object row,
IProgressListener listener)
Get more data about the row. |
abstract boolean |
hasResult(java.lang.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(java.lang.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 java.lang.String getLabel()
public java.net.URL getIcon()
public abstract boolean hasResult(java.lang.Object row)
row
-
public abstract IResult getResult(java.lang.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 |