Serialized Form


Package org.mozilla.jrex.exception

Class org.mozilla.jrex.exception.JRexException extends Exception implements Serializable


Package org.mozilla.jrex.ui

Class org.mozilla.jrex.ui.JRexCanvas extends Canvas implements Serializable

Serialized Fields

jrexPeer

int jrexPeer
Represents the peer browser component associated with browser component.


realized

boolean realized
Indicates whether the peer browser component is realized.


notifyPeer

boolean notifyPeer
Indicates whether the peer has been notified of the java component peer creation. This is required for *nix, since the java.awt.Component's addnotify function actualy does not create a peer component in *nix(at least in Linux).


progLstnAdded

boolean progLstnAdded
Indicates whether ProgressListener is added for the browser component.


ctxMenuLstnAdded

boolean ctxMenuLstnAdded
Indicates whether ContextMenuListener is added for the browser component.


hisLstnAdded

boolean hisLstnAdded
Indicates whether HistoryListener is added for the browser component.


keyLstnAdded

boolean keyLstnAdded
Indicates whether KeyListener is added for the browser component.


mouseLstnAdded

boolean mouseLstnAdded
Indicates whether MouseListener is added for the browser component.


mouseMotionLstnAdded

boolean mouseMotionLstnAdded
Indicates whether MouseMotionListener is added for the browser component.


uriContentLstnAdded

boolean uriContentLstnAdded
Indicates whether URIContentListener is added for the browser component.


browserSetupFlags

Hashtable browserSetupFlags
The browser setup-flag assoicated with the browser.


navigator

WebNavigation navigator
Browser navigation interface instance.


selection

JRexSelection selection
Browser selection interface instance.


progLsnList

Vector progLsnList
A list of ProgressListener added to browser.


ctxMenuLsnList

Vector ctxMenuLsnList
A list of ContextMenuListener added to browser.


hisLsnList

Vector hisLsnList
A list of HistoryListener added to browser.


uriContentListener

URIContentListener uriContentListener
URIContentListener added to browser.


Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException extends RuntimeException implements Serializable

Serialized Fields

code

short code



Copyright © 2004 C.N.Medappa. All Rights Reserved.