简体   繁体   English

是否有Java库可以收集UI使用情况统计信息?

[英]Is there a Java library that enables gathering UI usage statistics?

Is there a Java library that enables gathering UI usage statistics? 是否有Java库可以收集UI使用情况统计信息?

Something that feels like log4j? 感觉像log4j吗?

If you are working with the Eclipse plateform you might have a look on the Usage Data Collector project: 如果您使用的是Eclipse平台,则可以查看Usage Data Collector项目:

http://www.eclipse.org/epp/usagedata/ http://www.eclipse.org/epp/usagedata/

I answered this questio n before I saw yours. 在看到你的问题之前,我已经回答了这个问题

Specifically, I would point you at the NetBeans Platform Gesture Collection Infrastructure . 具体来说,我将向您介绍NetBeans平台Gesture集合基础结构

Although planning to use it, I have not yet, but it is much more mature than the Eclipse Usage Data Collector project listed here. 尽管计划使用它,但我还没有,但是它比这里列出的Eclipse Usage Data Collector项目成熟得多。

Porting a generic Swing project to the NetBeans Platform is not too hard, can be done piecemeal, and there are a number of examples (just google "porting swing project to netbeans"). 将通用的Swing项目移植到NetBeans平台并不难,可以零碎完成,并且有许多示例(只是google“将swing项目移植到netbeans”)。 If you decide to go this route, see this tutorial . 如果您决定走这条路,请参阅本教程 Geertjan has some other blog entries on porting (and just about every other topic). Geertjan还有其他一些有关移植的博客条目(以及几乎所有其他主题)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM