是否有可以添加对象的 Eclipse RCP 日历小部件?
我正在编写一个 Eclipse RCP 应用程序,并且想要添加一个日历小部件来显示每天发生的事情(如 Android 手机上的日历)。
我见过 Nebula DateChooser,但这似乎更多的是选择日期而不是静态显示信息。
我想要的功能: - 能够将项目添加到日历和要突出显示的日期 - 能够对条目进行颜色编码会很酷。 - 能够单击日期并显示当天安排的详细信息(例如在另一个视图中 - 如 Outlook 日历)
谢谢
Jeff
I'm writing an Eclipse RCP app and want to add a calendar widget showing things happening each day (like the calendar on an Android phone).
I've seen the Nebula DateChooser, but this seems more for choosing a date than static display of information.
Features I would like:
- Ability to add items to the calendar and the date to be highlighted
- Being able to colour code the entries would be cool.
- Being able to click on a date and it to show details of what is scheduled when during the day (e.g. in another view - like an Outlook calendar)
Thanks
Jeff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我唯一能找到的就是 JaretCalendar,但仍然是一项“正在进行的工作” ”。
CalypsoRPC 日历 就像一个概念证明。
The only one I can find out there would be the JaretCalendar, but is still somewhat a "work in progress".
The CalypsoRPC Calendar is like a Proof of Concept.