org.kde.koala
public class AbstractView extends Object implements QtSupport
UNKNOWN: Introduced in DOM Level 2
Constructor Summary | |
---|---|
protected | AbstractView(Class dummy) |
AbstractView() | |
AbstractView(AbstractView other) |
Method Summary | |
---|---|
Document | document()
The source DocumentView of which this is an AbstractView. |
CSSStyleDeclaration | getComputedStyle(Element elt, String pseudoElt)
Introduced in DOM Level 2
This method is from the ViewCSS interface
This method is used to get the computed style as it is defined in
[CSS2]. |
boolean | isNull()
not part of the DOM |
UNKNOWN: The source DocumentView of which this is an AbstractView.
Parameters: elt The element whose style is to be computed. This parameter cannot be null. pseudoElt The pseudo-element or null if none.
Returns: The computed style. The CSSStyleDeclaration is read-only and contains only absolute values.
UNKNOWN: Introduced in DOM Level 2 This method is from the ViewCSS interface
UNKNOWN: