rs.sol.soloist.server.guiconfiguration.layout
Class LayoutData.Comparator<T extends LayoutData>

java.lang.Object
  extended by rs.sol.soloist.server.guiconfiguration.layout.LayoutData.Comparator<T>
All Implemented Interfaces:
java.util.Comparator<T>
Direct Known Subclasses:
CellLayoutData.Comparator
Enclosing class:
LayoutData

Deprecated. Not for public use.

@Deprecated
public static class LayoutData.Comparator<T extends LayoutData>
extends java.lang.Object
implements java.util.Comparator<T>


Constructor Summary
LayoutData.Comparator()
          Deprecated.  
 
Method Summary
 int compare(T o1, T o2)
          Deprecated.  
 
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

LayoutData.Comparator

public LayoutData.Comparator()
Deprecated. 
Method Detail

compare

public int compare(T o1,
                   T o2)
Deprecated. 
Specified by:
compare in interface java.util.Comparator<T extends LayoutData>