com.togethersoft.openapi.ide.editor.enum
Interface IdeEditorEnumeration


public interface IdeEditorEnumeration
extends Enumeration

Represents enumeration of IdeEditors.

Author:
TogetherSoft

Method Summary
 IdeEditornextIdeEditor()
           Return next IdeEditor from enumeration.

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

Method Detail

nextIdeEditor

public IdeEditor nextIdeEditor()
Return next IdeEditor from enumeration.