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

GREEN

refs 2490
parent cf98c28c
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 20 deletions
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.base.ui.layout.RectangleGridLayoutDiagramConfiguratio
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: 5760E371F5ABC44A734936A20AAB2D3B
*/
public abstract class AllocationDiagramEditPartBase<T extends EObject> extends
GraphicalEditPartBase<T> implements NodeEditPart {
......@@ -141,5 +141,4 @@ public abstract class AllocationDiagramEditPartBase<T extends EObject> extends
cLayer.setConnectionRouter(connectionRouter);
}
}
}
......@@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: BBF56133A9DAECA865EEC409990CC95E
*/
public abstract class AllocationElementEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
extends PositionedEditPartBase<T> {
......
......@@ -30,14 +30,12 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @param <T>
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: B58242C42A27313245DA3C0695D2CBF6
*/
public abstract class AllocationFreeConnectorEditPartBase<T extends ILayoutedModelElement & IConnector & INamedCommentedElement>
extends FreeConnectorEditPartBase<T> {
/**
* @param modelElement
*/
/** Constructor. */
protected AllocationFreeConnectorEditPartBase(T modelElement) {
super(modelElement);
determineBaseFigureBounds();
......
......@@ -30,7 +30,7 @@ import org.eclipse.gef.RootEditPart;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: 27946C8CFD460886A9A25F8F6DE2CD17
*/
public class AllocationPositionService implements IAllocationPositionService {
......@@ -115,5 +115,4 @@ public class AllocationPositionService implements IAllocationPositionService {
}
return allocationPosBounds;
}
}
......@@ -29,14 +29,12 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: C346D7E5B39C2BBB5D2F2EEA5291F1F2
*/
public abstract class AllocationStickyConnectorEditPartBase<T extends ILayoutedModelElement & IConnector & INamedCommentedElement>
extends StickyConnectorEditPartBase<T> {
/**
* @param modelElement
*/
/** Constructor. */
protected AllocationStickyConnectorEditPartBase(T modelElement) {
super(modelElement);
determineBaseFigureBounds();
......
......@@ -72,7 +72,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @param <T>
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: E029234095C8F25DA1CD9A78EC34FA65
*/
public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommentedElement> extends
GraphicalEditPartBase<T> implements NodeEditPart {
......@@ -96,9 +96,7 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented
public static Font DEFAULT_TITLE_FONT = FontUtils.derive(JFaceResources.getDefaultFont(), 0,
SWT.BOLD);
/**
* @param modelElement
*/
/** Constructor. */
protected AllocationSubDiagramEditPartBase(T modelElement,
IDiagramLayoutConfiguration layoutConfiguration) {
super(modelElement);
......
......@@ -27,11 +27,11 @@ import org.eclipse.gef.RootEditPart;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: 1ACE287F641C4ED3D5134EAD2FA463D4
*/
public interface IAllocationPositionService {
/** Singleton instance */
/** Singleton instance. */
static IAllocationPositionService INSTANCE = new AllocationPositionService();
/** Returns the top left most position of the source elements. */
......@@ -57,5 +57,4 @@ public interface IAllocationPositionService {
/** Saves the bounds of the allocation target elements. */
void setTargetAllocationBounds(RootEditPart root, Rectangle bounds);
}
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