From d7b2003612b0b62fc8551fff6dedcccf053fcdf4 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Fri, 24 Jun 2011 12:17:10 +0000
Subject: [PATCH] added package documentation

---
 .../org/fortiss/tooling/kernel/ui/base/package.html    |  8 ++++++++
 .../fortiss/tooling/kernel/ui/databinding/package.html |  8 ++++++++
 .../fortiss/tooling/kernel/ui/interfaces/package.html  |  8 ++++++++
 .../tooling/kernel/ui/internal/editor/package.html     |  8 ++++++++
 .../fortiss/tooling/kernel/ui/internal/package.html    |  8 ++++++++
 .../tooling/kernel/ui/internal/properties/package.html |  8 ++++++++
 .../tooling/kernel/ui/internal/views/package.html      |  8 ++++++++
 .../src/org/fortiss/tooling/kernel/ui/package.html     |  8 ++++++++
 .../fortiss/tooling/kernel/ui/services/package.html    | 10 ++++++++++
 .../org/fortiss/tooling/kernel/ui/util/package.html    |  8 ++++++++
 .../src/org/fortiss/tooling/kernel/base/package.html   |  8 ++++++++
 .../org/fortiss/tooling/kernel/interfaces/package.html |  8 ++++++++
 .../org/fortiss/tooling/kernel/internal/package.html   |  8 ++++++++
 .../kernel/internal/storage/eclipse/package.html       |  8 ++++++++
 .../org/fortiss/tooling/kernel/model/impl/package.html |  8 ++++++++
 .../org/fortiss/tooling/kernel/services/package.html   | 10 ++++++++++
 .../src/org/fortiss/tooling/kernel/util/package.html   |  8 ++++++++
 17 files changed, 140 insertions(+)
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/base/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/databinding/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/interfaces/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/editor/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/properties/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/views/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/services/package.html
 create mode 100644 org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/base/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/storage/eclipse/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/model/impl/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/package.html
 create mode 100644 org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/util/package.html

diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/base/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/base/package.html
new file mode 100644
index 000000000..f4bff6e1a
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/base/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 8DA8330C731AF1130EEDFAF1CAE4CE2E
+-->
+<body>
+Abstract base implementations for the kernel UI extensions.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/databinding/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/databinding/package.html
new file mode 100644
index 000000000..0dbc6d133
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/databinding/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 58C4BAD95DB2861023A4A0727E144297
+-->
+<body>
+Support classes for using the data binding mechanism with EMF EObjects.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/interfaces/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/interfaces/package.html
new file mode 100644
index 000000000..20cfa27d2
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/interfaces/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 46EFE84BB050D523DAA487E9A233F53F
+-->
+<body>
+Interface definitions for extension classes of kernel UI extension points.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/editor/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/editor/package.html
new file mode 100644
index 000000000..37b28f82c
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/editor/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 99E18C3CEA9C878B34F6AE4CC04AD9DE
+-->
+<body>
+Implementations of the multi-page binding editor provided by the kernel user-interface.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/package.html
new file mode 100644
index 000000000..15d6b0148
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: DEE82E65C55976C18489848C51FF6CCB
+-->
+<body>
+Implementations of the user-interface kernel services defined in the <code>kernel.ui.services</code> package.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/properties/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/properties/package.html
new file mode 100644
index 000000000..f2b670618
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/properties/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 931E710E39C8E7200A075D99678564FF
+-->
+<body>
+Implementations of the default property sections provided by the kernel.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/views/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/views/package.html
new file mode 100644
index 000000000..88708632e
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/views/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 527D9BF51495443E95F62CF8C27B4AA8
+-->
+<body>
+Implementations of the navigator and model element library view.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/package.html
new file mode 100644
index 000000000..83b720084
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 0105A489AFAD9D13B3E1D45D150E7818
+-->
+<body>
+Main plugin package for fortiss tooling kernel user-interface.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/services/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/services/package.html
new file mode 100644
index 000000000..b9a3c3bc4
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/services/package.html
@@ -0,0 +1,10 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 3B94D166F87E14036D796F029CBD8668
+-->
+<body>
+Interface definitions of the kernel UI services. Each interface corresponds to a certain functionality of the user-interface part of the kernel.
+Some of the services provide extension points. Extension implementors should refer to the <code>kernel.ui.interfaces</code>
+and <code>kernel.ui.base</code>m packages. Kernel services are implemented by classes from the <code>kernel.ui.internal.services</code> package.
+</body>
diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/package.html b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/package.html
new file mode 100644
index 000000000..c58dcfa66
--- /dev/null
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: E4E985E2A87DF1B3EEA0438D26921D62
+-->
+<body>
+Utility methods provided by the user-interface part of the kernel.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/base/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/base/package.html
new file mode 100644
index 000000000..7b531995f
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/base/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 38DFC9CFE459B4DF2425410CB9B3B693
+-->
+<body>
+Abstract base implementations for the kernel extensions.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/package.html
new file mode 100644
index 000000000..27c51e2e5
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: AAF3691F11B6715D160504127BDBA2DA
+-->
+<body>
+Interface definitions for extension classes of kernel extension points.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/package.html
new file mode 100644
index 000000000..885b26479
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 5A8076657366C6A52F3B3496330207BB
+-->
+<body>
+Implementations of the kernel services defined in the <code>kernel.services</code> package.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/storage/eclipse/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/storage/eclipse/package.html
new file mode 100644
index 000000000..46bc287f4
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/storage/eclipse/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 7462237DA28E92C73BA17FAA05673D38
+-->
+<body>
+Implementation of the <code>IStorageProvider</code> interface using Eclipse file resources as storage mechanism for models.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/model/impl/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/model/impl/package.html
new file mode 100644
index 000000000..3b352be40
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/model/impl/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: BB6887C456481D9CAC1639E1D772BB0F
+-->
+<body>
+Static implementations of EMF operations defined in the <code>kernel.ecore</code> meta-model.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/package.html
new file mode 100644
index 000000000..e52bcfb15
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/package.html
@@ -0,0 +1,10 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 659E35767FF963AE2A8D7C2195891AA2
+-->
+<body>
+Interface definitions of the kernel services. Each interface corresponds to a certain functionality of the kernel.
+Some of the services provide extension points. Extension implementors should refer to the <code>kernel.interfaces</code>
+and <code>kernel.base</code>m packages. Kernel services are implemented by classes from the <code>kernel.internal.services</code> package.
+</body>
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/util/package.html b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/util/package.html
new file mode 100644
index 000000000..a8a0fdcbe
--- /dev/null
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/util/package.html
@@ -0,0 +1,8 @@
+<!--  
+  $Id$
+  @version $Rev$
+  @ConQAT.Rating YELLOW Hash: 7544BC784F96799BA7844A8BFB820F6F
+-->
+<body>
+Utility methods provided by the kernel. The classes <code>LoggingUtils</code> and <code>ExtensionPointUtils</code> were originally developed by the CONQAT Team.
+</body>
-- 
GitLab