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

Wrong type in documentation for TreeTableView

XMLWordPrintable

    • b02
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      The documentation at https://openjfx.io/javadoc/22/javafx.controls/javafx/scene/control/TreeTableView.html contains a typo for the TreeTableColumns:

       TreeTableColumns<File, String> fileNameCol = new TreeTableColumn<>("Filename");
       TreeTableColumns<File, Long> sizeCol = new TreeTableColumn<>("Size");

      The type is clearly TreeTableColumn, not TreeTableColumns.


      FREQUENCY : always


            adev Anupam Dev
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: