package com.eas.ui; /** * Implementors of this class are stretched along horizontal axis * when they are added as a chilid to scroll pane. * @author mgainullin */ public interface HorizontalScrollFiller { }