|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.util.html.ListElement
public class ListElement
A basic html container type
| Field Summary | |
|---|---|
protected java.util.Vector |
v
An ordered vector of elements |
| Constructor Summary | |
|---|---|
ListElement()
Construct a new ListElement |
|
| Method Summary | |
|---|---|
void |
addElement(Element e)
Add an element to the end of the list |
void |
addElement(java.lang.String s)
Add an element to the end of the list |
void |
generate(java.io.Writer out)
convert representation to html and write it out |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector v
| Constructor Detail |
|---|
public ListElement()
| Method Detail |
|---|
public void addElement(Element e)
addElement in interface ContainerElemente - the element to addpublic void addElement(java.lang.String s)
addElement in interface ContainerElements - the string to add
public void generate(java.io.Writer out)
throws java.io.IOException
generate in interface Elementout - the output Writer
java.io.IOException - an IO error occurred accessing
out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||