proyecto.arbol
Class ArbolFicheros.ComparadorNodos

java.lang.Object
  extended by proyecto.arbol.ArbolFicheros.ComparadorNodos
All Implemented Interfaces:
Comparator<DefaultMutableTreeNode>
Enclosing class:
ArbolFicheros

 class ArbolFicheros.ComparadorNodos
extends Object
implements Comparator<DefaultMutableTreeNode>


Constructor Summary
ArbolFicheros.ComparadorNodos()
           
 
Method Summary
 int compare(DefaultMutableTreeNode o1, DefaultMutableTreeNode o2)
           
 
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

ArbolFicheros.ComparadorNodos

ArbolFicheros.ComparadorNodos()
Method Detail

compare

public int compare(DefaultMutableTreeNode o1,
                   DefaultMutableTreeNode o2)
Specified by:
compare in interface Comparator<DefaultMutableTreeNode>