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

Need API in GridPane to get row count, column count, and cell bounds

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • javafx

      The following impl_ methods, copied from GridPaneDesignInfo (which is part of the tooling APIs but not part of the runtime), are being added to GridPane in FX 8 as internal, treatAsPriavate methods to support SceneBuilder:

      public final int impl_getRowCount()
      public final int impl_getColumnCount()
      public final Bounds impl_getCellBounds(int columnIndex, int rowIndex)

      We should formalize this API in a future version of FX.

            ckyang Chien Yang (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: