Uses of Class
facets.core.superficial.SToggling

Packages that use SToggling
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial Superficial targeting mechanism and and simple targets. 
 

Uses of SToggling in facets.core.app
 

Methods in facets.core.app that return SToggling
 SToggling ValueContent.newToggling(ValueNode values, java.lang.String key)
          Convenience method for normal toggling creation.
 SToggling ValueContent.newToggling(ValueNode values, java.lang.String title, boolean invertValue)
          Creates a toggling target representing the specified value.
 

Uses of SToggling in facets.core.superficial
 

Fields in facets.core.superficial declared as SToggling
 SToggling[] SToggling.Togglings.togglings
           
 

Methods in facets.core.superficial with parameters of type SToggling
 void SToggling.Coupler.stateSet(SToggling t)
          Called by the toggling whenever its state is set.