|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.kde.koala.AbstractView
public class AbstractView
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 |
|---|
protected AbstractView(java.lang.Class dummy)
public AbstractView()
public AbstractView(AbstractView other)
| Method Detail |
|---|
public Document document()
public CSSStyleDeclaration getComputedStyle(Element elt,
java.lang.String pseudoElt)
elt - The element whose style is to be computed. This parameter
cannot be null.pseudoElt - The pseudo-element or null if none.
public boolean isNull()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||