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 | Method and Description |
---|---|
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.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. |