Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 请问jtable如何设置成不能编辑?
shsen



发贴: 0
积分: 0
于 2003-04-02 10:55 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
谢谢!


作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
diystar





发贴: 57
积分: 20
于 2003-04-02 14:25 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
覆盖TableModel中的方法

public boolean isCellEditable(int row, int column) {return false;}



作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
shsen



发贴: 0
积分: 0
于 2003-04-03 17:23 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
怎么覆盖啊?
比如:
JTable table = new JTable();
然后怎么使table里的所有格子都不能编辑?



作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
looker



发贴: 0
积分: 0
于 2003-04-03 19:52 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
1.defined a TableModel named CustomTableModel which extends DefaultTableModel
2. override the method
public boolean isCellEditable(int row, int column)
you can define any cell to make it uneditable
3. create a instance of CustomTableModel
4. set this instnce to JTable



作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
yamakasy



CJSDN高级会员


发贴: 527
积分: 63
于 2003-04-03 23:27 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
没错,可以稍微看一下MVC模式,Delegate模式和它在swing中的实现,你会得到满意的答案。


old Russian saying: If you are so smart, why are you so poor?


Sun Certified Java Programer
yamakasy.blogone.net
作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
shsen



发贴: 0
积分: 0
于 2003-04-04 10:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
是不是这样:
class CustomTableModel extends DefaultTableModel
{
public boolean isCellEditable(int row, int column)
{
return false;
}
}

然后如何定义变量?而且我的jtable要用new jtable(row,col);生成。



作者 Re:请问jtable如何设置成不能编辑? [Re:shsen]
shsen



发贴: 0
积分: 0
于 2003-04-04 11:27 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
解决了,谢谢。



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923