public class DialogStateParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
load(@NotNull JXCSkin skin,
@NotNull JXCWindowRenderer windowRenderer)
Loads the dialogs state from a file.
|
static void |
save(@NotNull JXCSkin skin,
@NotNull JXCWindowRenderer windowRenderer)
Saves the dialogs state to a file.
|
public static void load(@NotNull @NotNull JXCSkin skin, @NotNull @NotNull JXCWindowRenderer windowRenderer)
skin
- the skin to updatewindowRenderer
- the window renderer instance to attach topublic static void save(@NotNull @NotNull JXCSkin skin, @NotNull @NotNull JXCWindowRenderer windowRenderer)
skin
- the skin to updatewindowRenderer
- the window renderer instance to attach to