|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMigrationService
Migration support for converting models from older to newer versions.
| Method Summary | |
|---|---|
void |
migrate070To080(Diagram diagram)
Moves fonts which, in 0.7.0, were aggregated by AbstractText and Style to the diagram which aggregates fonts centrally as of 0.8.0. |
void |
migrate080To090(Diagram d)
Sets all filled attributes of abstract text instances to false. |
boolean |
shouldMigrate070To080(Diagram diagram)
Checks if fonts are set on graphical elements while not being managed by the diagram. |
boolean |
shouldMigrate080To090(Diagram d)
Checks if a version number is present. |
| Method Detail |
|---|
void migrate070To080(Diagram diagram)
diagram - the diagram to be migrated#shouldMigrate070To080(Diagram)}boolean shouldMigrate070To080(Diagram diagram)
diagram - the diagram under consideration
#migrate070To080(Diagram)}void migrate080To090(Diagram d)
d - the diagram to be migratedorg.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal#migrateDiagramModelIfNecessary()boolean shouldMigrate080To090(Diagram d)
d - the diagram under consideration
org.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal#migrateDiagramModelIfNecessary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||