WebBrowser

Undocumented in source.
abstract
class WebBrowser {}

Members

Functions

addCloseWindowListener
void addCloseWindowListener(CloseWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addLocationListener
void addLocationListener(LocationListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addOpenWindowListener
void addOpenWindowListener(OpenWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addProgressListener
void addProgressListener(ProgressListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addStatusTextListener
void addStatusTextListener(StatusTextListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addTitleListener
void addTitleListener(TitleListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
addVisibilityWindowListener
void addVisibilityWindowListener(VisibilityWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
back
bool back()
Undocumented in source.
create
void create(Composite parent, int style)
Undocumented in source.
execute
bool execute(String script)
Undocumented in source.
forward
bool forward()
Undocumented in source.
getText
String getText()
Undocumented in source.
getUrl
String getUrl()
Undocumented in source.
getWebBrowser
Object getWebBrowser()
Undocumented in source. Be warned that the author may not have intended to support it.
isBackEnabled
bool isBackEnabled()
Undocumented in source.
isFocusControl
bool isFocusControl()
Undocumented in source. Be warned that the author may not have intended to support it.
isForwardEnabled
bool isForwardEnabled()
Undocumented in source.
refresh
void refresh()
Undocumented in source.
removeCloseWindowListener
void removeCloseWindowListener(CloseWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLocationListener
void removeLocationListener(LocationListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeOpenWindowListener
void removeOpenWindowListener(OpenWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProgressListener
void removeProgressListener(ProgressListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeStatusTextListener
void removeStatusTextListener(StatusTextListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeTitleListener
void removeTitleListener(TitleListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
removeVisibilityWindowListener
void removeVisibilityWindowListener(VisibilityWindowListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
setBrowser
void setBrowser(Browser browser)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
bool setText(String html)
Undocumented in source.
setUrl
bool setUrl(String url)
Undocumented in source.
stop
void stop()
Undocumented in source.
translateKey
int translateKey(int key)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

clearSessions
void clearSessions()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

KeyTable
int[][] KeyTable;
Undocumented in source.
MozillaClearSessions
Runnable MozillaClearSessions;
Undocumented in source.
NativeClearSessions
Runnable NativeClearSessions;
Undocumented in source.

Variables

browser
Browser browser;
Undocumented in source.
closeWindowListeners
CloseWindowListener[] closeWindowListeners;
Undocumented in source.
locationListeners
LocationListener[] locationListeners;
Undocumented in source.
openWindowListeners
OpenWindowListener[] openWindowListeners;
Undocumented in source.
progressListeners
ProgressListener[] progressListeners;
Undocumented in source.
statusTextListeners
StatusTextListener[] statusTextListeners;
Undocumented in source.
titleListeners
TitleListener[] titleListeners;
Undocumented in source.
visibilityWindowListeners
VisibilityWindowListener[] visibilityWindowListeners;
Undocumented in source.

Meta