Class FrameWindow.Frameset

Vertical or horizontal set of frames

getFrame(int)

Parameters

return

Frame having the given index or null if the frame is not found

Get frame by index.

getFrame(String)

Parameters

return

Frame having the given name or null if the frame is not found

Get frame by name.

getFrames()

Parameters

return

unmodifiable list of frames.

Get a list of frames.

isVertical()

Check if the frameset is vertical.

If this is true, the frames will be ordered on top of each other from top to bottom, otherwise the frames will be ordered side by side from left to right.

newFrame(Resource, String)

Create new frame containing a resource.

The new frame will be put in the end of the frames list..

newFrame(Resource, String, int)

Create new frame containing a resource.

The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.

newFrame(URL, String)

Create new frame containing a url.

The new frame will be put in the end of the frames list..

newFrame(URL, String, int)

Create new frame containing a url.

The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.

newFrame(Window)

Create new frame containing a window.

The new frame will be in the end of the frames list.

newFrame(Window, int)

Create new frame containing a window.

The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.

newFrameset(boolean, int)

Create new frameset.

The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.

removeAllFrames()

Remove all frames from this frameset

removeFrame(FrameWindow.Frame)

Remove a frame from this frameset

setVertical(boolean)

Set the framaset to be vertical.

By setting this true, the frames will be ordered on top of each other from top to bottom. Setting this false, the frames will be ordered side by side from left to right.

size()

Number of frames in this frameset