Class DialogStateParser
- java.lang.Object
-
- com.realtime.crossfire.jxclient.window.DialogStateParser
-
public class DialogStateParser extends java.lang.ObjectUtility class to store or restore the dialog states to/from a file.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(@NotNull JXCSkin skin, @NotNull JXCWindowRenderer windowRenderer)Loads the dialogs state from a file.static voidsave(@NotNull JXCSkin skin, @NotNull JXCWindowRenderer windowRenderer)Saves the dialogs state to a file.
-
-
-
Method Detail
-
load
public static void load(@NotNull @NotNull JXCSkin skin, @NotNull @NotNull JXCWindowRenderer windowRenderer)Loads the dialogs state from a file.- Parameters:
skin- the skin to updatewindowRenderer- the window renderer instance to attach to
-
save
public static void save(@NotNull @NotNull JXCSkin skin, @NotNull @NotNull JXCWindowRenderer windowRenderer)Saves the dialogs state to a file.- Parameters:
skin- the skin to updatewindowRenderer- the window renderer instance to attach to
-
-