projectPrototype.view.project
Interface Project

All Known Implementing Classes:
UMLProject

public interface Project

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void addEditorSet()
           
 EditorSet getActiveEditorSet()
           
 void removeEditorSet(EditorSet editorSet)
           
 

Method Detail

addEditorSet

public void addEditorSet()

removeEditorSet

public void removeEditorSet(EditorSet editorSet)

getActiveEditorSet

public EditorSet getActiveEditorSet()