Bug 375497 - Added docu
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/tools/NewPluginWizard.html b/examples/org.eclipse.graphiti.doc/resources/docu/tools/NewPluginWizard.html
new file mode 100644
index 0000000..cb1ffb9
--- /dev/null
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/tools/NewPluginWizard.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+<title>Page Title</title>
+<link href="../book.css" rel="Stylesheet" type="text/css">
+<link href="../code.css" rel="Stylesheet" type="text/css">
+<style type="text/css">
+.auto-style1 {
+ text-align: left;
+}
+</style>
+</head>
+
+<body>
+
+ <h1>New Graphit Plug-in Wizard</h1>
+ <p>
+ This wizard has been introduced with Graphiti 0.9.0 and allows the
+ creation of a new Eclipse plug-in project containing a basic Graphiti
+ editor. It is integrated in the <i>New Plug-in Project Wizard</i>
+ provided by Eclipse PDE and can be started via <i>File --> New -->
+ Project... --> Plug-in Development --> Plug-in Project</i>. The user can
+ specify the name along with the other settings for the new plug-in
+ project and on the third page of the wizard select the template <i>Plug-in
+ with a Graphiti Editor</i>.
+ </p>
+ <img alt="Template selection for new Plug-in with a Graphiti Editor"
+ src="images/NPW_Template.png" width="400px">
+ <p>On the next page, the user can change the pre-filled definitions
+ of the Graphiti Diagram Type, Diagram Type Provider and Feature
+ Provider to be created. The initial values proposed there are derived
+ from the name of the plug-in project.</p>
+ <img alt="Settings for new Plug-in with a Graphiti Editor"
+ src="images/NPW_Settings.png" width="400px">
+ <p>After finishing the wizard a new plug-in is created containing
+ the definitions and basic implementation classes for a new Graphiti
+ diagram editor that allows the creation of new shapes and connections
+ between shapes. The shapes and connections are not yet linked to any
+ domain objects but offer a good starting point for building a real
+ editor. The user may simply start a Eclipse Application as runtime for
+ this and simply create a new Graphiti diagram with the new type by
+ using the Graphiti New Diagram Wizard that comes as part of the
+ examples.</p>
+</body>
+</html>
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/tools/Overview.html b/examples/org.eclipse.graphiti.doc/resources/docu/tools/Overview.html
new file mode 100644
index 0000000..da39ac3
--- /dev/null
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/tools/Overview.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+<title>Page Title</title>
+<link href="../book.css" rel="Stylesheet" type="text/css">
+<link href="../code.css" rel="Stylesheet" type="text/css">
+<style type="text/css">
+.auto-style1 {
+ text-align: left;
+}
+</style>
+</head>
+
+<body>
+
+ <h1>Overview on Graphiti Tools</h1>
+ <p>Graphiti is mainly a framework for building graphical editors
+ within Eclipse and provides a Java API on top of EMF to build against.
+ However there is also (very limited) tooling support available.
+ Currently this consists only of a wizard that allows to create a new
+ plug-in project containing a basic Graphiti editor.</p>
+ <ul>
+ <li><a href="NewPluginWizard.html">New Graphit Plug-in Wizard</a></li>
+ </ul>
+</body>
+</html>
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Settings.png b/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Settings.png
new file mode 100644
index 0000000..c4580ae
--- /dev/null
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Settings.png
Binary files differ
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Template.png b/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Template.png
new file mode 100644
index 0000000..01ddff7
--- /dev/null
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/tools/images/NPW_Template.png
Binary files differ
diff --git a/examples/org.eclipse.graphiti.doc/toc.xml b/examples/org.eclipse.graphiti.doc/toc.xml
index 2c10273..52ea177 100644
--- a/examples/org.eclipse.graphiti.doc/toc.xml
+++ b/examples/org.eclipse.graphiti.doc/toc.xml
Binary files differ