TreeNode动态邦定事件
1. 显示不能用TextField,应该用StaticText
2.
public void SetNodesAction(Tree t, String methodbind){
ArrayList list = tree_operate.getTreeOffspring(treex);
for(int i=0; i<list.size(); i++){
((TreeNode)list.get(i)).setAction(this.getApplication().createMethodBinding(methodbind, null));
}
}
public void NodesActionMethod(){
//方法内容
}
原文链接:http://user.qzone.qq.com/372806800/blog/1336200253
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
作者:风来风往风伤
出处:http://www.cnblogs.com/amwuau/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利。