Skip to content
Snippets Groups Projects
Commit ba864e59 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN

refs 1542
parent 4bb20955
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 39BE7A4A16903ACF6B95BF1433055083
* @ConQAT.Rating GREEN Hash: EE85E3018FF1459AD40F9D919F616D5B
*/
public interface IModelElementHandler<T extends EObject> extends IEObjectAware<T> {
......
......@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: EF425366A975A3231BA89902E0D0F2E1
* @ConQAT.Rating GREEN Hash: 72B4B8707E5295C876B08DA0638A4C1E
*/
public abstract class EditorBase<T extends EObject> extends EditorPart implements
IActionContributingEditor, IModelEditor<T> {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.extension.IModelElementHandler;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 409137F827365E19571B0F40CB6E6EA3
* @ConQAT.Rating GREEN Hash: CF934CCE122A460DE149241EC87EBCE6
*/
public abstract class ModelElementHandlerBase<T extends EObject> implements IModelElementHandler<T> {
......
......@@ -60,7 +60,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: A669A11143837D2DAB25FD3914B78BBE
* @ConQAT.Rating GREEN Hash: 571F82FBEE5722F8709F96217548643C
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......@@ -153,11 +153,6 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
return text;
}
/**
* Modified by Cheng Zhang
* Date: 14.05.2013
* Begin
*/
/**
* Creates a combo widget, which has a {@link ControlDecoration} attached.
* The decoration is stored as widget data for convenience.
......@@ -205,7 +200,6 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
/** Creates form list field. */
protected TreeViewer createFormTree(String labeltree) {
// PROPERTIES_LABEL_WIDTH,STANDARD_LABEL_WIDTH
TreeViewer treeViewer = new TreeViewer(composite);
createFormEntry(treeViewer.getTree(), labeltree);
return treeViewer;
......@@ -233,13 +227,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
return button;
}
/**
* End
*/
/**
* Creates a form entry.
*/
/** Creates a form entry. */
protected void createFormEntry(Control control, String labelName) {
labelName = labelName.trim();
if(labelName.endsWith(":")) {
......
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