The Artima Developer Community
Sponsored Link

Java Community News
JIDE Introduces AggregateTable, Other Swing Components

1 reply on 1 page. Most recent reply: Nov 5, 2007 5:33 AM by Achilleas Margaritis

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 1 reply on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

JIDE Introduces AggregateTable, Other Swing Components Posted: Nov 1, 2007 2:14 PM
Reply to this message Reply
Summary
JIDE Software, a long-time vendor of Swing components and component frameworks, is primary developer of the JIDE Common Layer project on java.net. The company recently released a set of new Swing components, including one for Excel-style pivot tables.
Advertisement

JIDE Software, a long-time Swing component vendor and primary developer of the open-source JIDE Common Layer, released a set of new desktop Java components:

  • GroupList is a JList supporting grouping. It allows you to organize a large list of items into different groups. It also support four different layout orientation to best utilize the available space.
  • DualList is a pane with two JLists and several buttons. User can select items from the list on the left and move them to the list on the right, and vice versa. User can also reorder the items in the right list.
  • AggregateTable provides a way to aggregate a table model with duplicated values using TreeTable-like expandable cells and cell spans. Different from TreeTable where you have to rewrite your table model using Row interface, you can use any table model with AggregateTable. Again different from TreeTable where there is only one column that is expandable, AggregateTable allows any number of columns to be expandable. GroupTable is also a table that can aggregate rows. But different from GroupTable which inserts extra rows for group rows, AggregateTable doesn’t add any rows. It keeps the exact number of rows as in the original table model but provides a clearer view of the same data. If needed, AggregateTable can even display summary statistics for the aggregated rows just like pivot grid.

What do you think of JIDE's new components?


Achilleas Margaritis

Posts: 674
Nickname: achilleas
Registered: Feb, 2005

Re: JIDE Introduces AggregateTable, Other Swing Components Posted: Nov 5, 2007 5:33 AM
Reply to this message Reply
JIDE has an excellent component library, covering all aspects of modern GUI needs. They even have a dashboard.

Flat View: This topic has 1 reply on 1 page
Topic: Swing Application Framework JSR Previous Topic   Next Topic Topic: OS X Java Timeline

Sponsored Links



Google
  Web Artima.com   

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