|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscone.netobjects.Frame
public class Frame
may represent a frame in a web browser in future scone releases
Field Summary | |
---|---|
protected java.lang.String |
frameName
|
Constructor Summary | |
---|---|
Frame(java.lang.String frameName)
creates a new Frame object |
Method Summary | |
---|---|
java.lang.String |
getName()
returns the name of this frame in the browser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String frameName
Constructor Detail |
---|
public Frame(java.lang.String frameName)
frameName
- the name of the frame in the browserMethod Detail |
---|
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |