Serialized Form
Package org.mozilla.jrex.exception |
Package org.mozilla.jrex.ui |
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.
browserSetupFlags
Hashtable browserSetupFlags
- The browser setup-flag assoicated with the browser.
waitKey
int waitKey
- Variable holding the unique-id associated with the browser component creation request.
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 |
code
short code
Copyright © 2004 C.N.Medappa. All Rights Reserved.