/** * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio */ package com.hundsun.ares.studio.jres.metadata.ui.actions.popup; import org.eclipse.jface.action.IAction; import com.hundsun.ares.studio.ui.action.PopupAction; /** * @author gongyf * */ public class ImportExcelAction extends PopupAction { /** * */ public ImportExcelAction() { // TODO Auto-generated constructor stub } /* (non-Javadoc) * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction) */ @Override public void run(IAction action) { // TODO Auto-generated method stub } }