JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Interface JCSortableTable.SortableColumnHeader

All Known Implementing Classes:
JCSortableTable.SortableHeaderRenderer, JCTreeTable.SwitchRenderer
Enclosing interface:
JCSortableTable

public static interface JCSortableTable.SortableColumnHeader

Interface required by the column header component (if not a JLabel or JButton) to allow setting of the sort icon.


Method Summary
 void setSortIcon(Icon sortIcon)
          Sets the icon to use to draw the sort icon.
 

Method Detail

setSortIcon

public void setSortIcon(Icon sortIcon)
Sets the icon to use to draw the sort icon.

Parameters:
sortIcon - the new sort icon to use

Copyright © 2004 Quest Software Inc..
All rights reserved.