Package avail.anvil.projects.manager

Types

Link copied to clipboard
class AvailProjectManagerWindow(globalConfig: GlobalAvailConfiguration) : JFrame

The Avail start up window. This window is displayed when an Avail development environment is started with no particular AvailProject file.

Link copied to clipboard
class CreateProjectPanel(    config: GlobalAvailConfiguration,     onCreate: (AvailProject) -> Unit,     onCancel: () -> Unit) : JPanel

A JPanel used to create a new AvailProject.