public class Window extends Object
| Constructor and Description |
|---|
Window() |
Window(DVBHTMLDocument document,
Object impl,
DVBHTMLCollection frames,
long length,
Navigator navigator,
Window parent,
Window window,
Window top) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultStatus() |
DVBHTMLDocument |
getDocument() |
Object |
getDVBDOMImpl() |
DVBHTMLCollection |
getFranes() |
long |
getLength() |
Location |
getLocation() |
String |
getName() |
Navigator |
getNavigator() |
Window |
getParent() |
Window |
getSelf() |
String |
getStatus() |
Window |
getTop() |
Window |
getWindow() |
void |
open(String url,
String name,
String features) |
void |
setDefaultStatus(String defaultstatus) |
void |
setLocation(Location location) |
void |
setName(String name) |
void |
setStatus(String status) |
public Window()
public Window(DVBHTMLDocument document, Object impl, DVBHTMLCollection frames, long length, Navigator navigator, Window parent, Window window, Window top)
document - impl - is of type DVBDOMImpl, as the doc says but no specs.frames - length - navigator - parent - window - top - public String getDefaultStatus()
public void setDefaultStatus(String defaultstatus)
public DVBHTMLDocument getDocument()
public Object getDVBDOMImpl()
public DVBHTMLCollection getFranes()
public long getLength()
public Location getLocation()
public void setLocation(Location location)
public String getName()
public void setName(String name)
public Navigator getNavigator()
public Window getParent()
public Window getWindow()
public Window getSelf()
public String getStatus()
public void setStatus(String status)
public Window getTop()
Copyright © 2012 code4tv.com. All Rights Reserved.