Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Creating a Sorted JList Component

Reply
Thread Tools

Creating a Sorted JList Component

 
 
John O'Conner
Guest
Posts: n/a
 
      06-06-2006
Hi all,

A new article offers an option for creating sorted JLists using the
decorator design pattern. You'll see something similar to this in JTable
in the upcoming Mustang release, but JList still has no specific, core
support for sorted lists. You have to do this yourself, and this article
and demo might help.

I've written a short demo that shows how you might create sorted lists
with minimal effect on your current ListModel implementions. To check it
out, see the following:
http://java.sun.com/developer/techni.../sorted_jlist/

Regards,
John O'Conner
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Double JList selection component oziris Java 0 05-09-2007 01:54 PM
Remoting Component --> Com+ Component: Karuppasamy ASP .Net 0 01-15-2004 10:21 AM
com+ component and Component Service Karuppasamy ASP .Net 1 01-14-2004 11:30 PM
com+ component and Component Service Karuppasamy ASP .Net 0 01-13-2004 06:09 PM
Re: Calling a .NET component from a COM component remotely Soni ASP .Net 0 07-25-2003 04:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57