Skip to content
Snippets Groups Projects
Commit 048bd748 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

yet another code review iteration

parent e5cd58b6
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.service.ICommandStackService;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 233B0C84A966B0F5D3D83EFBBA1DFC60
* @ConQAT.Rating GREEN Hash: 94D2F02DEDBCCDFD7ABC432477684C9B
*/
public class EObjectObservableValue extends AbstractObservableValue {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.service.IContextMenuService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2984F071E212C448CD00B46F3C8029C9
* @ConQAT.Rating GREEN Hash: 7201A186672BB562947C95162DAE5C62
*/
public interface IContextMenuContributor {
......
......@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.ui.service.IEditPartFactoryService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 90613DA48AFAB8C26E86A146A85EE5E8
* @ConQAT.Rating GREEN Hash: 08C506839D56C34B2FFF0B32801745CD
*/
public interface IEditPartFactory<T extends EObject> extends IEObjectAware<T>,
EditPartFactory {
......
......@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelEditorBindingService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 3FE3F20D486787909FAB7F61B8BDEE02
* @ConQAT.Rating GREEN Hash: 417F4BEB3734A8DEDB602950CA14CDAC
*/
public interface IModelEditorBinding<T extends EObject> extends
IEObjectAware<EObject> {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 9BF10C7A11329EEEF4DD559459B372AA
* @ConQAT.Rating GREEN Hash: AF3A9645A41E4DE128D0037D47CF1116
*/
public interface IModelElementHandler<T extends EObject> extends
IEObjectAware<T> {
......
......@@ -27,7 +27,7 @@ import org.eclipse.jface.resource.ImageDescriptor;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 39A7CCEBD43D310CCB0F78BF6714E3AE
* @ConQAT.Rating GREEN Hash: 827FFC915A61A58BA1E8D6A70D51D197
*/
public abstract class EObjectActionBase extends Action {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 0D820E78C649FDE8BC6DCC813E976C49
* @ConQAT.Rating GREEN Hash: 33B8EF7EEFC175724D309126F34EE7EC
*/
public abstract class EditorBase<T extends EObject> extends EditorPart
implements IActionContributingEditor {
......
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.extension.IModelElementHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2B44F0C8FCD18922695E7F55F406155A
* @ConQAT.Rating GREEN Hash: C9E97023FA9B79AD5388E3986B4EADFB
*/
public abstract class ModelElementHandlerBase<T extends EObject> implements
IModelElementHandler<T> {
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.ui.extension.IModelElementHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: CF323D41B59E68C2B08A21562222EE67
* @ConQAT.Rating GREEN Hash: E9136F3CBD3A0327827B285A7660AEAA
*/
public abstract class NamedCommentedModelElementHandlerBase<T extends INamedCommentedElement>
extends ModelElementHandlerBase<T> {
......
......@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D5B6D00C04A15A9C865F846631FA082B
* @ConQAT.Rating GREEN Hash: 6DF3091D1AF3953B2611F9A7C36F7793
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 8DA8330C731AF1130EEDFAF1CAE4CE2E
@ConQAT.Rating GREEN Hash: B7912AFB4649A41D402C92E20A4A7412
-->
<body>
Abstract base implementations for the kernel UI extensions.
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: A26A1F4CB563EEDFD226625507690733
@ConQAT.Rating GREEN Hash: 478C0625ED17BE311603C6E4EBC962D2
-->
<body>
Interface definitions for extension classes of kernel UI extension points.
......
......@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.internal.ContextMenuService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: A2C203950408216606AA484B8C0C09D1
* @ConQAT.Rating GREEN Hash: D680AB7EB3B064C4B9D1571750A4D79B
*/
public interface IContextMenuService {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.internal.EditPartFactoryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1D41F7B5A1D848D90A58BC3FDF278636
* @ConQAT.Rating GREEN Hash: CF2873DB4BD6CC3C5990B94586EE4729
*/
public interface IEditPartFactoryService extends EditPartFactory {
......
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.internal.MarkerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: CE8F1B9B6007E65D097648C31D9B1763
* @ConQAT.Rating GREEN Hash: 30E5845252B4939B202D380028CBB6B1
*/
public interface IMarkerService {
......
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.ui.internal.ModelEditorBindingService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: BCF9F7F95431DC1C70E0459EC0F61E68
* @ConQAT.Rating GREEN Hash: 820B5843566C65139914E39B21E01710
*/
public interface IModelEditorBindingService {
......
......@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.internal.ModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: C44D8AB08C18FCB5DC58F93541D9CF77
* @ConQAT.Rating GREEN Hash: BCFD82B270CE2728BCD99BAD53FAD7E6
*/
public interface IModelElementHandlerService {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.NavigatorService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D5C6C639C61EE41DB15E053A3D64B09B
* @ConQAT.Rating GREEN Hash: 388D5C71A93808938DB0FB0189D5D62B
*/
public interface INavigatorService {
/** Returns the singleton instance of the service. */
......
......@@ -44,7 +44,7 @@ import org.fortiss.tooling.kernel.ui.internal.PropertiesService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 70807B8804E17305764CDA547BB9A7E4
* @ConQAT.Rating GREEN Hash: 4331BC650B884739503912E3F3284C2B
*/
public interface IPropertiesService {
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 84FC9B07146F000162D1C5EA6F0A6983
* @ConQAT.Rating GREEN Hash: FB2735F17E097BB2DAB16606011449E6
*/
public final class DragAndDropUtils {
......
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