Package | Description |
---|---|
com.modeliosoft.modelio.api.editor |
Modifier and Type | Method and Description |
---|---|
IMDATextEditor |
IEditionService.openEditor(IModelElement modelElement,
File file,
String editorTypeID,
boolean readonly)
Open a new text editor, making the correspondence between a model element and a file.
|
Modifier and Type | Method and Description |
---|---|
void |
IEditionService.activateEditor(IMDATextEditor editor)
Set the focus on a specific editor.
|
void |
IEditionService.closeEditor(IMDATextEditor editor)
Close the given text editor.
|
void |
IMDAEditorListener.documentSaved(IMDATextEditor editor,
IModelElement modelElement,
File file)
This method is called after an editor is saved.
|
void |
IMDAEditorListener.editorClosed(IMDATextEditor editor)
This method is called after an editor is closed.
|