S
- The type of the objects contained within the TableView items list.public class RetentiveTableViewSupport<S> extends Object
Constructor and Description |
---|
RetentiveTableViewSupport(javafx.scene.control.TableView<S> pTableView,
Retentive pRetentive) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getColViewIndices()
Tracks column reordering.
|
protected Preferences |
getPreferences()
Storage location for visibility, order and width information.
|
void |
init()
Loads the column preferences and registers necessary listeners for handling
window close events.
|
void |
install() |
void |
loadColumnPrefs()
This method should be invoked after all columns are added to the table.
|
void |
saveColumnPrefs() |
public void install()
public void init()
public List<Integer> getColViewIndices()
mColViewIndices[<model index>] = <view index>
public void loadColumnPrefs()
public void saveColumnPrefs()
protected Preferences getPreferences()
Copyright © 2023. All rights reserved.