/** */ package rba.view; /** * * A representation of the model object 'Horizontal Layout'. * * * * * * * * @see rba.view.RBAViewPackage#getHorizontalLayout() * @model * @generated */ public interface HorizontalLayout extends AlignedLayout { } // HorizontalLayout