org.zkoss.zss.model
Interface Areas

All Superinterfaces:
java.lang.Iterable<Range>
All Known Implementing Classes:
AreasImpl

public interface Areas
extends java.lang.Iterable<Range>

A collection of single-area Ranges in a selection; an area is a contiguous block of cells.

Author:
henrichen

Method Summary
 int getCount()
          Returns the number of single area Range in this collection.
 Range getItem()
          Returns a single object from this collection.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getCount

int getCount()
Returns the number of single area Range in this collection.

Returns:
the number of objects in this collection.

getItem

Range getItem()
Returns a single object from this collection.



Copyright © 2005-2010 Potix Corporation. All Rights Reserved. SourceForge.net Logo