|
Class Summary |
| A |
Defines a hypertext link HTML object. |
| All |
Represents the All collection. |
| DefaultHTMLElement |
This is a generic class that represents an HTML element but the type is not defined. |
| Document |
Retrieves the Document Object of the active document. |
| Elements |
Represents the Elements collection. |
| Form |
Defines a form HTML object |
| Forms |
Represents the Forms collection. |
| HTMLElement |
Any HTML Element that is defined in Jacobie should extend from this class
to get any default behaviors / attributes of an HTML element. |
| HTMLObject |
Represents the HTML object from using document.documentElement. |
| IE |
This is the main class that is called to create a new Internet Explorer
instance. |
| IEDialog |
This class was created to deal with dialog boxes that are popped up from
usually a javascript alert. |
| IEEvents |
Class the generates all events called by Internet Explorer. |
| Input |
Represents the Input object. |
| InputCollection |
Collection class to build a vector of INPUT objects. |
| JacobieCollection |
Any collection or vector in the jacobie should extend from this. |
| JacobieDispatch |
All Jacobie objects that utilize the jacob com interface should extend from this class. |
| JacobieShared |
Intended purpose:
-Share common methods across the Document and HTMLElement objects. |
| Links |
|
| Option |
Represents one option from the select element. |
| OptionCollection |
This is a container for the collection of option objects in the select element. |
| Select |
Select HTML object. |
| SelectCollection |
Collection class to build a vector of SELECT objects. |