FramesetCollection

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Iterable

public class FramesetCollection implements Iterable

Represents a collection of instances of the Frameset class.

To learn more, visit the Programming with Documents documentation article.

Methods

MethodDescription
get(int index)Gets a frame or frames page at the specified index.
getCount()Gets the number of frames or frames pages contained in the collection.
iterator()Returns an enumerator that iterates through the collection.

get(int index)

public Frameset get(int index)

Gets a frame or frames page at the specified index.

Parameters:

ParameterTypeDescription
indexint

Returns: Frameset - A frame or frames page at the specified index.

getCount()

public int getCount()

Gets the number of frames or frames pages contained in the collection.

Returns: int - The number of frames or frames pages contained in the collection.

iterator()

public Iterator iterator()

Returns an enumerator that iterates through the collection.

Returns: java.util.Iterator