|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.millstone.base.ui.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()
functions of the frameset.
Field Summary | |
protected FrameWindow.Frameset |
parentFrameset
Parent frameset |
Constructor Summary | |
FrameWindow.Frame()
|
Method Summary | |
java.lang.String |
getName()
Name of the freame |
FrameWindow.Frameset |
getParentFrameset()
Get the parent frameset |
Resource |
getResource()
Resource connected to frame |
java.net.URL |
getURL()
URL of the frame |
Window |
getWindow()
Window connected to frame |
void |
setAbsoluteSize(int widthInPixels)
Absolute width/height of the frame in pixels |
void |
setFreeSize()
Set the frame size to be freely specified by the terminal |
void |
setRelativeSize(int widthInPercents)
Set 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 java.net.URL getURL()
public FrameWindow.Frameset getParentFrameset()
public java.lang.String getName()
public Window getWindow()
public Resource getResource()
public void setAbsoluteSize(int widthInPixels)
public void setFreeSize()
public void setRelativeSize(int widthInPercents)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |