Class Spinner<T>

All Implemented Interfaces:
HasLocalTransform, CloneableSmartAsset, Collidable, Savable, JmeCloneable, Cloneable

public class Spinner<T> extends Panel
A GUI element that allows 'spinning' through a potentially unbound sequence of values. This includes a value display and optional editor for setting the value directly. The "up" button will proceed to the next value in the sequence and the "down" button will process to the previous value. It's up to the model itself why 'previous' and 'next' mean.