Represents a strongly-typed collection that supports undo and redo.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public class UndoableCollection<T> extends AbstractCollection<E> implements Iterable<T> |
Inheritance Hierarchyjava.lang.Object![]()
java.util.AbstractCollection(E)![]()
com.mindfusion.spreadsheet.UndoableCollection(T)
com.mindfusion.spreadsheet.MergedCellsCollection
com.mindfusion.spreadsheet.NamedCollection(T)
com.mindfusion.spreadsheet.charts.SeriesCollection
See Also