|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.toolbox.ui.widget.table.DefaultTableComparator
com.metamatrix.console.ui.views.deploy.util.DeployTableSorter
public final class DeployTableSorter
A table sorter that works with the domain objects of the deployments
subsystem. These domain objects implement the Comparable
interface
but that doesn't sort by the toString() method.
Constructor Summary | |
---|---|
DeployTableSorter()
|
Method Summary | |
---|---|
int |
compare(java.lang.Object theFirstValue,
java.lang.Object theSecondValue,
int theColumn)
compare the first and second values |
Methods inherited from class com.metamatrix.toolbox.ui.widget.table.DefaultTableComparator |
---|
compare, getInstance, ignoresCase, setIgnoresCase |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeployTableSorter()
Method Detail |
---|
public int compare(java.lang.Object theFirstValue, java.lang.Object theSecondValue, int theColumn)
TableComparator
compare
in interface TableComparator
compare
in class DefaultTableComparator
theColumn
- the index of the table column being compared
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |