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.typesAdded(TypesEvent event)
Called when the new declared types are added
into the
ClassIndex |
void |
ClassIndexListener.typesChanged(TypesEvent event)
Called when some declared types are changed.
|
void |
ClassIndexListener.typesRemoved(TypesEvent event)
Called when declared types are removed
from the
ClassIndex |