JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 12c Release 1 (12.1.2.0.0) E23189-01
Detail:
Field |
Constr |
Method
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DataCellRange >, java.util.Collection<DataCellRange >, java.util.Set<DataCellRange >
public class DataCellSelectionSet
extends SelectionSet <DataCellRange >
A set of ranges of data cells. A Selection contains a
DataCellSelectionSet for the databody selection, as well as two
HeaderCellSelectionSets, for the column header and row header selection.
At most one of these three sets may be non-empty at a time.
Since:
release specific (what release of product did this appear in)
See Also: Serialized Form
Constructor Summary
Constructors
Constructor and Description
DataCellSelectionSet ()
Creates a new, empty data cell selection set.
Method Summary
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 12c Release 1 (12.1.2.0.0) E23189-01
Detail:
Field |
Constr |
Method
Copyright © 1997, 2013, Oracle. All rights reserved.