projectPrototype.view.editorSet
Interface EditorSet

All Known Implementing Classes:
GraphicEditorSet

public interface EditorSet

Author:
Dário Apolinário & Gustavo Reis To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void addEditor()
           
 Editor getActiveEditor()
           
 int getType()
           
 void removeEditor(Editor editor)
           
 

Method Detail

addEditor

public void addEditor()

removeEditor

public void removeEditor(Editor editor)

getActiveEditor

public Editor getActiveEditor()

getType

public int getType()