如何从 Netbeans 平台中的另一个窗口更新一个窗口中的组件?

发布于 2024-11-04 08:14:25 字数 189 浏览 1 评论 0原文

我对 Netbeans 平台还很陌生。这就是我想要做的,我有两个窗口,一个是“编辑器”主窗口,第二个是“资源管理器”窗口,其中包含 JTree 组件。每次我向数据库添加一个新项目时,我都想向资源管理器窗口中的 JTree 组件添加一个节点!我试图找到一种从主窗口调用更新程序方法的方法,但到目前为止还没有成功!两个窗口位于同一模块和同一包中!我有办法做到这一点吗?

I'm fairly new to Netbeans Platform. Here is what I'm trying to do, I have two windows, one is the main window which is 'editor' and the second one is an 'explorer' window with a JTree component in it. Every time I add a new Item to my database, I want to add a node to the JTree component in explorer window ! I was trying to find a way to call an updater method from the main window, but so far no luck ! both windows are located in the same module and the same package ! is there a way I can do that ?

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

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

发布评论

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

评论(1

趁微风不噪 2024-11-11 08:14:26

在 NetBeans 平台应用程序中,您使用 Lookup API 在 TopComponents/模块之间进行通信。

http://netbeans.dzone.com/news/top-10 -netbeans-apis-part-2

http://netbeans.org/kb/trails/platform.html

我还建议阅读 NetBeans 平台书籍以获取基础知识。

In NetBeans Platform applications you use the Lookup API do communicate between TopComponents/ modules.

http://netbeans.dzone.com/news/top-10-netbeans-apis-part-2

http://netbeans.org/kb/trails/platform.html

I also recommend to read a NetBeans Platform book to get the basics.

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