diff options
-rw-r--r-- | doc/org.eclipse.gmf.doc/howto/diagram/howto.html | 11 | ||||
-rw-r--r-- | doc/org.eclipse.gmf.doc/tutorials/diagram/createShape.html | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/doc/org.eclipse.gmf.doc/howto/diagram/howto.html b/doc/org.eclipse.gmf.doc/howto/diagram/howto.html index 09c2b21a8..d7efb3a87 100644 --- a/doc/org.eclipse.gmf.doc/howto/diagram/howto.html +++ b/doc/org.eclipse.gmf.doc/howto/diagram/howto.html @@ -2369,14 +2369,9 @@ only.<o:p></o:p></SPAN></P> <P class="MsoNormal"><SPAN style='font-size:8.0pt;font-family:"Courier New"'><SPAN - style="mso-tab-count:1"> </SPAN><SPAN class="GramE">viewer</SPAN><o:p></o:p></SPAN></P> - -<P class="MsoNormal"><SPAN - style='font-size:8.0pt;font-family:"Courier New"'><SPAN - style="mso-tab-count:3"> </SPAN>.<SPAN - class="SpellE"><SPAN class="GramE">setContents</SPAN></SPAN><SPAN - class="GramE">(</SPAN><SPAN class="SpellE">ViewService.getInstance</SPAN>().<SPAN - class="SpellE">incarnateView</SPAN>(<SPAN class="SpellE">GeoDiagramEditor.diagView</SPAN>));<o:p></o:p></SPAN></P> + style="mso-tab-count:1"> </SPAN><SPAN class="SpellE"><SPAN + class="GramE">viewer.setContents</SPAN></SPAN><SPAN + class="GramE">(<SPAN class="SpellE">GeoDiagramEditor.diagView</SPAN>));<o:p></o:p></SPAN></P> <P class="MsoNormal"><SPAN style='font-size:8.0pt;font-family:"Courier New"'><SPAN diff --git a/doc/org.eclipse.gmf.doc/tutorials/diagram/createShape.html b/doc/org.eclipse.gmf.doc/tutorials/diagram/createShape.html index 40fad895b..b58a5d9a7 100644 --- a/doc/org.eclipse.gmf.doc/tutorials/diagram/createShape.html +++ b/doc/org.eclipse.gmf.doc/tutorials/diagram/createShape.html @@ -839,7 +839,7 @@ LogicPaletteFactory class demonstrates how to accomplish this.<SPAN wraps that ID which is used later to decide which notation and semantic elements to create when the tool is invoked.<SPAN style="mso-spacerun:yes"> </SPAN>There are two main types of tools -clients <SPAN class="GramE">need can</SPAN> incarnate to create shapes.<SPAN +clients <SPAN class="GramE">need </SPAN> to create shapes.<SPAN style="mso-spacerun:yes"> </SPAN><SPAN class="GramE">The<SPAN style="mso-spacerun:yes"> </SPAN>CreationTool</SPAN> class is used to create shapes or nodes on the diagram surface or the |