Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/src/org/eclipse/papyrus/sysml/table/efacet/requirement/handler/CreateRequirementEditorHandlerWithoutDialog.java')
-rw-r--r--sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/src/org/eclipse/papyrus/sysml/table/efacet/requirement/handler/CreateRequirementEditorHandlerWithoutDialog.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/src/org/eclipse/papyrus/sysml/table/efacet/requirement/handler/CreateRequirementEditorHandlerWithoutDialog.java b/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/src/org/eclipse/papyrus/sysml/table/efacet/requirement/handler/CreateRequirementEditorHandlerWithoutDialog.java
deleted file mode 100644
index da3c33c45ac..00000000000
--- a/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/src/org/eclipse/papyrus/sysml/table/efacet/requirement/handler/CreateRequirementEditorHandlerWithoutDialog.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2012 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:
- * Vincent Lorenzo (CEA LIST) Vincent.Lorenzo@cea.fr - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.sysml.table.efacet.requirement.handler;
-
-
-
-public class CreateRequirementEditorHandlerWithoutDialog extends CreateRequirementTableEditorHandler {
-
- /**
- *
- * Constructor.
- *
- */
- public CreateRequirementEditorHandlerWithoutDialog() {
- super();
- }
-
-
- @Override
- protected boolean shouldOpenNameDialog() {
- return false;
- }
-}

Back to the top