C# Class Rhino.Tools.Shell.ConsoleTextArea

Inheritance: JTextArea, KeyListener, DocumentListener
Exibir arquivo Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ChangedUpdate ( DocumentEvent e ) : void
ConsoleTextArea ( string argv ) : System.Collections.Generic
Eval ( string str ) : void
GetErr ( ) : TextWriter
GetIn ( ) : Stream
GetOut ( ) : TextWriter
InsertUpdate ( DocumentEvent e ) : void
KeyPressed ( KeyEvent e ) : void
KeyReleased ( KeyEvent e ) : void
KeyTyped ( KeyEvent e ) : void
PostUpdateUI ( ) : void
RemoveUpdate ( DocumentEvent e ) : void
Select ( int start, int end ) : void
Write ( string str ) : void

Private Methods

Method Description
ReturnPressed ( ) : void

Method Details

ChangedUpdate() public method

public ChangedUpdate ( DocumentEvent e ) : void
e DocumentEvent
return void

ConsoleTextArea() public method

public ConsoleTextArea ( string argv ) : System.Collections.Generic
argv string
return System.Collections.Generic

Eval() public method

public Eval ( string str ) : void
str string
return void

GetErr() public method

public GetErr ( ) : TextWriter
return System.IO.TextWriter

GetIn() public method

public GetIn ( ) : Stream
return System.IO.Stream

GetOut() public method

public GetOut ( ) : TextWriter
return System.IO.TextWriter

InsertUpdate() public method

public InsertUpdate ( DocumentEvent e ) : void
e DocumentEvent
return void

KeyPressed() public method

public KeyPressed ( KeyEvent e ) : void
e KeyEvent
return void

KeyReleased() public method

public KeyReleased ( KeyEvent e ) : void
e KeyEvent
return void

KeyTyped() public method

public KeyTyped ( KeyEvent e ) : void
e KeyEvent
return void

PostUpdateUI() public method

public PostUpdateUI ( ) : void
return void

RemoveUpdate() public method

public RemoveUpdate ( DocumentEvent e ) : void
e DocumentEvent
return void

Select() public method

public Select ( int start, int end ) : void
start int
end int
return void

Write() public method

public Write ( string str ) : void
str string
return void