AttributeSummarizerBeanInfo.java 文件源码

java
阅读 131 收藏 0 点赞 0 评论 0

项目:repo.kmeanspp.silhouette_score 作者:
/**
 * Get the event set descriptors for this bean
 *
 * @return an <code>EventSetDescriptor[]</code> value
 */
public EventSetDescriptor [] getEventSetDescriptors() {
  // hide all gui events
  try {
    EventSetDescriptor [] esds = { 
        new EventSetDescriptor(DataVisualizer.class, 
            "image", 
            ImageListener.class, 
        "acceptImage")
    };
    return esds;
  } catch (Exception ex) {
    ex.printStackTrace();
  }

  return null;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号