打开 JMenu 时收到通知? (例如:文件、编辑、查看)

发布于 2024-12-13 18:54:59 字数 253 浏览 0 评论 0原文

我想要做的是,当我的 Edit JMenu 被单击时,在它出现之前,我想根据撤消/重做命令是否可见来设置启用它们。

有没有办法获得这样的通知?是 MenuListener 我在寻找什么?

What I want to do is, when my Edit JMenu is clicked on, before it appears I want to set enabled on the undo / redo commands based on whether or not they should be visible.

Is there a way to get such a notification? Is MenuListener what I'm looking for?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稀香 2024-12-20 18:54:59

您应该能够使用 MenuListener,扩展的 EventListener,并启用 menuSelected 中的撤消/重做项。

现在我想起来,这对我来说可能是一个更好的方式来做一些非常类似的事情。当我的历史对象报告没有更多撤消/重做命令时,我在视图中启用/禁用了 undo/redo 方法中的项目> 左。

编辑:我发现在我有机会发布此帖子并亲自找到 MenuListener 之前,您一定已经快速编辑了您的帖子。

You should be able to use a MenuListener, an extended EventListener, and enable the undo/redo items in menuSelected.

Now that I think about it, that probably would've been a better way for me to have done something very similar. I instead enabled/disabled the items in an undo/redo method in my view when my history object reported that there were no more undo/redo commands left.

EDIT: I see you must've quickly edited your post before I had the chance to post this and found MenuListener yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文