Package | stimulsoft.controls_old.visual |
Class | public class StiCodeViewer |
Inheritance | StiCodeViewer ![]() |
Property | Defined By | ||
---|---|---|---|
editable : Boolean | StiCodeViewer | ||
text : String | StiCodeViewer | ||
visible : Boolean [override] | StiCodeViewer |
Method | Defined By | ||
---|---|---|---|
StiCodeViewer | |||
endUpdate():void | StiCodeViewer | ||
goto(line:int, column:int):void | StiCodeViewer | ||
startUpdate():void | StiCodeViewer |
Method | Defined By | ||
---|---|---|---|
createChildren():void [override] | StiCodeViewer |
editable | property |
editable:Boolean
public function get editable():Boolean
public function set editable(value:Boolean):void
text | property |
text:String
public function get text():String
public function set text(value:String):void
visible | property |
visible:Boolean
[override] public function get visible():Boolean
public function set visible(value:Boolean):void
StiCodeViewer | () | Constructor |
public function StiCodeViewer()
createChildren | () | method |
override protected function createChildren():void
endUpdate | () | method |
public function endUpdate():void
goto | () | method |
public function goto(line:int, column:int):void
Parameters
line:int | |
column:int |
startUpdate | () | method |
public function startUpdate():void