Skip to content
Snippets Groups Projects
Commit a9bf4df0 authored by Dongyue Mou's avatar Dongyue Mou
Browse files

code reviewed

refs 311
parent 8fb507f4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment