Package-level declarations

Types

Link copied to clipboard
class CreateRootView(val projectDirectory: String, val onCreate: (AvailProjectRoot) -> Unit, val onCancel: () -> Unit) : JFrame

The JFrame used to create a new root.

Link copied to clipboard
class PhraseView(val workbench: AvailWorkbench, onClose: () -> Unit) : WorkbenchFrame

The panel for examining a module's phrase structures.

Link copied to clipboard
class StructureView(val workbench: AvailWorkbench, onClose: () -> Unit) : WorkbenchFrame

The panel for a module's structure view that lists the top level ModuleManifestEntrys.