Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties/org.eclipse.papyrus.properties.model/src-gen/org/eclipse/papyrus/properties/ui/Widget.java')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.properties.model/src-gen/org/eclipse/papyrus/properties/ui/Widget.java26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.properties.model/src-gen/org/eclipse/papyrus/properties/ui/Widget.java b/plugins/views/properties/org.eclipse.papyrus.properties.model/src-gen/org/eclipse/papyrus/properties/ui/Widget.java
new file mode 100644
index 00000000000..8e6e71517f0
--- /dev/null
+++ b/plugins/views/properties/org.eclipse.papyrus.properties.model/src-gen/org/eclipse/papyrus/properties/ui/Widget.java
@@ -0,0 +1,26 @@
+/*****************************************************************************
+ * Copyright (c) 2011 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:
+ * Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
+ *****************************************************************************/
+package org.eclipse.papyrus.properties.ui;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Widget</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ *
+ * @see org.eclipse.papyrus.properties.ui.UiPackage#getWidget()
+ * @model abstract="true"
+ * @generated
+ */
+public interface Widget extends UIComponent {
+} // Widget

Back to the top