org.eclipse.core.internal.watson
Interface IElementTreeData

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
ProjectInfo, ResourceInfo, RootInfo

public interface IElementTreeData
extends java.lang.Cloneable

User data that can be attached to the element tree itself.


Method Summary
 java.lang.Object clone()
          ElementTreeData must define a publicly accessible clone method.
 

Method Detail

clone

java.lang.Object clone()
ElementTreeData must define a publicly accessible clone method. This method can simply invoke Object's clone method.