| 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).
|
 |
 |
|
|
subject: org.jdesktop.observablecollections.* source; ObservableList contract
|
|
|