DESY ACOP Beans Home

com.cosylab.gui.components.table
Interface RowComparator

All Superinterfaces:
java.util.Comparator<TableRow>
All Known Implementing Classes:
DefaultRowComparator

public interface RowComparator
extends java.util.Comparator<TableRow>


Method Summary
 int getColumn()
           
 boolean getDescending()
           
 void setColumn(int column)
           
 void setDescending(boolean descending)
           
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

setColumn

void setColumn(int column)

getColumn

int getColumn()

setDescending

void setDescending(boolean descending)

getDescending

boolean getDescending()


Copyright © 2010. All Rights Reserved.