TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.core
Class DataCollectorTreeContentProvider.ParentChildNode

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.core.DataCollectorTreeContentProvider.ParentChildNode
Enclosing class:
DataCollectorTreeContentProvider

public static class DataCollectorTreeContentProvider.ParentChildNode
extends java.lang.Object


Field Summary
 java.lang.Object child
           
 java.lang.Object parent
           
 
Constructor Summary
DataCollectorTreeContentProvider.ParentChildNode(java.lang.Object parent, java.lang.Object child)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public java.lang.Object parent

child

public java.lang.Object child
Constructor Detail

DataCollectorTreeContentProvider.ParentChildNode

public DataCollectorTreeContentProvider.ParentChildNode(java.lang.Object parent,
                                                        java.lang.Object child)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

TPTP 4.5.0 Platform Project
Internal API Specification