- java.lang.Object
-
- com.iamsoft.util.ui.javafx.prefs.TabPanePrefUtil
-
public final class TabPanePrefUtil extends Object
Load/save TabPane attributes from/to Preferences. TODO: persist orientation
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
manage
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Class<?> pClass, String... pKeys)
-
manage
public static Runnable manage(javafx.scene.control.TabPane pTabPane, Preferences pPrefs)
-
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.
-
-