Package avail.anvil.window

Types

Link copied to clipboard
class AvailEditorLayoutConfiguration : LayoutConfiguration, JSONFriendly
Link copied to clipboard
open class LayoutConfiguration

Information about a window layout.

Link copied to clipboard
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.