The Artima Developer Community
Sponsored Link

Java Buzz Forum
Free First Issue of Glazed List Developer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Free First Issue of Glazed List Developer Posted: Apr 19, 2005 1:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Free First Issue of Glazed List Developer
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

The guys over at Glazed Lists have put out the first PDF version of Glazed List Developer as a free download.

Glazed Lists Developer
In the spirit of the O'Reilly Hacks series, Glazed Lists Developer is about the cool things you can do with Glazed Lists. It's our Google Labs where we can explore and experiment with our own APIs and share our discoveries with you, the reader.

Issue 1: Sorting

* Comparators and Usability
* Inside TableComparatorChooser
* Customizing Sorted Header Icons
* Readable Renderers for Sorted Cells

Here is an excerpt from the article on renderers.

There are many types of data that are sorted differently than how they are written. Many programs do sorting after a value has been converted to a String. But alphabetical order isn’t always preferable. For example, some “sorted” months: December, February, November, September. Or “sorted” file sizes: Gigabytes, Kilobytes, Megabytes, Terabytes.

Unfortunately the natural alternative isn’t any better: presenting values with inappropriate units. For example, my MP3 player holds 42949672960 bytes of music, which was the largest I could find when I got it 0.005 centuries ago.

To solve this problem we must give the sorter data that’s fit for a sorter (ie. 42949672960 bytes) and the human data that’s fit for a human (like 40 GB). We need to sort using the native data format but display using a human-readable String...

Read: Free First Issue of Glazed List Developer

Topic: Following the European Dream vs. the American one? Previous Topic   Next Topic Topic: Python: A recipe for cryptic code?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use