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

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

Deprecated. Not for public use.

@Deprecated
public static class TableLayoutData.Comparator<T extends TableLayoutData>
extends CellLayoutData.Comparator<T>


Constructor Summary
TableLayoutData.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

TableLayoutData.Comparator

public TableLayoutData.Comparator()
Deprecated. 
Method Detail

compare

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