|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Page
A page containing frames.
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 |
public Page()
Method Detail |
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- The url to setpublic Frame getTheFrames(java.lang.Object key)
key
- offset in the array
public java.util.Collection valuesTheFrames()
public java.util.Set keySetTheFrames()
public int sizeTheFrames()
public void putTheFrames(java.lang.Object key, Frame aFrame)
key
- key in the associative arrayaFrame
- The Frame to insertpublic void removeTheFrames(java.lang.Object key)
key
- key in the associative arraypublic void clearTheFrames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |