Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassIndexListener.rootsAdded(RootsEvent event)
Called when new roots are added
into the
ClassPath for which the ClassIndex
was created. |
void |
ClassIndexListener.rootsRemoved(RootsEvent event)
Called when root are removed
from the
ClassPath for which the ClassIndex
was created. |