Uses of Class
facets.core.superficial.SIndexing

Packages that use SIndexing
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial Superficial targeting mechanism and and simple targets. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet Surface building. 
 

Uses of SIndexing in facets.core.app
 

Methods in facets.core.app that return SIndexing
 SIndexing ValueContent.newIndexing(ValueNode values, java.lang.String title, java.lang.Object[] indexables, java.lang.Object indexed)
          Creates an indexing related to the specified values.
 SIndexing ValueContent.newMultipleIndexing(ValueNode values, java.lang.String title, java.lang.String[] keys, boolean invertValues)
          Creates a multiple indexing from flag values.
 

Uses of SIndexing in facets.core.superficial
 

Methods in facets.core.superficial that return SIndexing
static SIndexing SIndexing.newDefault(java.lang.String title, java.lang.Object[] indexables, int index)
          Creates an indexing with a default coupler.
 

Methods in facets.core.superficial with parameters of type SIndexing
 boolean SIndexing.Coupler.canCycle(SIndexing i)
          Can the indexing loop round when iterating through its indexables?
 void SIndexing.Coupler.indexSet(SIndexing i)
          Called whenever an index changes.
 java.lang.String[] SIndexing.Coupler.iterationTitles(SIndexing i)
          Returns titles for iterating buttons or menu items.
 boolean[] SIndexing.Coupler.liveStates(SIndexing i)
          Returns an array defining the 'enabled' state of each item.
 java.lang.String[] SIndexing.Coupler.newIndexableTitles(SIndexing i)
          Returns strings to represent the indexables.
 

Uses of SIndexing in facets.core.superficial.app
 

Methods in facets.core.superficial.app that return SIndexing
 SIndexing IndexingTarget.indexing()
          The indexing last set with IndexingTarget.setIndexing(SIndexing).
 SIndexing IndexingFrame.indexing()
          The indexing last set with IndexingFrame.setIndexing(SIndexing).
 

Methods in facets.core.superficial.app with parameters of type SIndexing
 void SAreaTarget.setIndexing(SIndexing children)
          Overrides superclass method.
 void IndexingTarget.setIndexing(SIndexing indexing)
          Sets the SIndexing containing the STarget children of the IndexingTarget.
 void IndexingFrame.setIndexing(SIndexing indexing)
          Sets an SIndexing that can index into content of SFrameTarget.framed.
 

Constructors in facets.core.superficial.app with parameters of type SIndexing
IndexingFrame(java.lang.String title, java.lang.Object content, SIndexing children)
          Main constructor.
IndexingTarget(java.lang.String title, SIndexing indexing)
          Unique constructor.
SAreaTarget(java.lang.String title, SIndexing children)
          Core constructor which sets indexing.
 

Uses of SIndexing in facets.facet
 

Fields in facets.facet declared as SIndexing
static SIndexing FacetFactory.fontIndexing
           
 

Methods in facets.facet with parameters of type SIndexing
 boolean FacetFactory.ComboCoupler.indexedTitleEditable(SIndexing i)