}
public void writeState(@NotNull FileEditorState state, @NotNull Project project, @NotNull Element targetElement) {
if (state instanceof DatasetEditorState) {
DatasetEditorState editorState = (DatasetEditorState) state;
editorState.writeState(targetElement);
}
}
@NotNull
@NonNls