Uses of Class
org.encog.bot.browse.range.Form

Packages that use Form
org.encog.bot.browse This class contains Encog's browser functions. 
org.encog.bot.browse.range This package contains all of the classes that represent ranges in an HTML document. 
 

Uses of Form in org.encog.bot.browse
 

Methods in org.encog.bot.browse with parameters of type Form
 void Browser.navigate(Form form)
          Navigate to the specified form by performing a submit of that form.
 void Browser.navigate(Form form, Input submit)
          Navigate based on a form.
 

Uses of Form in org.encog.bot.browse.range
 

Methods in org.encog.bot.browse.range that return Form
 Form FormElement.getOwner()
           
 

Methods in org.encog.bot.browse.range with parameters of type Form
 void FormElement.setOwner(Form theOwner)
          Set the owner of this form element.
 



Copyright © 2011. All Rights Reserved.