Hi
I'm not sure if this is the right place to ask for
help, so please let me know if it isn't.
I'm using XJavaDoc 1.1 and would like to know how
to change the names of XFields.
I've written a source generator/editor given only a
DB Connection, representing the new classes in a JTree.
I need the functionality to change field names
directly in the tree. It seems like I found the right place to do so using
setName of MemberImpl, but it doesn't save the source file with the new field
name. The XField in the tree reports getName correctly after
modification. Since the getFields method returns an unmodifiable list, I
used getField(String name) instead, as it seems to return the actual XField in
the _fields List of AbstractClass (but still doesn't work).
I also want to be able to remove a field from the
source class completely as well.
Would you please point me in the right
direction?
Thanks in advance
Francois
|