comparison org.eclipse.jface/src/org/eclipse/jface/bindings/Scheme.d @ 35:634e4380db78

delegate compareTo from opCmp
author Frank Benoit <benoit@tionex.de>
date Mon, 23 Mar 2009 18:28:04 +0100
parents 6f068362a363
children
comparison
equal deleted inserted replaced
34:a8a838017920 35:634e4380db78
123 } 123 }
124 } 124 }
125 125
126 return compareTo; 126 return compareTo;
127 } 127 }
128 public final override int opCmp( Object object ){
129 return compareTo( object );
130 }
128 131
129 /** 132 /**
130 * <p> 133 * <p>
131 * Defines this scheme by giving it a name, and possibly a description and a 134 * Defines this scheme by giving it a name, and possibly a description and a
132 * parent identifier as well. The defined property for the scheme automatically 135 * parent identifier as well. The defined property for the scheme automatically