Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0020 seconds)
jgoodies_binding
Class:
com.jgoodies.binding.value.ConverterFactory
©,
Rating:
0% of 0,
C1
jgoodies_binding Class: com.jgoodies.binding.value.ConverterFactory ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.value.ConverterFactory ©, Rating: 0% of 0, C1
786 */
787 public void setValue(Object newValue) {
788 double doubleValue = ((Integer) newValue).doubleValue();
789 subject.setValue(new Integer((int) (doubleValue / multiplier)));
790 }
jgoodies_binding Class: com.jgoodies.binding.value.ConverterFactory ©, Rating: 0% of 0, C1
773 */
774 public Object convertFromSubject(Object subjectValue) {
775 double doubleValue = ((Integer) subjectValue).doubleValue();
776 return new Integer((int) (doubleValue * multiplier));
777 }
jgoodies_binding Class: com.jgoodies.binding.value.ConverterFactory ©, Rating: 0% of 0, C1
609 */
610 public void setValue(Object newValue) {
611 double doubleValue = ((Integer) newValue).doubleValue();
612 if (multiplier != 1)
613 doubleValue /= multiplier;
Result Page:
1