Class DefaultGradientEditorModel

All Implemented Interfaces:
BoundedTableModel, MarkerMutationModel, Serializable, ListSelectionModel, TableModel

public class DefaultGradientEditorModel extends AbstractBoundedTableModelWithSelection implements MarkerMutationModel
A basic implementation of AbstractBoundedTableModelWithSelection and MarkerMutationModel. Used by default by GradientEditor as a color model, color selection model and color mutation model.

This implementation is mutable.

Author:
Michael Baranov
See Also: