TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.views.internal
Class ExecutionStatisticView.ExecutionStatisticContentProvider

java.lang.Object
  extended by org.eclipse.hyades.trace.views.internal.MultiLevelStatisticView.MultiLevelStatisticContentProvider
      extended by org.eclipse.hyades.trace.views.internal.ExecutionStatisticView.ExecutionStatisticContentProvider
All Implemented Interfaces:
org.eclipse.jface.viewers.IContentProvider, org.eclipse.jface.viewers.IStructuredContentProvider, org.eclipse.jface.viewers.ITreeContentProvider
Enclosing class:
ExecutionStatisticView

public class ExecutionStatisticView.ExecutionStatisticContentProvider
extends MultiLevelStatisticView.MultiLevelStatisticContentProvider


Constructor Summary
ExecutionStatisticView.ExecutionStatisticContentProvider()
           
 
Method Summary
 java.lang.Object[] getChildren(java.lang.Object element)
          return the children of the coverage element
 java.lang.Object[] getElements(java.lang.Object inputElement)
          return the list of elements to display in the table tree
 java.lang.Object getParent(java.lang.Object element)
           
 boolean hasChildren(java.lang.Object element)
          test if the coverage element has children
 
Methods inherited from class org.eclipse.hyades.trace.views.internal.MultiLevelStatisticView.MultiLevelStatisticContentProvider
dispose, inputChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionStatisticView.ExecutionStatisticContentProvider

public ExecutionStatisticView.ExecutionStatisticContentProvider()
Method Detail

getChildren

public java.lang.Object[] getChildren(java.lang.Object element)
Description copied from class: MultiLevelStatisticView.MultiLevelStatisticContentProvider
return the children of the coverage element

Specified by:
getChildren in interface org.eclipse.jface.viewers.ITreeContentProvider
Overrides:
getChildren in class MultiLevelStatisticView.MultiLevelStatisticContentProvider

getParent

public java.lang.Object getParent(java.lang.Object element)
Specified by:
getParent in interface org.eclipse.jface.viewers.ITreeContentProvider
Overrides:
getParent in class MultiLevelStatisticView.MultiLevelStatisticContentProvider

hasChildren

public boolean hasChildren(java.lang.Object element)
Description copied from class: MultiLevelStatisticView.MultiLevelStatisticContentProvider
test if the coverage element has children

Specified by:
hasChildren in interface org.eclipse.jface.viewers.ITreeContentProvider
Overrides:
hasChildren in class MultiLevelStatisticView.MultiLevelStatisticContentProvider

getElements

public java.lang.Object[] getElements(java.lang.Object inputElement)
return the list of elements to display in the table tree

Specified by:
getElements in interface org.eclipse.jface.viewers.IStructuredContentProvider
Specified by:
getElements in class MultiLevelStatisticView.MultiLevelStatisticContentProvider

TPTP 4.5.0 Platform Project
Internal API Specification