C# Class Rhino.Tools.Shell.JSConsole

Inheritance: JFrame, ActionListener
Datei anzeigen Open project: hazzik/Rhino.Net

Public Methods

Method Description
ActionPerformed ( ActionEvent e ) : void
ChooseFile ( ) : string
CreateFileChooser ( ) : void
JSConsole ( string args ) : System
Main ( string args ) : void

Method Details

ActionPerformed() public method

public ActionPerformed ( ActionEvent e ) : void
e ActionEvent
return void

ChooseFile() public method

public ChooseFile ( ) : string
return string

CreateFileChooser() public method

public CreateFileChooser ( ) : void
return void

JSConsole() public method

public JSConsole ( string args ) : System
args string
return System

Main() public static method

public static Main ( string args ) : void
args string
return void