| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
IdeEditor | IdeEditorManager.findEditor(String fileName)Finds the editor bythe specified name of an opened file. |
IdeEditor | IdeEditorManager.getActiveEditor()Returns the active editor. |
IdeEditor | IdeEditorManager.getDefaultEditor()Returns the default editor. |
IdeEditor | IdeEditorManager.openEditor()Opens a new editor. |
| Methods in com.togethersoft.openapi.ide.editor with parameters of type IdeEditor | |
void | IdeEditorManager.closeEditor(IdeEditor editor)Closes the specified editor and removes its tab. |
void | IdeEditorManager.setActiveEditor(IdeEditor editor)Sets the specified IdeEditor to be the active editor. |
void | IdeEditorManager.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 | |
IdeEditor | IdeEditorEnumeration.nextIdeEditor()Return next IdeEditor from enumeration. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||