org.springframework.richclient.table
Class TableSortIndicator
java.lang.Object
org.springframework.richclient.table.TableSortIndicator
- All Implemented Interfaces:
- EventListener, TableColumnModelListener
public class TableSortIndicator
- extends Object
- implements TableColumnModelListener
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STANDARD_UP_ARROW
public static final ArrowIcon STANDARD_UP_ARROW
STANDARD_DOWN_ARROW
public static final ArrowIcon STANDARD_DOWN_ARROW
TableSortIndicator
public TableSortIndicator(JTable table)
TableSortIndicator
public TableSortIndicator(JTable table,
Icon ascendingIcon,
Icon descendingIcon)
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.