com.togethersoft.openapi.ide.project.enum
Interface IdeProjectNodeEnumeration


public interface IdeProjectNodeEnumeration
extends Enumeration

Represents enumeration of nodes in Together's project. Node is a file or directory.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 IdeProjectNodenextIdeProjectNode()
          Returns next IdeProjectNode from this enumeration.

Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement

Method Detail

nextIdeProjectNode

public IdeProjectNode nextIdeProjectNode()
Returns next IdeProjectNode from this enumeration.