org.kde.koala
Class AbstractView

java.lang.Object
  extended by org.kde.koala.AbstractView
All Implemented Interfaces:
org.kde.qt.QtSupport

public class AbstractView
extends java.lang.Object
implements org.kde.qt.QtSupport

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


Constructor Summary
  AbstractView()
           
  AbstractView(AbstractView other)
           
protected AbstractView(java.lang.Class dummy)
           
 
Method Summary
 Document document()
          The source DocumentView of which this is an AbstractView.
 CSSStyleDeclaration getComputedStyle(Element elt, java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractView

protected AbstractView(java.lang.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.


getComputedStyle

public CSSStyleDeclaration getComputedStyle(Element elt,
                                            java.lang.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.

isNull

public boolean isNull()
not part of the DOM