diff --git a/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java b/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java index 8a0c7c2fb790fd300d1f5a94c0d1d42162c7bdc6..bef811a4eb8cb44e05967a7df036dead0498f2d9 100644 --- a/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java +++ b/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java @@ -36,7 +36,7 @@ import org.eclipse.wb.swt.ResourceManager; * @author mou * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: E9B801D34A35667BE57FE4CC17EFA6B9 + * @ConQAT.Rating YELLOW Hash: 462DB0F8E313BA5B1E43BA25EEE098D2 */ public class ElementTreeSingleSelectDialogGUI extends Composite { @@ -113,18 +113,22 @@ public class ElementTreeSingleSelectDialogGUI extends Composite { return elementTreeViewer; } + /** Get the create button */ public Button getCreateButton() { return createButton; } + /** Get the delete button */ public Button getDeleteButton() { return deleteButton; } + /** Get the edit button */ public Button getEditButton() { return editButton; } + /** Get the tool bar */ public Composite getLeftToolBar() { return lefttoolbar; }