edu.stanford.smi.protegex.owl.ui.resourceselection
Class ResourceIgnoreCaseComparator
java.lang.Object
edu.stanford.smi.protegex.owl.ui.resourceselection.ResourceIgnoreCaseComparator
- All Implemented Interfaces:
- Comparator
- public class ResourceIgnoreCaseComparator
- extends Object
- implements Comparator
A Comparator for Frame instances that compares the lower case browser texts.
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceIgnoreCaseComparator
public ResourceIgnoreCaseComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator