Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Other Open Source Projects and the fly likes org.jdesktop.observablecollections.* source; ObservableList contract Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "org.jdesktop.observablecollections.* source; ObservableList contract" Watch "org.jdesktop.observablecollections.* source; ObservableList contract" New topic
Author

org.jdesktop.observablecollections.* source; ObservableList contract

Raigedas Lietuvis
Greenhorn

Joined: Oct 31, 2009
Posts: 16
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?


    regards,
    Raigedas
    Rob Spoor
    Sheriff

    Joined: Oct 27, 2005
    Posts: 19232

    Moving to Other Open Source Projects.


    SCJP 1.4 - SCJP 6 - SCWCD 5
    How To Ask Questions How To Answer Questions
    Martijn Verburg
    author
    Bartender

    Joined: Jun 24, 2003
    Posts: 3268

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


    Cheers, Martijn - Blog,
    Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
    My start-up.
    Raigedas Lietuvis
    Greenhorn

    Joined: Oct 31, 2009
    Posts: 16
    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
    Bartender

    Joined: Jun 24, 2003
    Posts: 3268

    Yes that is the correct place (as far as I'm aware).
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: org.jdesktop.observablecollections.* source; ObservableList contract
     
    Similar Threads
    Time Traveller??
    Query on using taglib to create a Map
    help on event listener
    Browser based intranet web application: feasibilty study
    Source code of eclipse