Workbench Screen State
class WorkbenchScreenState(var workbenchLayoutConfig: String = "", var structureViewLayoutConfig: String = "", var phraseViewLayoutConfig: String = "") : JSONFriendly
The local AvailProject screen state that tracks the state of the open windows on the local machine. This is used to save open window positioning between project startups.
Author
Richard Arriaga
Properties
Link copied to clipboard
The file contents to write to the
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The map from ModuleName to AvailEditorLayoutConfiguration for the open AvailEditors.
Link copied to clipboard
The LayoutConfiguration.stringToStore for the PhraseView or an empty string if not open.
Link copied to clipboard
The LayoutConfiguration.stringToStore for the StructureView or an empty string if not open.
Link copied to clipboard
The AvailWorkbenchLayoutConfiguration.stringToStore