• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Refresh problem in TreeTable

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have implemented TreeTable from the below link
http://java.sun.com/products/jfc/tsc/articles/bookmarks/
Now i want my treeTable to reload its contents whenever there is some change and referred to below link for implementing reload functionality.
http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html
But TreeTable structure doesn't get reloaded. Actually i have tried to combine the above two implementation.Is there anything wrong in combining the two implemenatations.
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anything wrong in combining the two implemenatations.
I don't think so but these are complex things to put together. I saw your first post when it came through and shied away because of the work I was afraid I'd have to do to make up something to play around with/test. If there is a way you could zip up your code and make it available on the internet I can have a look at it. If it is something I can run and tinker with I might be able to come up with some suggestions.
 
reply
    Bookmark Topic Watch Topic
  • New Topic