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

Generify Swing Classes

XMLWordPrintable

      A DESCRIPTION OF THE REQUEST :
      Many Swing classes can be fitted with generics. For instance:

      JComboBoxModel<T> {
          T getSelectedItem();
          void setSelectedItem(T anItem);
      }

      JComboBox<T> {
          public JComboBox(T[] items);
          ComboBoxModel<T> getModel();
      }

      JUSTIFICATION :
      It will allow reducing anonymous or other subclasses created to transport type information through a program. And also brings the obvious safety.

      There are no known compatibility issues.

            shickeysunw Shannon Hickey (Inactive)
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: