|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerElement
This interface is used to describe object which maintain some type of (ordered) list of contained objects.
Document
,
ListElement
Method Summary | |
---|---|
void |
addElement(Element e)
add an additional element to the Container |
void |
addElement(java.lang.String s)
add an additional element to the Container |
Methods inherited from interface com.bbn.openmap.util.html.Element |
---|
generate |
Method Detail |
---|
void addElement(Element e)
e
- the element to addvoid addElement(java.lang.String s)
s
- the String to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |