-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
5.0
-
x86
-
windows_xp
A DESCRIPTION OF THE REQUEST :
I request that interfaces javax.swing.tree.TreeNode, javax.swing.tree.MutableTreeNode and class javax.swing.tree.DefaultMutableTreeNode define generic type for child nodes.
JUSTIFICATION :
TreeNode and descendants are a sort of container for child nodes, so it seem logic to apply the generic changes that were applied to the collection to the TreeNode also.
Subclassing DefaultMutableTreeNode is a common way to implement custom models. Now we have no control over what childs can be added to it. And we have to do a lot of class casting when dealing with actual children.
I think this is a good candidate for the generics.
P.S. Of cource, DefaultMutableTreeNode should also define generic type for userObject :)
P.P.S. See also bug 6179357
I request that interfaces javax.swing.tree.TreeNode, javax.swing.tree.MutableTreeNode and class javax.swing.tree.DefaultMutableTreeNode define generic type for child nodes.
JUSTIFICATION :
TreeNode and descendants are a sort of container for child nodes, so it seem logic to apply the generic changes that were applied to the collection to the TreeNode also.
Subclassing DefaultMutableTreeNode is a common way to implement custom models. Now we have no control over what childs can be added to it. And we have to do a lot of class casting when dealing with actual children.
I think this is a good candidate for the generics.
P.S. Of cource, DefaultMutableTreeNode should also define generic type for userObject :)
P.P.S. See also bug 6179357
- duplicates
-
JDK-6423177 Add generics to DefaultMutableTreeNode
-
- Closed
-
- relates to
-
JDK-6179357 Request interface javax.swing.tree.TreeModel to have a generic type for nodes
-
- Open
-