java.lang.Object
com.iamsoft.util.ui.javafx.retentive.RetentiveUtil
Deprecated.
Use 'com.iamsoft.util.ui.javafx.prefs' package.
Utility methods for Retentive implementations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.stage.StagegetStage(javafx.scene.control.Dialog<?> pDialog) Deprecated.static voidloadSizeAndPosition(javafx.scene.control.Dialog<?> pDialog, Preferences pPreferences) Deprecated.static voidretain(javafx.scene.control.Dialog<?> pDialog, Preferences pPreferences) Deprecated.static voidsaveSizeAndPosition(javafx.scene.control.Dialog<?> pDialog, Preferences pPreferences) Deprecated.
-
Method Details
-
loadSizeAndPosition
public static void loadSizeAndPosition(javafx.scene.control.Dialog<?> pDialog, Preferences pPreferences) Deprecated. -
saveSizeAndPosition
public static void saveSizeAndPosition(javafx.scene.control.Dialog<?> pDialog, Preferences pPreferences) Deprecated. -
retain
Deprecated. -
getStage
public static javafx.stage.Stage getStage(javafx.scene.control.Dialog<?> pDialog) Deprecated.
-