The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

JXTable

Here goes the "pure" api enhancements of JXTable that is, those which are unrelated to any of the cross-component themes. They comprise small changes here-and-there which make developers' lifes easier.

You can use JTextArea to implement multiline cells.

TODO: inner classes doc?

"Pure" Table Themes

  • ease-of-use and clarity - exposed client properties, additional scrolling methods, more complete set of delegation methods (? really?),
  • layout: fill viewport, rowHeight
  • enhanced default renderers/editors
  • default hooks for user interaction: pack (== adjust column sizing to content), toggle horizontal scrollbar, ...
  • core bug fixes: bidi compliance, more complete update of renderers/editors on updateUI, ...

Links

Topic JXTable . { Edit | Ref-By | Printable | Diffs r5 < r4 < r3 < r2 < r1 | More }
 XML java.net RSS

Revision r5 - 24 Aug 2007 - 18:38:24 - Main.matthaus_wander
Parents: WebHome > SwingLabs > SwingLabsAPIReview