Uses of Class
facets.core.superficial.SIndexing.Coupler

Packages that use SIndexing.Coupler
facets.core.superficial Superficial targeting mechanism and and simple targets. 
facets.facet Surface building. 
 

Uses of SIndexing.Coupler in facets.core.superficial
 

Fields in facets.core.superficial declared as SIndexing.Coupler
 SIndexing.Coupler SIndexing.coupler
          The Indexing.Coupler passed to the core constructor.
 

Constructors in facets.core.superficial with parameters of type SIndexing.Coupler
SIndexing(java.lang.String title, java.lang.Object[] indexables, int index, SIndexing.Coupler coupler)
          Convenience constructor setting initial index.
SIndexing(java.lang.String title, java.lang.Object[] indexables, java.lang.Object toIndex, SIndexing.Coupler coupler)
          Convenience constructor setting initial indexed.
SIndexing(java.lang.String title, java.lang.Object[] indexables, SIndexing.Coupler coupler)
          Core constructor.
SIndexing(java.lang.String title, SIndexing.Coupler coupler)
          Convenience constructor forcing dynamic read of indexables.
 

Uses of SIndexing.Coupler in facets.facet
 

Subclasses of SIndexing.Coupler in facets.facet
static class FacetFactory.ComboCoupler
          Coupler for any combination of indexed list and text box.