ProjectLoader

class ProjectLoader @JvmOverloads constructor(runOnFxThreadAndWait: (code: () -> Unit) -> Unit = { FxHelper.runAndWait(it) }) : <ERROR CLASS> ERROR CLASS: Symbol not found for AbstractContentHandler

Load a project from the given input stream.

Constructors

Link copied to clipboard
@JvmOverloads
constructor(runOnFxThreadAndWait: (code: () -> Unit) -> Unit = { FxHelper.runAndWait(it) })

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun process(name: String, level: Int)