Search
UndoableCollection(T) Class
See Also
 






Represents a strongly-typed collection that supports undo and redo.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class UndoableCollection<T> extends AbstractCollection<E> implements Iterable<T>

 Inheritance Hierarchy

java.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