Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6350746

Request TreeNode and descendants to have a generic type for a children

XMLWordPrintable

      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

            Unassigned Unassigned
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: