org.netbeans.modules.java.source 0.80.1 17

Uses of Class
org.netbeans.api.java.source.TypesEvent

Packages that use TypesEvent
org.netbeans.api.java.source Permits inspection and modification of the structure of Java sources. 
 

Uses of TypesEvent in org.netbeans.api.java.source
 

Methods in org.netbeans.api.java.source with parameters of type TypesEvent
 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
 


org.netbeans.modules.java.source 0.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.