Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-04-04 14:20:14 +0000
committerLaurent Wouters2014-04-04 14:20:14 +0000
commit5f0e59765c0800297e81d4e9a2c29b880b1a8629 (patch)
treeb15c31bb904a7660f594c0fafcc1620698f13c1e
parent7a4c142e57cde5338bc51903467576efa4803219 (diff)
downloadorg.eclipse.papyrus-last/org.eclipse.papyrus.table.efacet.uml.generic.tar.gz
org.eclipse.papyrus-last/org.eclipse.papyrus.table.efacet.uml.generic.tar.xz
org.eclipse.papyrus-last/org.eclipse.papyrus.table.efacet.uml.generic.zip
[clean] Retiring org.eclipse.papyrus.table.efacet.uml.genericlast/org.eclipse.papyrus.table.efacet.uml.generic
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.classpath7
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.project28
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/META-INF/MANIFEST.MF24
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/about.html28
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/build.properties6
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.gifbin891 -> 0 bytes
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.pngbin1245 -> 0 bytes
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.pdoc4
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.properties3
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.xml123
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/resources/uml_generic_table.papyrustableconfiguration5
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/Activator.java67
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/editor/GenericTableEditor.java40
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/factory/GenericTableEditorFactory.java40
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandler.java44
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandlerWithouDialog.java33
17 files changed, 0 insertions, 459 deletions
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.classpath b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.classpath
deleted file mode 100644
index 2d1a4302f04..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.project b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.project
deleted file mode 100644
index a2c8d811f6b..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.uml.table.efacet.generic</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.settings/org.eclipse.jdt.core.prefs b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 44217f8c068..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/META-INF/MANIFEST.MF b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/META-INF/MANIFEST.MF
deleted file mode 100644
index ab366ebe18a..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,24 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.infra.core;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.table.efacet.metamodel;bundle-version="0.10.1",
- org.eclipse.emf.facet.widgets.table.metamodel.edit;bundle-version="0.2.0",
- org.eclipse.emf.facet.widgets.table.ui;bundle-version="0.2.0",
- org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration.metamodel;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.emf.efacet;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.table.efacet.common;bundle-version="0.10.1",
- org.eclipse.papyrus.infra.core.sasheditor;bundle-version="0.10.1",
- org.eclipse.emf.edit;bundle-version="2.8.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 0.10.1.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.uml.table.efacet.generic.Activat
- or
-Bundle-SymbolicName: org.eclipse.papyrus.uml.table.efacet.generic;sing
- leton:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/about.html b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/about.html
deleted file mode 100644
index 82d49bf5f81..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June 5, 2007</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-</body>
-</html>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/build.properties b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/build.properties
deleted file mode 100644
index 8665ac2ffec..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- plugin.properties
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.gif b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.gif
deleted file mode 100644
index 7dba0a044de..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.gif
+++ /dev/null
Binary files differ
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.png b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.png
deleted file mode 100644
index 4bec73c4147..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/icons/generic_UML_table.png
+++ /dev/null
Binary files differ
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.pdoc b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.pdoc
deleted file mode 100644
index 9661e051ca1..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.pdoc
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<doc:Documentation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation" description="This plugin provides the new table for UML.">
- <referent firstName="vincent" lastName="lorenzo" eMail="vincent.lorenzo@cea.fr" currentCompany="CEA-LIST"/>
-</doc:Documentation>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.properties b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.properties
deleted file mode 100644
index f3f95a1ef07..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#Properties file for org.eclipse.papyrus.uml.table.efacet.generic
-providerName = Eclispe Modeling Project
-pluginName = Generic Table for UML (Incubation) \ No newline at end of file
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.xml b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.xml
deleted file mode 100644
index feef1b2cafe..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/plugin.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.infra.core.papyrusDiagram">
- <editorDiagram
- factoryClass="org.eclipse.papyrus.uml.table.efacet.generic.factory.GenericTableEditorFactory"
- icon="icons/generic_UML_table.png">
- </editorDiagram>
- </extension>
- <extension
- point="org.eclipse.ui.commands">
- <command
- categoryId="org.eclipse.papyrus.editor.category"
- description="Create a new UML Table Editor (Generic)"
- id="org.eclipse.papyrus.uml.generic.table.command"
- name="Create a UML Table Editor (Generic)">
- </command>
- <command
- categoryId="org.eclipse.papyrus.editor.category"
- description="Create a new UML Table Editor (Generic) Without Dialog"
- id="org.eclipse.papyrus.uml.generic.table.command.withoutdialog"
- name="Create a UML Table Editor (Generic) Without Dialog">
- </command>
- </extension>
- <extension
- point="org.eclipse.ui.handlers">
- <handler
- class="org.eclipse.papyrus.uml.table.efacet.generic.handlers.CreateGenericTableEditorHandler"
- commandId="org.eclipse.papyrus.uml.generic.table.command">
- <activeWhen>
- <or>
- <with
- variable="activeEditorId">
- <equals
- value="org.eclipse.papyrus.infra.core.papyrusEditor">
- </equals>
- </with>
- </or>
- </activeWhen>
- </handler>
- <handler
- class="org.eclipse.papyrus.uml.table.efacet.generic.handlers.CreateGenericTableEditorHandler"
- commandId="org.eclipse.papyrus.uml.generic.table.command.withoutdialog">
- <activeWhen>
- <or>
- <with
- variable="activeEditorId">
- <equals
- value="org.eclipse.papyrus.infra.core.papyrusEditor">
- </equals>
- </with>
- </or>
- </activeWhen>
- </handler>
- </extension>
- <extension
- id="create.table.menus"
- name="Create Table Menus"
- point="org.eclipse.ui.menus">
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.papyrus.views.modelexplorer.popupmenu.table.efacet.creation">
- <command
- commandId="org.eclipse.papyrus.uml.generic.table.command"
- icon="icons/generic_UML_table.png"
- label="UML Generic Table"
- mnemonic="&amp;G"
- style="push"
- tooltip="Create a new UML Generic Table">
- <visibleWhen>
- <with
- variable="activeEditorId">
- <equals
- value="org.eclipse.papyrus.infra.core.papyrusEditor">
- </equals>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
- locationURI="menu:org.eclipse.papyrus.ui.menu.efacet.table.creation">
- <command
- commandId="org.eclipse.papyrus.uml.generic.table.command"
- icon="icons/generic_UML_table.png"
- label="UML Generic Table"
- mnemonic="&amp;G"
- style="push"
- tooltip="Create a new UML Generic Table">
- <visibleWhen>
- <with
- variable="activeEditorId">
- <equals
- value="org.eclipse.papyrus.infra.core.papyrusEditor">
- </equals>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
- locationURI="toolbar:org.eclipse.papyrus.toolbar.table.efacet.creation">
- <command
- commandId="org.eclipse.papyrus.uml.generic.table.command"
- icon="icons/generic_UML_table.png"
- label="UML Generic Table"
- mnemonic="&amp;G"
- style="push"
- tooltip="Create a new UML Generic Table">
- <visibleWhen>
- <with
- variable="activeEditorId">
- <equals
- value="org.eclipse.papyrus.infra.core.papyrusEditor">
- </equals>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- </extension>
-
-</plugin>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/resources/uml_generic_table.papyrustableconfiguration b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/resources/uml_generic_table.papyrustableconfiguration
deleted file mode 100644
index 5829857fef5..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/resources/uml_generic_table.papyrustableconfiguration
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration:PapyrusTableConfiguration xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:efacet="http://www.eclipse.org/emf/facet/efacet/0.2.incubation/efacet" xmlns:org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration="http://www.eclipse.org/Papyrus/PapyrusTableConfiguration/0.9.0/papyrustableconfiguration">
- <tableConfiguration>
- </tableConfiguration>
-</org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration:PapyrusTableConfiguration>
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/Activator.java b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/Activator.java
deleted file mode 100644
index c8b1cf928c8..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/Activator.java
+++ /dev/null
@@ -1,67 +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.uml.table.efacet.generic;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- public static final String PLUGIN_ID = "org.eclipse.papyrus.uml.table.efacet.generic"; //$NON-NLS-1$
-
- // The shared instance
- private static Activator plugin;
-
- /**
- * The constructor
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(final BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(final BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/editor/GenericTableEditor.java b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/editor/GenericTableEditor.java
deleted file mode 100644
index a763d822383..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/editor/GenericTableEditor.java
+++ /dev/null
@@ -1,40 +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.uml.table.efacet.generic.editor;
-
-import org.eclipse.papyrus.infra.core.services.ServicesRegistry;
-import org.eclipse.papyrus.infra.table.efacet.common.editor.AbstractSynchronizedTableEditor;
-import org.eclipse.papyrus.infra.table.efacet.metamodel.papyrustable.PapyrusTable;
-
-
-
-public class GenericTableEditor extends AbstractSynchronizedTableEditor {
-
- /** the type of the editor */
- public static final String EDITOR_TYPE = "PapyrusGenericTable"; //$NON-NLS-1$
-
- /** the default name for this table */
- public static final String DEFAULT_NAME = "UMLGenericTable"; //$NON-NLS-1$
-
- /**
- * @param servicesRegistry
- * @param rawModel
- *
- */
- public GenericTableEditor(final ServicesRegistry servicesRegistry, final PapyrusTable rawModel) {
- super(servicesRegistry, rawModel);
- }
-
-
-}
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/factory/GenericTableEditorFactory.java b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/factory/GenericTableEditorFactory.java
deleted file mode 100644
index 6f4cfec8287..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/factory/GenericTableEditorFactory.java
+++ /dev/null
@@ -1,40 +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.uml.table.efacet.generic.factory;
-
-import org.eclipse.papyrus.infra.table.efacet.common.factory.AbstractTableEditorFactory;
-import org.eclipse.papyrus.uml.table.efacet.generic.editor.GenericTableEditor;
-
-
-/**
- *
- *
- */
-public class GenericTableEditorFactory extends AbstractTableEditorFactory {
-
-
- /**
- * Constructor.
- *
- * @param diagramClass
- * @param expectedType
- */
- public GenericTableEditorFactory() {
- super(GenericTableEditor.class, GenericTableEditor.EDITOR_TYPE);
- }
-
-
-}
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandler.java b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandler.java
deleted file mode 100644
index 2f44b87ee42..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandler.java
+++ /dev/null
@@ -1,44 +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.uml.table.efacet.generic.handlers;
-
-import org.eclipse.emf.common.util.URI;
-import org.eclipse.papyrus.infra.table.efacet.common.handlers.AbstractCreateTableEditorHandler;
-import org.eclipse.papyrus.uml.table.efacet.generic.Activator;
-import org.eclipse.papyrus.uml.table.efacet.generic.editor.GenericTableEditor;
-
-
-public class CreateGenericTableEditorHandler extends AbstractCreateTableEditorHandler {
-
- /**
- *
- * Constructor.
- *
- */
- public CreateGenericTableEditorHandler() {
- super(GenericTableEditor.EDITOR_TYPE, GenericTableEditor.DEFAULT_NAME);
- }
-
-
- /**
- *
- * @return
- * the uri of the papyrus table configuration to use for the Papyrus Table
- */
- protected URI getPapyrusTableConfigurationURI() {
- final String symbolicName = Activator.getDefault().getBundle().getSymbolicName();
- final URI uri = URI.createPlatformPluginURI(symbolicName + "/resources/uml_generic_table.papyrustableconfiguration", true); //$NON-NLS-1$
- return uri;
- }
-}
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandlerWithouDialog.java b/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandlerWithouDialog.java
deleted file mode 100644
index 8c2aab8514e..00000000000
--- a/deprecated/TableEFacet/org.eclipse.papyrus.table.efacet.uml.generic/src/org/eclipse/papyrus/uml/table/efacet/generic/handlers/CreateGenericTableEditorHandlerWithouDialog.java
+++ /dev/null
@@ -1,33 +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.uml.table.efacet.generic.handlers;
-
-
-
-public class CreateGenericTableEditorHandlerWithouDialog extends CreateGenericTableEditorHandler {
-
- /**
- *
- * Constructor.
- *
- */
- public CreateGenericTableEditorHandlerWithouDialog() {
- super();
- }
-
- @Override
- protected boolean shouldOpenNameDialog() {
- return false;
- }
-}

Back to the top