|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.inria.ns.reflex.util.wunit.XFrame
public class XFrame
Represent a window (#wunit:x-frame) of a Web browser.
This is not a component used for display the window content, but rather to interact with an automaton for testing purpose.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.inria.ns.reflex.structures.Unwrappable |
|---|
Unwrappable.Unwrapper |
| Field Summary |
|---|
| Fields inherited from interface org.inria.ns.reflex.structures.Unwrappable |
|---|
UNWRAPPER |
| Method Summary | |
|---|---|
QName |
getQName()
Return the name of this window, if any. |
static URI |
getURI(WebWindow window)
Return the URI of a window. |
XOperator |
getXOperator()
Return the XOperator for this class. |
Object |
unwrap()
Return the wrapped Web window. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public XOperator getXOperator()
getXOperator in interface XOperablepublic QName getQName()
QName.QNULLpublic Object unwrap()
unwrap in interface UnwrappableWebWindow
public static URI getURI(WebWindow window)
throws URISyntaxException
window - The window.
URISyntaxException - When the URI is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||