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

There should not be a "Property" suffix in the name of inherited properties in javadoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.1
    • fx2.0.2
    • javafx

      In b08 docs there is description for properties of javafx.scene.control.SingleSelectionModel<T>(or javafx.scene.control.MultipleSelectionModel<T> ):

      "Properties inherited from class javafx.scene.control.SelectionModel
      selectedIndexProperty, selectedItemProperty"

      But in javafx.scene.control.SelectionModel there is no such properties, only " selectedIndex" and "selectedItem".
      I think that really problem not in javafx.scene.control.SelectionModel, because of property names shouldn't contain "Property" word.

            janvalenta Jan Valenta (Inactive)
            dkozorez Dmitry Kozorez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: