edu.uchsc.ccp.knowtator.event
Class CurrentAnnotationsChangeEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       edu.uchsc.ccp.knowtator.event.CurrentAnnotationsChangeEvent
edu.uchsc.ccp.knowtator.event.CurrentAnnotationsChangeEvent
- All Implemented Interfaces: 
- Serializable
- public class CurrentAnnotationsChangeEvent 
- extends EventObject
- See Also:
- Serialized Form
 
 
 
 
 
 
CurrentAnnotationsChangeEvent
public CurrentAnnotationsChangeEvent(Object source,
                                     List<SimpleInstance> filteredAnnotations,
                                     List<SimpleInstance> partiallyFilteredAnnotations)
- Parameters:
- source- will typically be an instance of KnowtatorManager
- filteredAnnotations- annotations that pass through the currently selected filter
- partiallyFilteredAnnotations- annotations that pass through the currently selected filter
            where the type constraint of the filter is ignored.
getFilteredAnnotations
public List<SimpleInstance> getFilteredAnnotations()
- 
 
getPartiallyFilteredAnnotations
public List<SimpleInstance> getPartiallyFilteredAnnotations()
-