Method Summary |
|
public String | getName() |
public boolean | getResize() This method gets whether or not the frame is resizeable. |
public int | getScrollBars() This method gets whether or not the frame has scroll bars. |
public int | getSize() This method gets the size of the frame. |
public int | getSizeMethod() This method gets the size method for the frame. |
public String | getURL() This method gets the URL of the source page of the frame. |
public void | setName(String value) |
public void | setResize(boolean value) This method sets whether or not the frame is resizeable. |
public void | setScrollBars(int value) This method sets whether or not the frame has scroll bars. |
public void | setSize(int size) This method sets the size of the frame. |
public void | setSizeMethod(int value) This method sets the size method for the frame. |
public void | setURL(String value) This method sets the URL of the source page of the frame. |