Source of SortDisplayFactory.java


  1: public interface SortDisplayFactory {
  2:   SortDisplay makeSortDisplay(String name); 
  3: }