(1512-84)点击JTree中的TreeNode将触发()事件。
ActionEvent
B. TreeSelectionEvent
C. AncestorEvent
D. TreeModelEvent
(1512-84)为了在GUI的树数据结构中的通用节点,需要使用()类。
A. TreeNode
B. MutableTreeNode
C. Node
DefaultMutableTreeNode
(1512-84)TreeNode接口中的()方法判断接收者是一个叶子节点。
A. isLeaf
B. isNode
C. isParent
D. getLeaf
(1512-84) DefaultMutableTreeNode中的()方法删除指定索引处的子节点。
A. removeFromParent()
B. removeAllChildren()
C. remove(MutableTreeNode aChild)
D. remove(int childIndex)