Klasse TableViews

java.lang.Object
com.dua3.utility.fx.TableViews

public final class TableViews extends Object
Utility class providing methods for manipulating TableView instances.
  • Methodendetails

    • clear

      public static <T> void clear(TableView<T> tv)
      Clear TableView.

      Clears both items and columns of the TableView instance.

      Typparameter:
      T - the TableView type parameter
      Parameter:
      tv - the TableView