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

Packages that use Form.Method
org.encog.bot.browse.range This package contains all of the classes that represent ranges in an HTML document. 
 

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

Methods in org.encog.bot.browse.range that return Form.Method
 Form.Method Form.getMethod()
           
static Form.Method Form.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Form.Method[] Form.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.bot.browse.range with parameters of type Form.Method
 void Form.setMethod(Form.Method theMethod)
          Set the method to send the form.
 



Copyright © 2011. All Rights Reserved.