org.springframework.richclient.table
Class TableSortIndicator

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.table.TableSortIndicator
All Implemented Interfaces:
EventListener, TableColumnModelListener

public class TableSortIndicator
extends Object
implements TableColumnModelListener

Author:
Keith Donald

Field Summary
static ArrowIcon STANDARD_DOWN_ARROW
           
static ArrowIcon STANDARD_UP_ARROW
           
 
Constructor Summary
TableSortIndicator(JTable table)
           
TableSortIndicator(JTable table, Icon ascendingIcon, Icon descendingIcon)
           
 
Method Summary
 void columnAdded(TableColumnModelEvent e)
           
 void columnMarginChanged(ChangeEvent e)
           
 void columnMoved(TableColumnModelEvent e)
           
 void columnRemoved(TableColumnModelEvent e)
           
 void columnSelectionChanged(ListSelectionEvent e)
           
 ColumnSortList getColumnSortList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_UP_ARROW

public static final ArrowIcon STANDARD_UP_ARROW

STANDARD_DOWN_ARROW

public static final ArrowIcon STANDARD_DOWN_ARROW
Constructor Detail

TableSortIndicator

public TableSortIndicator(JTable table)

TableSortIndicator

public TableSortIndicator(JTable table,
                          Icon ascendingIcon,
                          Icon descendingIcon)
Method Detail

getColumnSortList

public ColumnSortList getColumnSortList()

columnAdded

public void columnAdded(TableColumnModelEvent e)
Specified by:
columnAdded in interface TableColumnModelListener

columnMarginChanged

public void columnMarginChanged(ChangeEvent e)
Specified by:
columnMarginChanged in interface TableColumnModelListener

columnMoved

public void columnMoved(TableColumnModelEvent e)
Specified by:
columnMoved in interface TableColumnModelListener

columnRemoved

public void columnRemoved(TableColumnModelEvent e)
Specified by:
columnRemoved in interface TableColumnModelListener

columnSelectionChanged

public void columnSelectionChanged(ListSelectionEvent e)
Specified by:
columnSelectionChanged in interface TableColumnModelListener


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