将报表导出为xml。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
334 B

package com.fr.plugin.export.xml.core;
import com.fanruan.api.report.SundryKit;
/**
* Created by richie on 15/12/15.
*/
public class IconLoader {
public static String loadIcon() {
String name = "xml";
SundryKit.loadToolbarIcon(name, "/com/fr/plugin/export/xml/images/xml16.png");
return name;
}
}