Class RetentiveTableViewSupport<S>

  • Type Parameters:
    S - The type of the objects contained within the TableView items list.

    @Deprecated
    public class RetentiveTableViewSupport<S>
    extends Object
    Deprecated.
    • Constructor Detail

      • RetentiveTableViewSupport

        public RetentiveTableViewSupport​(javafx.scene.control.TableView<S> pTableView,
                                         Retentive pRetentive)
        Deprecated.
    • Method Detail

      • install

        public void install()
        Deprecated.
      • init

        public void init()
        Deprecated.
        Loads the column preferences and registers necessary listeners for handling window close events. This method should be invoked after all columns are added to the table.
      • getColViewIndices

        public List<Integer> getColViewIndices()
        Deprecated.
        Tracks column reordering. mColViewIndices[<model index>] = <view index>
      • loadColumnPrefs

        public void loadColumnPrefs()
        Deprecated.
        This method should be invoked after all columns are added to the table.
      • saveColumnPrefs

        public void saveColumnPrefs()
        Deprecated.
      • getPreferences

        protected Preferences getPreferences()
        Deprecated.
        Storage location for visibility, order and width information.