gecko-dev/java/dom/classes/org/mozilla/dom
edburns%acm.org 19dc7352a7 This change-bundle solves the dom problem in a different way: by
allowing the standard java key and mouse event listeners to get access
to the dom Node that corresponds to that event.  I have the Node
propagated out to the webclient level, but I need to push it all the way
out so the client can access it.

Next step is to expose the dom Node to the standard java key and mouse
listeners, using test driven development techniques of course.

SECTION: Changes

M dom/classes/org/mozilla/dom/DOMAccessor.java

- make getNodeByHandle(long p) public so I can get the dom node for a
  key or mouse event.

M dom/classes/org/mozilla/dom/NodeImpl.java

- added commented out methods for the Node in Java SE 5.0

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- Extract the dom Node that corresponds to a key or mouse event.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/RDFTreeNode.java

- Don't use keyword enum, for Java SE 5.0

M webclient/src_moz/EmbedEventListener.cpp

- store the long into the properties.

M webclient/src_share/jni_util.cpp
M webclient/src_share/jni_util.h

- new constant, NodeLong.
2005-08-19 05:26:07 +00:00
..
events
util
AttrImpl.java
CDATASectionImpl.java
CharacterDataImpl.java
CommentImpl.java
DocumentFragmentImpl.java
DocumentImpl.java
DocumentLoadListener.java
DocumentTypeImpl.java
DOMAccessor.java This change-bundle solves the dom problem in a different way: by 2005-08-19 05:26:07 +00:00
DOMExceptionImpl.java
DOMImplementationImpl.java
ElementImpl.java
EntityImpl.java
EntityReferenceImpl.java
JavaDOMPermission.java
NamedNodeMapImpl.java
NodeImpl.java This change-bundle solves the dom problem in a different way: by 2005-08-19 05:26:07 +00:00
NodeListImpl.java
NotationImpl.java
package.html
ProcessingInstructionImpl.java
TextImpl.java