JTable全表数据改变

发布于 2024-07-10 11:18:08 字数 143 浏览 5 评论 0原文

有没有一种相对简单的方法来更改 JTable 中的所有数据? 例如,如果我有一个名为 books 的 JTable,其中包含某个作者的所有书籍的信息,然后用户更改了作者,我将必须使用一组全新的信息更新该表(注意,因为卷的数据,在表上使用过滤器并更新过滤器是不切实际的)。

Is there a relatively simple way to change all the data in a JTable? For example, if I have a JTable named books which contains information about all books by a certain author, and then the user changes the author, I would have to update that table with a completely new set of information (note, because of the volume of data in question, it is not practical to use a filter on the table and update the filter).

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

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

发布评论

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

评论(1

话少心凉 2024-07-17 11:18:08

听起来您应该使用自定义表模型,它可以调用 fireTable*** 方法(AbstractTableModel)来通知相关更改。

It sounds like you should be using a custom table model, which could call fireTable*** methods (AbstractTableModel) to notify of relevant changes.

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