Operation |
Details |
public StepInfo(): |
Sequential |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
public SetInfo( DecTreeMethod method, ArrayList splitters, DecTreeSplitter bestSplitter, DecisionTreeNode actualNode, int depth):void |
Sequential Notes: | Set all the parameters information to this instance. Fills the information into the window. | |
private Fill():void |
Sequential Notes: | Fills the information into the window. | |
private DescribeSelectedSplitter():void |
Sequential Notes: | Fills the apropriate text box with description of the selected splitter. | |
private DescribeSplitter( DecTreeSplitter sp):string |
Sequential Notes: | Gets a splitter description.
@returns | |
private listBoxSplitters_SelectedIndexChanged( object sender, System.EventArgs e):void |
Sequential Notes: | Selected splitter has changed. Event. Changes the description. | |
private button1_Click( object sender, System.EventArgs e):void |
Sequential Notes: | NextStep button. Closes window. | |
private button2_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Cancel button. Closes window. | |
private button3_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Run button. Closes window. | |
private labelBest_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Event. Select the best splitter in the combobox. | |
private button4_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Event. Select the best splitter in the combobox. | |
private StepInfo_Closed( object sender, System.EventArgs e):void |
Sequential Notes: | On closed window event. Saves a location of the window, due to restoring the window on the same place. | |