C# 클래스 Rhino.Tools.Shell.ConsoleTextArea

상속: JTextArea, KeyListener, DocumentListener
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ReturnPressed ( ) : void

메소드 상세

ChangedUpdate() 공개 메소드

public ChangedUpdate ( DocumentEvent e ) : void
e DocumentEvent
리턴 void

ConsoleTextArea() 공개 메소드

public ConsoleTextArea ( string argv ) : System.Collections.Generic
argv string
리턴 System.Collections.Generic

Eval() 공개 메소드

public Eval ( string str ) : void
str string
리턴 void

GetErr() 공개 메소드

public GetErr ( ) : TextWriter
리턴 System.IO.TextWriter

GetIn() 공개 메소드

public GetIn ( ) : Stream
리턴 System.IO.Stream

GetOut() 공개 메소드

public GetOut ( ) : TextWriter
리턴 System.IO.TextWriter

InsertUpdate() 공개 메소드

public InsertUpdate ( DocumentEvent e ) : void
e DocumentEvent
리턴 void

KeyPressed() 공개 메소드

public KeyPressed ( KeyEvent e ) : void
e KeyEvent
리턴 void

KeyReleased() 공개 메소드

public KeyReleased ( KeyEvent e ) : void
e KeyEvent
리턴 void

KeyTyped() 공개 메소드

public KeyTyped ( KeyEvent e ) : void
e KeyEvent
리턴 void

PostUpdateUI() 공개 메소드

public PostUpdateUI ( ) : void
리턴 void

RemoveUpdate() 공개 메소드

public RemoveUpdate ( DocumentEvent e ) : void
e DocumentEvent
리턴 void

Select() 공개 메소드

public Select ( int start, int end ) : void
start int
end int
리턴 void

Write() 공개 메소드

public Write ( string str ) : void
str string
리턴 void