|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextHyperlinkContainer
TextHyperlinkContainer is a container which maintains text hyperlinks. Hyperlinks can be added and removed in this container.
TextHyperlink
Method Summary | |
---|---|
TextHyperlink |
appendHyperlink(String text,
URI linkto)
Append a hyperlink at the end of the container |
TextHyperlink |
applyHyperlink(URI linkto)
Add a hypertext reference to this hyperlink container. |
Iterator<TextHyperlink> |
getHyperlinkIterator()
Get the iterator of hyperlinks within this container element |
void |
removeHyperlinks()
Remove all the hyperlinks in this container element. |
Method Detail |
---|
TextHyperlink applyHyperlink(URI linkto)
linkto
- the hyperlink
void removeHyperlinks()
TextHyperlink appendHyperlink(String text, URI linkto)
text
- - the text contentlinkto
- - the URI of this hyperlink
Iterator<TextHyperlink> getHyperlinkIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |