Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java
index 2a5ba430ff9..7f2419b87d8 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src-gen/org/eclipse/papyrus/toolsmiths/model/customizationplugin/CustomizationPluginFactory.java
@@ -113,6 +113,15 @@ public interface CustomizationPluginFactory extends EFactory {
PropertyViewEnvironment createPropertyViewEnvironment();
/**
+ * Returns a new object of class '<em>Table Configuration</em>'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return a new object of class '<em>Table Configuration</em>'.
+ * @generated
+ */
+ TableConfiguration createTableConfiguration();
+
+ /**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->

Back to the top