java.lang.Object
com.iamsoft.util.ui.javafx.prefs.TabPanePrefUtil
Load/save TabPane attributes from/to Preferences.
TODO: persist orientation
-
Method Summary
Modifier and TypeMethodDescriptionstatic Runnable
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.
-
Method Details
-
manage
-
manage
-
manage
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Preferences pPrefs, Function<javafx.scene.control.TabPane, String> pKeyFunction) Load preferences and also save on update.
-