javaclass

Changelog

(0) -100 -10 +10 tip
106:c2b3de28489c
2005-01-10 Paul Boddie changeset files shortlog graph Replaced object with java.lang.Object as the standard base class. Introduced explicit parameters and conversion of String objects (with other conversions envisaged).
tools/wrap.py
105:0a42c2118b55
2005-01-10 Paul Boddie changeset files shortlog graph Removed the special base classes and introduced retrieval of all classes including java.lang.Object and java.lang.Exception, thus requiring the special java package to be specified on the PYTHONPATH.
bytecode.py
104:c9e71dcb6038
2005-01-10 Paul Boddie changeset files shortlog graph Added a Tkinter wrapping example based on the Python 2.2.2 library reference example.
examples/Tkinter/Application.java examples/Tkinter/tkjava/Button.java examples/Tkinter/tkjava/Frame.java
103:c2a0d5d6660c
2005-01-10 Paul Boddie changeset files shortlog graph Fixed formatting.
examples/Qt/WidgetTest.java
102:7c84cbd6155b
2005-01-10 Paul Boddie changeset files shortlog graph Added various collections, iterators and maps.
java/util.py
101:0f97eefa94ea
2005-01-10 Paul Boddie changeset files shortlog graph Added object as a superclass for each wrapper class, thus enabling new-style behaviour for things like Tkinter which use old-style classes.
tools/wrap.py
100:feda623ce900
2005-01-10 Paul Boddie changeset files shortlog graph Introduced removal of skeleton classes.
tools/wrap.py
99:0546fc332f6f
2005-01-10 Paul Boddie changeset files shortlog graph Added some notes about using the software.
README.txt
98:61c61585ef67
2005-01-09 Paul Boddie changeset files shortlog graph Added a tool which inspects Java skeleton classes and produces Python wrapper classes.
tools/wrap.py
97:8ed23fe36fc6
2005-01-09 Paul Boddie changeset files shortlog graph Added an example of Java code accessing skeleton classes representing wrapped Python classes.
examples/Qt/qtjava/QWidget.java
(0) -100 -10 +10 tip