wt.clients.prodmgmt
Class CompareLineNumbers
java.lang.Object
symantec.itools.awt.CompareCells
wt.clients.prodmgmt.CompareLineNumbers
- All Implemented Interfaces:
- symantec.itools.awt.CompareFunc, symantec.itools.awt.CompareFuncCB
- public class CompareLineNumbers
- extends symantec.itools.awt.CompareCells
This is a helper class to the MultiList class.
It is used to compare Cells of the MultiList.
Fields inherited from class symantec.itools.awt.CompareCells |
bs, lessOrBig, selRow |
Methods inherited from class symantec.itools.awt.CompareCells |
callBackSwap, getSelectedRow, lessThan, reverse, setCurrentBitSet, setSelectedRow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompareLineNumbers
public CompareLineNumbers()
- Constructs a CompareTextAndImageCells object.
compareObjects
public int compareObjects(Object o1,
Object o2)
- Compares the value of two objects.
- Parameters:
o1
- the first objecto2
- the second object
- Returns:
- 0 if the object's values are equal, less than 0 if the first
object's value is less than the second object's value, and greater
than 0 if the first object's value is greater than the second
object's value