|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Result of finding Javadoc, encapsulating the answer as well as the ability to listen to it.
Method Summary | |
void |
addChangeListener(ChangeListener l)
Add a listener to changes in the roots. |
URL[] |
getRoots()
Get the Javadoc roots. |
void |
removeChangeListener(ChangeListener l)
Remove a listener to changes in the roots. |
Method Detail |
public URL[] getRoots()
index.html
, so that
for a class pkg.Class the generated documentation would
have a path pkg/Class.html relative to one of the roots.
public void addChangeListener(ChangeListener l)
l
- a listener to addpublic void removeChangeListener(ChangeListener l)
l
- a listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |