org.kde.koala

Class AbstractView

public class AbstractView extends Object implements QtSupport

Introduced in DOM Level 2 A base interface that all views shall derive from.

UNKNOWN: Introduced in DOM Level 2

Constructor Summary
protected AbstractView(Class dummy)
AbstractView()
AbstractView(AbstractView other)
Method Summary
Documentdocument()
The source DocumentView of which this is an AbstractView.
CSSStyleDeclarationgetComputedStyle(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].
booleanisNull()
not part of the DOM

Constructor Detail

AbstractView

protected AbstractView(Class dummy)

AbstractView

public AbstractView()

AbstractView

public AbstractView(AbstractView other)

Method Detail

document

public Document document()
The source DocumentView of which this is an AbstractView.

UNKNOWN: The source DocumentView of which this is an AbstractView.

getComputedStyle

public 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].

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

isNull

public boolean isNull()
not part of the DOM

UNKNOWN: