summaryrefslogtreecommitdiffstats
path: root/rba.model.view/src/rba/view/HorizontalLayout.java
blob: b434aeaa28d74c98d0a4f6eaa0bddaea366d6c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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