AbstractJSONFileEditor

fun <CE> AbstractJSONFileEditor(    workbench: AvailWorkbench,     fileLocation: String,     frameTitle: String,     afterTextLoaded: (CE) -> Unit = {})

Construct an AbstractJSONFileEditor.

Parameters

workbench

The owning AvailWorkbench.

fileLocation

The absolute path of the source code file.

afterTextLoaded

Action to perform after text has been loaded to sourcePane.