scone.netobjects
Class Frame

java.lang.Object
  extended by scone.netobjects.Frame

public class Frame
extends java.lang.Object

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

frameName

protected java.lang.String frameName
Constructor Detail

Frame

public Frame(java.lang.String frameName)
creates a new Frame object

Parameters:
frameName - the name of the frame in the browser
Method Detail

getName

public java.lang.String getName()
returns the name of this frame in the browser

Returns:
the name of the frame