artisynth.core.modelmenu
Class MenuCompareByNameButDemosLast

java.lang.Object
  extended by artisynth.core.modelmenu.MenuCompareByNameButDemosLast
All Implemented Interfaces:
java.util.Comparator<Node<MenuEntry>>

public class MenuCompareByNameButDemosLast
extends java.lang.Object
implements java.util.Comparator<Node<MenuEntry>>


Constructor Summary
MenuCompareByNameButDemosLast()
           
 
Method Summary
 int compare(Node<MenuEntry> o1, Node<MenuEntry> o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

MenuCompareByNameButDemosLast

public MenuCompareByNameButDemosLast()
Method Detail

compare

public int compare(Node<MenuEntry> o1,
                   Node<MenuEntry> o2)
Specified by:
compare in interface java.util.Comparator<Node<MenuEntry>>