org.openstreetmap.josm.tools
Class PresetTextComparator

java.lang.Object
  extended by org.openstreetmap.josm.tools.PresetTextComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<javax.swing.JMenuItem>

public class PresetTextComparator
extends java.lang.Object
implements java.util.Comparator<javax.swing.JMenuItem>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PresetTextComparator()
           
 
Method Summary
 int compare(javax.swing.JMenuItem arg0, javax.swing.JMenuItem arg1)
           
 
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

PresetTextComparator

public PresetTextComparator()
Method Detail

compare

public int compare(javax.swing.JMenuItem arg0,
                   javax.swing.JMenuItem arg1)
Specified by:
compare in interface java.util.Comparator<javax.swing.JMenuItem>


JOSM