Package avail.anvil.manager

Types

Link copied to clipboard
class AvailProjectManager(val globalSettings: GlobalEnvironmentSettings) : 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: GlobalEnvironmentSettings,     onCreate: (AvailProject, String) -> Unit,     onCancel: () -> Unit) : JPanel

A JPanel used to create a new AvailProject.