Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2013-09-12 14:14:46 +0000
committerAnsgar Radermacher2013-09-12 14:14:46 +0000
commita98cb8deb60a168862debf69ede7e35bd018236b (patch)
tree3bf3afa8658288e9d686282ef23b17fad48c63e2 /extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java
parent443dd5125ccdf3c925ad11bb2cd6279115e5b4a3 (diff)
parent180d1f4ee286ca07672d022835f6be6a7584b49f (diff)
downloadorg.eclipse.papyrus-a98cb8deb60a168862debf69ede7e35bd018236b.tar.gz
org.eclipse.papyrus-a98cb8deb60a168862debf69ede7e35bd018236b.tar.xz
org.eclipse.papyrus-a98cb8deb60a168862debf69ede7e35bd018236b.zip
Merge branch 'master' of ssh://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus
Diffstat (limited to 'extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java')
-rw-r--r--extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java41
1 files changed, 0 insertions, 41 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java b/extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java
deleted file mode 100644
index f46e95e9c06..00000000000
--- a/extraplugins/table/org.eclipse.papyrus.uml.nattable.menu/src-gen/org/eclipse/papyrus/uml/nattable/menu/handlers/TestIdentityActionHandler.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2013 CEA LIST.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Juan Cadavid (CEA LIST) juan.cadavid@cea.fr - Initial API and implementation
- *****************************************************************************/
-package org.eclipse.papyrus.uml.nattable.menu.handlers;
-
-import org.eclipse.core.commands.IHandler;
-import org.eclipse.gmf.runtime.emf.type.core.IElementType;
-import org.eclipse.papyrus.uml.service.types.element.UMLElementTypes;
-
-/**
- * <pre>
- * Command handler for TestIdentityAction creation
- *
- * </pre>
- *
- * @generated
- */
-public class TestIdentityActionHandler extends AbstractUmlNattableCreateCommandHandler implements IHandler {
-
- /**
- * <pre>
- * @see org.eclipse.papyrus.uml.service.creation.handler.CreateHandler#getElementTypeToCreate()
- *
- * @return the IElementType this handler is supposed to create
- *
- * </pre>
- *
- * @generated
- */
- protected IElementType getElementTypeToCreate() {
- return UMLElementTypes.TEST_IDENTITY_ACTION;
- }
-}

Back to the top