gpt4 book ai didi

java - 调用前一个类的实例

转载 作者:行者123 更新时间:2023-12-02 06:24:28 25 4
gpt4 key购买 nike

我正在用java编写一个电子表格。因此我使用 SwingJtable。它工作得很好,但有一些我无法弄清楚的事情。

这就是它现在的工作方式:

我有一个主类,这个类创建一个工作表、Sheetholder 等。

When a user inserts a value into a cell, the value is checked whether it points to another cell (e.g. '=B17') or whether it contains a formula ('=5*5'). Since I need the possibily of recursion (e.g. '=5*B17') the value is send to a class, called Parameter.

问题是这个类需要访问工作表:例如'Sheet.getContent(1,16)'。我怎样才能实现这个目标?

我尝试了多种选项,但由于 Main 是一个构造函数,我不能简单地调用 Main.sheet。

感谢您的阅读!

最佳答案

您可以将工作表属性添加到包含工作表的单元格中。

关于java - 调用前一个类的实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20688938/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com