| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| com.teamdev.jexplorer.dom |
Contains DOM API interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPopupMenu |
ContextMenuProvider.getPopupMenu(java.awt.Point location,
ContextMenuContext context,
DOMElement contextElement) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMFrame |
interface |
DOMFrameBase |
interface |
DOMIFrame |
| Modifier and Type | Method and Description |
|---|---|
DOMElement |
DOMDocument.createElement(java.lang.String text)
Creates and returns a new Element DOM node.
|
DOMElement |
DOMDocument.getBody()
Returns
BODY element of this document. |
DOMElement |
DOMDocument.getDocumentElement()
Returns topmost HTML element in the current document.
|
DOMElement |
DOMEvent.getElement()
Retrieves the object from which activation or the mouse pointer is exiting during the event.
|
DOMElement |
DOMDocument.getElementAtPoint(java.awt.Point point)
Finds HTML element on the document at the given
point. |
DOMElement |
DOMDocument.getElementById(java.lang.String elementId)
Returns first HTML element in this document with
ID attribute equals to elementId or
null if document doesn't contains HTML element with passed ID attribute. |