Abstract JSONFile Editor
fun <CE> AbstractJSONFileEditor( workbench: AvailWorkbench, fileLocation: String, frameTitle: String, afterTextLoaded: (CE) -> Unit = {})
Content copied to clipboard
Construct an AbstractJSONFileEditor.
Parameters
workbench
The owning AvailWorkbench.
file Location
The absolute path of the source code file.
after Text Loaded
Action to perform after text has been loaded to sourcePane.