Modifier and Type | Method and Description |
---|---|
boolean |
IEditionService.createDocumentContent(ExternDocument doc)
Create a document content for the given document.
|
Path |
IEditionService.editRichNote(ExternDocument doc,
IExternDocumentChangeListener listener)
Get a copy of the file for a given external document.
|
void |
IEditionService.openEditor(ExternDocument document)
Open an editor from an extern document.
The type of the document's file must be part of the supported mime type list. |
void |
IEditionService.saveRichNote(ExternDocument doc,
Path fileToSave)
Save the external document.
|
void |
IEditionService.setDocumentContent(ExternDocument doc,
Path content)
Set a document content for the given document.
|
Modifier and Type | Method and Description |
---|---|
ExternDocument |
IUmlModel.createExternDocument()
Create an ExternDocument.
|
ExternDocument |
IUmlModel.createExternDocument(ExternDocumentType type,
ModelElement owner,
String mimeType)
Creates a rich note.
|
ExternDocument |
IUmlModel.createExternDocument(String moduleName,
String documentRole,
ModelElement owner,
String mimeType)
Creates a rich note.
|
ExternDocument |
IUmlModel.createExternDocument(String moduleName,
String documentRole,
ModelElement owner,
String mimeType,
Path initialContent) |
Modifier and Type | Method and Description |
---|---|
Object |
CompositionInitializer.visitExternDocument(ExternDocument theExternDocument) |
Modifier and Type | Method and Description |
---|---|
ExternDocument |
IModelFactory.createExternDocument()
Creates a new rich note.
|
ExternDocument |
IModelFactory.createExternDocument(ExternDocumentType externDocumentType,
ModelElement owner,
String mimeType)
Creates a rich note.
|
ExternDocument |
IModelFactory.createExternDocument(String moduleName,
String documentRole,
ModelElement owner,
String mimeType) |
Modifier and Type | Method and Description |
---|---|
<T extends ExternDocument> |
ModelElement.getDocument(Class<T> filterClass) |
<T extends ExternDocument> |
ExternDocumentType.getTypedDoc(Class<T> filterClass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ExternDocument> |
ModelElement.getDocument() |
org.eclipse.emf.common.util.EList<ExternDocument> |
ExternDocumentType.getTypedDoc() |
Modifier and Type | Method and Description |
---|---|
Object |
IModelVisitor.visitExternDocument(ExternDocument obj) |
Object |
AbstractModelVisitor.visitExternDocument(ExternDocument obj) |
Object |
DefaultModelVisitor.visitExternDocument(ExternDocument obj) |