Package | Description |
---|---|
org.modelio.api.modelio.editor |
RCP editor
|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
boolean |
IEditionService.createDocumentContent(Document doc)
Create a document content for the given document.
|
java.nio.file.Path |
IEditionService.editRichNote(Document doc,
IExternDocumentChangeListener listener)
Get a copy of the file for a given external document.
|
void |
IEditionService.openEditor(Document document)
Open an editor from an extern document.
|
void |
IEditionService.saveRichNote(Document doc,
java.nio.file.Path fileToSave)
Save the external document.
|
void |
IEditionService.setDocumentContent(Document doc,
java.nio.file.Path content)
Set a document content for the given document.
|
Modifier and Type | Method and Description |
---|---|
Document |
IUmlModel.createDocument()
Create a non initialized
Document . |
Document |
IUmlModel.createEmbeddedDocument(ResourceType type,
ModelElement owner,
java.lang.String mimeType)
Creates an embedded document.
|
Document |
IUmlModel.createEmbeddedDocument(java.lang.String moduleName,
java.lang.String documentRole,
ModelElement owner,
java.lang.String mimeType)
Creates an empty embedded document.
|
Document |
IUmlModel.createEmbeddedDocument(java.lang.String moduleName,
java.lang.String documentRole,
ModelElement owner,
java.lang.String mimeType,
java.nio.file.Path initialContent)
Creates an embedded document from an existing file.
|
Document |
IUmlModel.createExternDocument()
Deprecated.
Since 3.7, Renamed
IUmlModel.createDocument() |
Document |
IUmlModel.createExternDocument(ResourceType role,
ModelElement owner,
java.lang.String mimeType)
Deprecated.
|
Document |
IUmlModel.createExternDocument(java.lang.String moduleName,
java.lang.String documentRole,
ModelElement owner,
java.lang.String mimeType)
Deprecated.
Since 3.7, Renamed
IUmlModel.createEmbeddedDocument(String, String, ModelElement, String) |
Document |
IUmlModel.createExternDocument(java.lang.String moduleName,
java.lang.String documentRole,
ModelElement owner,
java.lang.String mimeType,
java.nio.file.Path initialContent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Document |
IInfrastructureModelFactory.createDocument()
Creates a new attached document.
|
Document |
IResourceBuilder.createDocumentReference() |
Document |
IResourceBuilder.createEmbeddedDocument()
Creates the embedded document.
|
Document |
IInfrastructureModelFactory.createExternDocument()
Deprecated.
since 3.7
|
Document |
IInfrastructureModelFactory.createExternDocument(ResourceType resourceType,
ModelElement owner,
java.lang.String mimeType)
Deprecated.
since 3.7
|
Document |
IInfrastructureModelFactory.createExternDocument(java.lang.String moduleName,
java.lang.String ownerName,
java.lang.String documentRole,
ModelElement owner,
java.lang.String mimeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultInfrastructureVisitor.visitDocument(Document obj) |
java.lang.Object |
IInfrastructureVisitor.visitDocument(Document obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitDocument(Document obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitDocument(Document obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitDocument(Document obj) |