如何在其父级中获取所选节点的索引。例如,D
应该是root
中的索引3。我尝试使用jTree.getSelectionPath()
,但它没有显示索引
root
A
B
C
a
D
a
b
c
E
答案 0 :(得分:3)
JTree有方法
public int[] getSelectionRows()
public int getMinSelectionRow()
public int getMaxSelectionRow()