org.springframework.richclient.widget.table.glazedlists
Class GlazedListsSupport

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.widget.table.glazedlists.GlazedListsSupport

public class GlazedListsSupport
extends Object

GlazedListsSupport


Constructor Summary
GlazedListsSupport()
           
 
Method Summary
static Comparator getLowerCaseStringComparator()
           
static String[] makeFilterProperties(TableDescription desc)
           
static ca.odell.glazedlists.gui.TableFormat makeTableFormat(TableDescription desc)
          Conversion of RCP TableDescription to GlazedLists TableFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlazedListsSupport

public GlazedListsSupport()
Method Detail

makeFilterProperties

public static String[] makeFilterProperties(TableDescription desc)

makeTableFormat

public static ca.odell.glazedlists.gui.TableFormat makeTableFormat(TableDescription desc)
Conversion of RCP TableDescription to GlazedLists TableFormat

Parameters:
desc -
Returns:
AdvancedWritableTableFormat

getLowerCaseStringComparator

public static Comparator getLowerCaseStringComparator()


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.