|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.document.FramesetComponent
Represents a frameset definition, found in a FramesetDocument
.
Constructor Summary | |
FramesetComponent(java.lang.String line)
This constructor parses the frameset definition line. |
Method Summary | |
void |
addFrame(FrameComponent frame)
Adds another frame to the definition. |
int |
getSize()
TODO comment me TODO test me |
void |
setNoframes(NoframesComponent noframe)
Sets the noframes definition. |
org.w3c.dom.Node |
toHTML(org.w3c.dom.Document doc)
Returns the HTML representation of the element. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FramesetComponent(java.lang.String line)
line
- the frameset definitionMethod Detail |
public void addFrame(FrameComponent frame)
frame
- the frame to addpublic void setNoframes(NoframesComponent noframe)
noframe
- the new noframes definitionpublic int getSize()
public org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)
toHTML
in interface ISCoTComponent
doc
- the parent document
ISCoTComponent.toHTML(org.w3c.dom.Document)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |