Uses of Package
org.eclipse.core.internal.watson

Packages that use org.eclipse.core.internal.watson
org.eclipse.core.internal.events   
org.eclipse.core.internal.resources   
org.eclipse.core.internal.watson   
org.eclipse.core.tests.internal.watson   
 

Classes in org.eclipse.core.internal.watson used by org.eclipse.core.internal.events
ElementTree
          An ElementTree can be viewed as a generic rooted tree that stores a hierarchy of elements.
IElementComparator
          This interface allows clients of the element tree to specify how element infos are compared, and thus how element tree deltas are created.
 

Classes in org.eclipse.core.internal.watson used by org.eclipse.core.internal.resources
ElementTree
          An ElementTree can be viewed as a generic rooted tree that stores a hierarchy of elements.
IElementInfoFlattener
          The IElementInfoFlattener interface supports reading and writing element info objects.
IElementTreeData
          User data that can be attached to the element tree itself.
IPathRequestor
          Callback interface so visitors can request the path of the object they are visiting.
 

Classes in org.eclipse.core.internal.watson used by org.eclipse.core.internal.watson
ElementTree
          An ElementTree can be viewed as a generic rooted tree that stores a hierarchy of elements.
ElementTreeReader
          ElementTreeReader is the standard implementation of an element tree serialization reader.
IElementComparator
          This interface allows clients of the element tree to specify how element infos are compared, and thus how element tree deltas are created.
IElementContentVisitor
          An interface for objects which can visit an element of an element tree and access that element's node info.
IElementInfoFlattener
          The IElementInfoFlattener interface supports reading and writing element info objects.
IElementTreeData
          User data that can be attached to the element tree itself.
IPathRequestor
          Callback interface so visitors can request the path of the object they are visiting.
 

Classes in org.eclipse.core.internal.watson used by org.eclipse.core.tests.internal.watson
ElementTreeReader
          ElementTreeReader is the standard implementation of an element tree serialization reader.
ElementTreeWriter
          ElementTreeWriter flattens an ElementTree onto a data output stream.
IElementComparator
          This interface allows clients of the element tree to specify how element infos are compared, and thus how element tree deltas are created.
IElementInfoFlattener
          The IElementInfoFlattener interface supports reading and writing element info objects.