C# Class Rsdn.Janus.ConsoleForm

Inheritance: JanusBaseForm
Exibir arquivo Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ConsoleForm ( [ provider ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddToHistory ( [ command ) : void
ClearInput ( ) : void
ConsoleEditorCharAdded ( object sender, KeyPressEventArgs e ) : void
ConsoleEditorKeyDown ( object sender, KeyEventArgs e ) : void
ConsoleEditorModified ( object sender, ModifiedEventArgs e ) : void
ConsoleEditorStyleNeeded ( object sender, StyleNeededEventArgs e ) : void
Execute ( ) : void
GetLeafNodes ( IEnumerable parentNode ) : IEnumerable
HistoryBack ( ) : void
HistoryForward ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NodeToStyle ( ASTNode node ) : TextStyle
Prompt ( ) : void
ShowAutocomplete ( ) : void
Write ( [ text ) : void
WriteLine ( [ text ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

ConsoleForm() public method

public ConsoleForm ( [ provider ) : System
provider [
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void