/** * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio */ package com.hundsun.ares.studio.ui.editor.viewers; /** * @author gongyf * */ public interface IColumnViewerTextCopySupport { /** * �������Ƶ��������е��ı� * @param element * @return */ String getCopyText(Object element); }