com.metamatrix.console.ui.util
Class ColumnSortInfo

java.lang.Object
  extended by com.metamatrix.console.ui.util.ColumnSortInfo

public class ColumnSortInfo
extends java.lang.Object


Constructor Summary
ColumnSortInfo(java.lang.String hdr, boolean asc)
           
 
Method Summary
 java.lang.String getColHeader()
           
static ColumnSortInfo[] getTableColumnSortInfo(TableWidget table)
           
 boolean isAscending()
           
static void setColumnSortOrder(ColumnSortInfo[] csi, TableWidget table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnSortInfo

public ColumnSortInfo(java.lang.String hdr,
                      boolean asc)
Method Detail

getTableColumnSortInfo

public static ColumnSortInfo[] getTableColumnSortInfo(TableWidget table)

setColumnSortOrder

public static void setColumnSortOrder(ColumnSortInfo[] csi,
                                      TableWidget table)

getColHeader

public java.lang.String getColHeader()

isAscending

public boolean isAscending()


Copyright © 2009. All Rights Reserved.