public void increment (int steps)

Attempts to increment the value factory by the given number of steps, by calling the SpinnerValueFactory.increment(int) method and forwarding the steps argument to it. If the value factory is null, an IllegalStateException is thrown.

Parameters:
steps    The number of increments that should be performed on the value.

Exceptions:
IllegalStateException    if the value factory returned by calling getValueFactory() is null.