Uses of Interface
prefuse.data.event.EventConstants

Packages that use EventConstants
prefuse.data.search Text search support for prefix, keyword, and regular expression searches. 
prefuse.data.tuple Implementing classes for data tuples, object proxies to a row of table data. 
 

Uses of EventConstants in prefuse.data.search
 

Classes in prefuse.data.search that implement EventConstants
 class KeywordSearchTupleSet
           SearchTupleSet implementation that performs text searches on indexed Tuple data using the Lucene search engine.
 class PrefixSearchTupleSet
           SearchTupleSet implementation supporting word prefix searches over indexed Tuple data fields.
 class RegexSearchTupleSet
          SearchTupleSet implementation that treats the query as a regular expression to match against all indexed Tuple data fields.
 class SearchTupleSet
          Abstract base class for TupleSet implementations that support text search.
 

Uses of EventConstants in prefuse.data.tuple
 

Classes in prefuse.data.tuple that implement EventConstants
 class DefaultTupleSet
          TupleSet implementation that maintains a set of heterogeneous Tuples -- tuples that can come from any backing data source.
 



Copyright © 2007 Regents of the University of California