Code

First commit for java binding
authorishmal <ishmal@users.sourceforge.net>
Sat, 8 Mar 2008 22:50:44 +0000 (22:50 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sat, 8 Mar 2008 22:50:44 +0000 (22:50 +0000)
commitb98de5fa08f69ca3ad71a592c62e5752cdef582b
treee0d83e95d35906a40ac8ae7c340dcc19d093839c
parent6e358295904dc1d27ca651950be9fb74611983d5
First commit for java binding
18 files changed:
src/bind/dobinding.cpp [new file with mode: 0644]
src/bind/java/org/inkscape/cmn/BaseObject.java [new file with mode: 0644]
src/bind/java/org/inkscape/cmn/ScriptRunner.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DOMBase.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DOMImplementationImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DOMLocatorImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DocumentFragmentImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DocumentImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/DocumentTypeImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/ElementImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/NamedNodeMapImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/NodeImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/NodeListImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/TypeInfoImpl.java [new file with mode: 0644]
src/bind/java/org/inkscape/dom/UserDataHandlerImpl.java [new file with mode: 0644]
src/bind/javabind-private.h [new file with mode: 0644]
src/bind/javabind.cpp [new file with mode: 0644]
src/bind/javabind.h [new file with mode: 0644]