/** * */ package com.topsun.posclient.application; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; public interface IControlCreator { Control createControl(Composite parent); }