Packagestimulsoft.controls_old.visual
Classpublic class StiCodeViewer
InheritanceStiCodeViewer Inheritance mx.containers.Canvas



Public Properties
 PropertyDefined By
  editable : Boolean
StiCodeViewer
  text : String
StiCodeViewer
  visible : Boolean
[override]
StiCodeViewer
Public Methods
 MethodDefined By
  
StiCodeViewer
  
endUpdate():void
StiCodeViewer
  
goto(line:int, column:int):void
StiCodeViewer
  
StiCodeViewer
Protected Methods
 MethodDefined By
  
[override]
StiCodeViewer
Property Detail
editableproperty
editable:Boolean


Implementation
    public function get editable():Boolean
    public function set editable(value:Boolean):void
textproperty 
text:String


Implementation
    public function get text():String
    public function set text(value:String):void
visibleproperty 
visible:Boolean[override]


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
Constructor Detail
StiCodeViewer()Constructor
public function StiCodeViewer()



Method Detail
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