• 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

org.jdesktop.observablecollections.* source; ObservableList contract

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there are ObservableCollections in org.jdesktop.observablecollections package... but i can not find documentation anywhere..

in particular, i need to know a contract for ObservableList. i need to implement a "cool" (with pagination/caching etc) List, but it must be Observable in order for me to be able to bind it with JTable. i see two solutions that should work but don't:
  • i could extend existing class. unfortunatelly ObservableList is an interface and ObservableListImpl is non public.
  • i could copy all source code file of the existing implementation and modify it acording to my needs but i can not find source anywhere..


  • is there a solution?
     
    Sheriff
    Posts: 22783
    131
    Eclipse IDE Spring VI Editor Chrome Java Windows
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Moving to Other Open Source Projects.
     
    author
    Posts: 3285
    13
    Mac OS X Eclipse IDE Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Have you tried their mailing list/forums? I'm not sure where their documentation is kept...
     
    Raigedas Lietuvis
    Greenhorn
    Posts: 16
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Martijn Verburg wrote:Have you tried their mailing list/forums? I'm not sure where their documentation is kept...



    the problem is that i don't know official website. i don't know who is author of these classes... package name is org.jdesktop.observablecollections , so, url shoud be jdesktop.org . when i go there i am redirected to
    http://community.java.net/javadesktop
    ok, maybe i should ask thereat...
     
    Martijn Verburg
    author
    Posts: 3285
    13
    Mac OS X Eclipse IDE Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Yes that is the correct place (as far as I'm aware).
    reply
      Bookmark Topic Watch Topic
    • New Topic