|
Common DOM API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.sun.java.browser.dom.DOMService
| Constructor Summary | |
DOMService()
An empty constructor is provided. |
|
| Method Summary | |
static DOMService |
getService(Object obj)
Returns new instance of a DOMService. |
abstract Object |
invokeAndWait(DOMAction action)
Causes action.run() to be executed synchronously on the DOM action dispatching thread. |
abstract void |
invokeLater(DOMAction action)
Causes action.run() to be executed asynchronously on the DOM action dispatching thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DOMService()
| Method Detail |
public static DOMService getService(Object obj)
throws DOMUnsupportedException
obj - Object to leverage the DOMService
DOMUnsupportedException
public abstract Object invokeAndWait(DOMAction action)
throws DOMAccessException
action - DOMAction.
DOMAccessExceptionpublic abstract void invokeLater(DOMAction action)
action - DOMAction.
|
Common DOM API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||