public Number getStepSize() {
   return edit.getStepSize();
 }
 public void setStepSize(final Number step) {
   edit.setStepSize(step);
 }