hi,
Hi,
I have a dynamic JTree built from records in an oracle database.I created the tree with two fields location and description displayed side by side on the tree, something like this :
Root
|
location :: description
.
.
location4000 :: description4000
There is a third field parent in the table.For a parent value there are several child records.When the parent value changes a new level should be created in the hierarchy. Something like this
Root
|
location ::description parent 1
|
location1::description1 parent 1
|
location3::description3 parent 2
|
location4::description4 parent3
Any suggestions on which class to use in this case.
Priya
Hi,
I have a dynamic JTree built from records in an oracle database.I created the tree with two fields location and description displayed side by side on the tree, something like this :
Root
|
location :: description
.
.
location4000 :: description4000
There is a third field parent in the table.For a parent value there are several child records.When the parent value changes a new level should be created in the hierarchy. Something like this
Root
|
location ::description parent 1
|
location1::description1 parent 1
|
location3::description3 parent 2
|
location4::description4 parent3
Any suggestions on which class to use in this case.
Priya