Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:GMF Index ExternalResource/Documentation"

(Example Result)
(Example Sources)
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<pre>
 
<pre>
 
{{GMF Index ExternalResource
 
{{GMF Index ExternalResource
 +
| Entries =
 +
 +
{{GMF Index ExternalResource/Entry
 
| Resource=  NA
 
| Resource=  NA
 
| Page=      NA
 
| Page=      NA
Line 9: Line 12:
 
| Added=    NA
 
| Added=    NA
 
| Comment=  NA
 
| Comment=  NA
 +
|}}
 +
 
|}}
 
|}}
 
</pre>
 
</pre>
Line 15: Line 20:
  
 
== Example Code ==
 
== Example Code ==
<pre>
+
<pre>{{GMF Index ExternalResource
{{GMF Index ExternalResource
+
| Entries =  
| Entries =
+
+
 
{{GMF Index ExternalResource/Entry
 
{{GMF Index ExternalResource/Entry
 
| Resource=  [[#Example_Sources | GMF in a Nutshell]]
 
| Resource=  [[#Example_Sources | GMF in a Nutshell]]
Line 27: Line 30:
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Comment=  Can't wait for it
 
| Comment=  Can't wait for it
|}}
+
}}{{GMF Index ExternalResource/Entry
 
+
{{GMF Index ExternalResource/Entry
+
 
| Resource=  Resource2
 
| Resource=  Resource2
 
| Page=      P.222
 
| Page=      P.222
Line 37: Line 38:
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Comment=  rocks
 
| Comment=  rocks
|}}
+
}}{{GMF Index ExternalResource/Entry
 
+
| Resource=  Resource3
 +
| Page=      P.333
 +
| Type=      Presentation
 +
| Author=    Borland
 +
| Lang=      GER
 +
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 +
| Comment=  .pre>
 +
System.out.println("Some example code here");
 +
System.exit(0);
 +
./pre>
 +
}}
 
|}}
 
|}}
 
</pre>
 
</pre>
 +
 +
  
 
== Example Result ==
 
== Example Result ==
Line 54: Line 67:
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Comment=  Can't wait for it
 
| Comment=  Can't wait for it
}}
+
}}{{GMF Index ExternalResource/Entry
{{GMF Index ExternalResource/Entry
+
 
| Resource=  Resource2
 
| Resource=  Resource2
 
| Page=      P.222
 
| Page=      P.222
Line 63: Line 75:
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Comment=  rocks
 
| Comment=  rocks
}}
+
}}{{GMF Index ExternalResource/Entry
{{GMF Index ExternalResource/Entry
+
 
| Resource=  Resource3
 
| Resource=  Resource3
 
| Page=      P.333
 
| Page=      P.333
Line 71: Line 82:
 
| Lang=      GER
 
| Lang=      GER
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
 
| Added=    [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=  boring
+
| Comment=  <pre>
 +
System.out.println("Some example code here");
 +
System.exit(0);
 +
</pre>
 
}}
 
}}
 
|}}
 
|}}
  
 
== Example Sources==
 
== Example Sources==
[http://www.redbooks.ibm.com/abstracts/sg246302.html Using GEF and EMF]
+
[http://www.redbooks.ibm.com/abstracts/sg246302.html Using GEF and EMF] Redbook by IBM

Latest revision as of 11:38, 8 August 2007

Template Stub

{{GMF Index ExternalResource
| Entries = 

{{GMF Index ExternalResource/Entry
| Resource=  NA
| Page=      NA
| Type=      NA
| Author=    NA
| Lang=      NA
| Added=     NA
| Comment=   NA
|}}

|}}

Example

Example Code

{{GMF Index ExternalResource
| Entries = 
{{GMF Index ExternalResource/Entry
| Resource=  [[#Example_Sources | GMF in a Nutshell]]
| Page=      P.911
| Type=      Book
| Author=    IBM
| Lang=      E
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   Can't wait for it
}}{{GMF Index ExternalResource/Entry
| Resource=  Resource2
| Page=      P.222
| Type=      Tutorial
| Author=    Borland
| Lang=      E
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   rocks
}}{{GMF Index ExternalResource/Entry
| Resource=  Resource3
| Page=      P.333
| Type=      Presentation
| Author=    Borland
| Lang=      GER
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   .pre>
System.out.println("Some example code here");
System.exit(0);
./pre>
}}
|}}


Example Result

Resource Page Type Company/Author Lang. Added By
GMF in a Nutshell P.911 Book IBM E Stefan Kuhn, Orientation in Objects
Description: Can't wait for it
Resource2 P.222 Tutorial Borland E Stefan Kuhn, Orientation in Objects
Description: rocks
Resource3 P.333 Presentation Borland GER Stefan Kuhn, Orientation in Objects
Description:
System.out.println("Some example code here");
System.exit(0);


Example Sources

Using GEF and EMF Redbook by IBM

Back to the top