/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.ui.control; /** * ����ֻ��״̬ * @author maxh * */ public interface IEditable { void setEditable(boolean editable); void refresh(); }