Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过输入第一个单元格值来加载行数据,例如 watchList JTable,第一列是股票代码,因此当我输入 F 符号时,我将获得与股票相关的详细信息,如名称、最后价格、出价和问?
您可以TableModelListener在TableModel. 当模型中的数据发生更改时,将触发一个事件。如果第 0 列中的数据发生更改,则加载该行的其余数据。
TableModelListener
TableModel