public final class TabPanePrefUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Runnable |
manage(javafx.scene.control.TabPane pTabPane,
Class<?> pClass,
String... pKeys) |
static Runnable |
manage(javafx.scene.control.TabPane pTabPane,
Preferences pPrefs) |
static Runnable |
manage(javafx.scene.control.TabPane pTabPane,
Preferences pPrefs,
Function<javafx.scene.control.TabPane,String> pKeyFunction)
Load preferences and also save on update.
|
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Class<?> pClass, String... pKeys)
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Preferences pPrefs)
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Preferences pPrefs, Function<javafx.scene.control.TabPane,String> pKeyFunction)
Copyright © 2023. All rights reserved.