This might be another problem. My class structure is very involved.
For example, the storage object for my Diagonal Slitherlink is:
com._3dmathpuzzles.slitherlink.RectangularWithDiagonalsPuzzle
extends com.propfinancing.puzzle.slitherlink.RectangularWithDiagonalsPuzzle
Now, looking at its superclass:
com.propfinancing.puzzle.slitherlink.RectangularWithDiagonalsPuzzle
extends com.propfinancing.puzzle.slitherlink.RectangularPuzzle
Continuing on:
com.propfinancing.puzzle.slitherlink.RectangularPuzzle
extends com.propfinancing.puzzle.slitherlink.Puzzle
com.propfinancing.puzzle.slitherlink. Puzzle
extends com.propfinancing.puzzle.Puzzle
And finally:
com.propfinancing.puzzle.Puzzle is an abstract class which implements
Serializable.
I GWT going to handle a very involved inheritance hierarchy?
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/7c137e8a79dacdb094ffc495f6b1313e%40mail.gmail.com.
No comments:
Post a Comment