summaryrefslogtreecommitdiffstats
path: root/rba.model.view/src/rba/view/HorizontalLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.view/src/rba/view/HorizontalLayout.java')
-rw-r--r--rba.model.view/src/rba/view/HorizontalLayout.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/rba.model.view/src/rba/view/HorizontalLayout.java b/rba.model.view/src/rba/view/HorizontalLayout.java
new file mode 100644
index 0000000..b434aea
--- /dev/null
+++ b/rba.model.view/src/rba/view/HorizontalLayout.java
@@ -0,0 +1,20 @@
+/**
+ */
+package rba.view;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Horizontal Layout</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see rba.view.RBAViewPackage#getHorizontalLayout()
+ * @model
+ * @generated
+ */
+public interface HorizontalLayout extends AlignedLayout {
+} // HorizontalLayout