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 LocalScreenState(var workbenchLayoutConfig: String = "", var structureViewLayoutConfig: 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.

Link copied to clipboard
abstract class WorkbenchFrame(title: String) : JFrame

A JFrame that is directly associated with an AvailWorkbench.