Uses of Class
facets.core.superficial.STrigger

Packages that use STrigger
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. 
 

Uses of STrigger in facets.core.app
 

Methods in facets.core.app that return STrigger
protected  STrigger[] ActionViewerTarget.newActionTriggers(ViewableAction[] actions)
          Implements abstract method.
protected  STrigger DialogActionDefaults.newTrigger(int type)
          Returns triggers for various actions.
abstract  STrigger[] DialogSurface.DialogActions.newTriggers()
          Create STriggers defining the dialog control buttons.
 

Methods in facets.core.app with parameters of type STrigger
protected  ViewableAction ActionViewerTarget.getTriggerAction(STrigger trigger)
          Implements abstract method.
 

Uses of STrigger in facets.core.superficial
 

Methods in facets.core.superficial with parameters of type STrigger
abstract  void STrigger.Coupler.fired(STrigger t)
          Called by Trigger.fire.
 

Uses of STrigger in facets.core.superficial.app
 

Fields in facets.core.superficial.app declared as STrigger
 STrigger[] ViewerTarget.actionTriggers
          Coupled to the ViewableActions passed to the constructor.
 

Methods in facets.core.superficial.app that return STrigger
protected abstract  STrigger[] ViewerTarget.newActionTriggers(ViewableAction[] actions)
          Create triggers coupled to the actions passed.
 

Methods in facets.core.superficial.app with parameters of type STrigger
protected abstract  ViewableAction ViewerTarget.getTriggerAction(STrigger trigger)
          Retrieve the action coupled to a trigger.