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.


doRrealize

boolean doRrealize
Indicates whether the component should be realized after creation.


waitKey

int waitKey
Variable holding the unique-id associated with the browser component creation request.


navigator

WebNavigation navigator
Variable holding the unique-id associated with the browser component creation request.


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.



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