public final class SplitPanePrefUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Runnable |
manage(javafx.scene.control.SplitPane pSplitPane,
Class<?> pClass,
String... pKeys) |
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.
|
public static Runnable manage(javafx.scene.control.SplitPane pSplitPane, Class<?> pClass, String... pKeys)
public static Runnable manage(javafx.scene.control.SplitPane pSplitPane, Preferences pPrefs)
public static Runnable manage(javafx.scene.control.SplitPane pSplitPane, Preferences pPrefs, Function<javafx.scene.control.SplitPane,String> pKeyFunction)
Copyright © 2023. All rights reserved.