package com.smartgwt.client.docs; /** * The following APIs are all related to Cursor. * @see com.smartgwt.client.widgets.Splitbar#getCursor * @see com.smartgwt.client.widgets.Splitbar#getVResizeCursor * @see com.smartgwt.client.widgets.Splitbar#getHResizeCursor */ public interface Cursor { }