added comments
authorPatric Plitzner <p.plitzner@bgbm.org>
Mon, 22 Jul 2013 16:13:22 +0000 (16:13 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Mon, 22 Jul 2013 16:13:22 +0000 (16:13 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CdmFormFactory.java

index e8b705e2652cf46a06db4482a922422836a04156..408e0acfea307c29a39237870be66c0eaa3639d0 100644 (file)
@@ -1345,6 +1345,8 @@ public class CdmFormFactory extends FormToolkit {
         return element;
     }
 
+
+    //--------DetailSections---------
     public NameDetailSection createNameDetailSection(ConversationHolder conversation, ICdmFormElement parentElement, ISelectionProvider selectionProvider, int style){
         NameDetailSection section = new NameDetailSection(this, conversation, parentElement, selectionProvider, style);
         addAndAdaptSection(parentElement, section);
@@ -1573,6 +1575,7 @@ public class CdmFormFactory extends FormToolkit {
         adapt(section);
     }
 
+    //--------DetailElements------------
 
     public UseRecordDetailElement createUseRecordDetailElement(ICdmFormElement parentElement){
         UseRecordDetailElement element = new UseRecordDetailElement(this, parentElement);
@@ -1788,7 +1791,7 @@ public class CdmFormFactory extends FormToolkit {
         parentElement.addElement(element);
     }
 
-
+    //--------EntityCollectionSection----------
     public TeamMemberSection createTeamMemberSection(ConversationHolder conversation, ICdmFormElement parentElement, int style){
         TeamMemberSection section = new TeamMemberSection(this, conversation, parentElement, style);
         addAndAdaptSection(parentElement, section);