org.otvl.sbxbsamp.simple
Class Page

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Page

public class Page
extends java.lang.Object

A page containing frames.

Version:
Author:

Constructor Summary
Page()
           
 
Method Summary
 void clearTheFrames()
          Clears all targets in link theFrames
 Frame getTheFrames(java.lang.Object key)
          Returns a target in link theFrames.
 java.lang.String getUrl()
          Returns the url.
 java.util.Set keySetTheFrames()
          Returns a Set for keys of targets in link theFrames
 void putTheFrames(java.lang.Object key, Frame aFrame)
          Inserts a target in link theFrames.
 void removeTheFrames(java.lang.Object key)
          Removes a target in link theFrames
 void setUrl(java.lang.String url)
          Sets the url.
 int sizeTheFrames()
          Returns the size of the collection theFrames
 java.util.Collection valuesTheFrames()
          Returns a Collection for targets in link theFrames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page()
Method Detail

getUrl

public java.lang.String getUrl()
Returns the url.

Returns:
String

setUrl

public void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - The url to set

getTheFrames

public Frame getTheFrames(java.lang.Object key)
Returns a target in link theFrames.
The collection of frames, indexed by their name.

Parameters:
key - offset in the array
Returns:
Frame

valuesTheFrames

public java.util.Collection valuesTheFrames()
Returns a Collection for targets in link theFrames

Returns:
java.util.Collection

keySetTheFrames

public java.util.Set keySetTheFrames()
Returns a Set for keys of targets in link theFrames

Returns:
java.util.Set

sizeTheFrames

public int sizeTheFrames()
Returns the size of the collection theFrames

Returns:
int

putTheFrames

public void putTheFrames(java.lang.Object key,
                         Frame aFrame)
Inserts a target in link theFrames.
The collection of frames, indexed by their name.

Parameters:
key - key in the associative array
aFrame - The Frame to insert

removeTheFrames

public void removeTheFrames(java.lang.Object key)
Removes a target in link theFrames

Parameters:
key - key in the associative array

clearTheFrames

public void clearTheFrames()
Clears all targets in link theFrames



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.