lsp / org.pinelang.lsp.main.sandbox.ui / MainWindow
MainWindow¶
class MainWindow :JFrame
Constructors¶
| Name | Summary |
|---|---|
| <init> | MainWindow(engine: PineEngine, enableEditor:Boolean) |
Properties¶
| Name | Summary |
|---|---|
| engine | val engine: PineEngine |
| outputPanel | var outputPanel:JPanel |
| root | var root: PineObject? |
| textArea | var textArea: RSyntaxTextArea |
Functions¶
| Name | Summary |
|---|---|
| runScript | fun runScript(text:String):Unit |