Uses of Interface
org.nakedobjects.plugins.dnd.Comparator

Packages that use Comparator
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer.content   
 

Uses of Comparator in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd with parameters of type Comparator
 void CollectionContent.setOrder(Comparator order)
           
 void CollectionSorter.sort(NakedObject[] element, Comparator order, boolean reverse)
          Sorts the array of objects into the order specified by the comparator.
 

Uses of Comparator in org.nakedobjects.plugins.dnd.viewer.content
 

Classes in org.nakedobjects.plugins.dnd.viewer.content that implement Comparator
 class FieldComparator
           
 class TitleComparator
           
 class TypeComparator
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.content with parameters of type Comparator
 void AbstractCollectionContent.setOrder(Comparator order)
           
 void SimpleCollectionSorter.sort(NakedObject[] elements, Comparator order, boolean reverse)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.