Class SpinnerCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
megamek.client.ui.baseComponents.SpinnerCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class SpinnerCellEditor extends DefaultCellEditor
The SpinnerCellEditor is a Cell Editor for a cell that is edited through the provided spinner model.
See Also: