扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.plaf.basic类basictreeui的类成员方法: starteditingatpath定义及介绍
发布时间:2014-2-18
本文导语:
starteditingatpath
public void starteditingatpath(jtree tree,
treepath path)
选择路径中的最后一个项并尝试对其进行编辑。如果 celleditor 不允许对所选项进行编辑操作,则编辑将失败。
指定者:类 treeui 中的 startediti...