帆软报表设计器源代码。
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.
 
 
 
 

1 lines
350 B

package com.fr.design.event; /** * Author : Shockway * Date: 13-7-17 * Time: 上午10:38 */ public interface GlobalNameListener { /** * 设置选中的面板或是组件的名字 * @param name */ public void setGlobalName(String name); /** * 得到选中面板或者组件的名字 * @return */ public String getGlobalName(); }