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