|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.ui.FrameWindow.Frame
public class FrameWindow.Frame
An individual frame that contains either a window or the contents of the url set to frame.
The frames can be only created to framesets using the
newFrame method of the frameset.
| Field Summary | |
|---|---|
protected FrameWindow.Frameset |
parentFrameset
Parent frameset. |
| Constructor Summary | |
|---|---|
FrameWindow.Frame()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the Name of the frame. |
FrameWindow.Frameset |
getParentFrameset()
Gets the parent frameset. |
Resource |
getResource()
Gets the Resource connected to frame. |
URL |
getURL()
Gets the URL of the frame. |
Window |
getWindow()
Gets the Window connected to frame. |
void |
setAbsoluteSize(int widthInPixels)
Sets the Absolute width/height of the frame in pixels. |
void |
setFreeSize()
Sets the frame size to be freely specified by the terminal. |
void |
setRelativeSize(int widthInPercents)
Sets the frame width/height as a percentage of the containing frameset size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FrameWindow.Frameset parentFrameset
| Constructor Detail |
|---|
public FrameWindow.Frame()
| Method Detail |
|---|
public URL getURL()
public FrameWindow.Frameset getParentFrameset()
public String getName()
public Window getWindow()
public Resource getResource()
public void setAbsoluteSize(int widthInPixels)
widthInPixel - the width in Pixel.public void setFreeSize()
public void setRelativeSize(int widthInPercents)
widthInPercents - the frame width in percent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||