org.netbeans.editor
Class Annotations.MenuComparator
java.lang.Object
org.netbeans.editor.Annotations.MenuComparator
- All Implemented Interfaces:
- Comparator<JMenu>
- Enclosing class:
- Annotations
public static final class Annotations.MenuComparator
- extends Object
- implements Comparator<JMenu>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotations.MenuComparator
public Annotations.MenuComparator()
compare
public int compare(JMenu menuOne,
JMenu menuTwo)
- Specified by:
compare in interface Comparator<JMenu>