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