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

TableXXHeaders: add api to un-/register changeListeners

XMLWordPrintable

      ... just the same way as SkinBase does: without exposing the internal LambdaChangeListenerHandler (c&p)

          protected final void registerChangeListener(ObservableValue<?> property, Consumer<ObservableValue<?>> consumer) {
      ...
          }

          protected final Consumer<ObservableValue<?>> unregisterChangeListeners(ObservableValue<?> property) {
      ...
      }

      This would improve and simplify custom and core header (both column and table) implementations

            Unassigned Unassigned
            fastegal Jeanette Winzenburg
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: