|
org.netbeans.api.java/1 1.10.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavadocForBinaryQuery.Result
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 |
---|
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.
void addChangeListener(ChangeListener l)
l
- a listener to addvoid removeChangeListener(ChangeListener l)
l
- a listener to remove
|
org.netbeans.api.java/1 1.10.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |