Uses of Class
com.togethersoft.openapi.ide.editor.IdeEditor

Packages that use IdeEditor
com.togethersoft.openapi.ide.editor 
com.togethersoft.openapi.ide.editor.enum 

Uses of IdeEditor in com.togethersoft.openapi.ide.editor
 

Methods in com.togethersoft.openapi.ide.editor that return IdeEditor
IdeEditorIdeEditorManager.findEditor(String fileName)
           Finds the editor bythe specified name of an opened file.
IdeEditorIdeEditorManager.getActiveEditor()
           Returns the active editor.
IdeEditorIdeEditorManager.getDefaultEditor()
           Returns the default editor.
IdeEditorIdeEditorManager.openEditor()
           Opens a new editor.
 

Methods in com.togethersoft.openapi.ide.editor with parameters of type IdeEditor
voidIdeEditorManager.closeEditor(IdeEditor editor)
           Closes the specified editor and removes its tab.
voidIdeEditorManager.setActiveEditor(IdeEditor editor)
           Sets the specified IdeEditor to be the active editor.
voidIdeEditorManager.setDefaultEditor(IdeEditor editor)
           Sets the specified IdeEditor to be the default editor.
 

Uses of IdeEditor in com.togethersoft.openapi.ide.editor.enum
 

Methods in com.togethersoft.openapi.ide.editor.enum that return IdeEditor
IdeEditorIdeEditorEnumeration.nextIdeEditor()
           Return next IdeEditor from enumeration.