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

GREEN

refs 1940
parent 8ada8d5d
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,13 @@ $Id$
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.ui.internal.actions;
import static org.fortiss.tooling.kernel.ui.util.CopyPasteUtils.copyToClipboard;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.ui.ISharedImages;
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.actions.ActionFactory;
import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils;
/**
* Action for copying the current selection.
......@@ -31,7 +32,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: E9421A847EF8F574DD8932B83D1489B3
* @ConQAT.Rating GREEN Hash: 69A8F1BDE380BB57E2F811EC4A75A83C
*/
public class CopyAction extends EObjectActionBase<EObject> {
......@@ -48,7 +49,7 @@ public class CopyAction extends EObjectActionBase<EObject> {
if(getTarget() == null) {
return;
}
CopyPasteUtils.copyToClipboard(getTargets());
copyToClipboard(getTargets());
}
/** {@inheritDoc} */
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4C62E8002334FB55B477D649595D1F1B
* @ConQAT.Rating GREEN Hash: 2AB4D9198964E50F84FB09031949BFBA
*/
public class NavigatorTreeContentProvider extends TreeContentProviderBase {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 058CCF5E6F1A39D7B50B037A27485FA2
* @ConQAT.Rating GREEN Hash: A7DB0900D1B6BC3C2705A4395A1D6193
*/
public class ModelElementLabelProvider extends ColumnLabelProvider {
/** {@inheritDoc} */
......
......@@ -40,7 +40,7 @@ import org.fortiss.tooling.kernel.ui.dnd.CompositionServiceLocalCopyPasteTransfe
*
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: BAE6EAD8847673A9B6B99648B90E7299
* @ConQAT.Rating GREEN Hash: A40EF644FB2792BDE3DB675D3D7FA0C8
*/
public class CopyPasteUtils {
......
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