edu.stanford.smi.protegex.owl.ui.resourceselection
Class ResourceIgnoreCaseComparator

java.lang.Object
  extended byedu.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

Constructor Summary
ResourceIgnoreCaseComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ResourceIgnoreCaseComparator

public ResourceIgnoreCaseComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator