artisynth.core.modelmenu
Class MenuCompareByNameButDemosFirst

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

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


Constructor Summary
MenuCompareByNameButDemosFirst()
           
 
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

MenuCompareByNameButDemosFirst

public MenuCompareByNameButDemosFirst()
Method Detail

compare

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