Uses of Class
facets.core.superficial.Notifying.Impact

Packages that use Notifying.Impact
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 Notifying.Impact in facets.core.superficial
 

Fields in facets.core.superficial declared as Notifying.Impact
 Notifying.Impact Notice.impact
           
 

Methods in facets.core.superficial that return Notifying.Impact
 Notifying.Impact Notifying.impact()
          Allows this Notifying to specify a default Notifying.Impact.
static Notifying.Impact Notifying.Impact.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Notifying.Impact[] Notifying.Impact.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in facets.core.superficial with parameters of type Notifying.Impact
 void Notifying.notifyMonitor(Notifying.Impact impact)
          Call notify on the parent monitor in the notification tree, typically with itself as parameter to the Notice passed.
 void TargeterCore.retarget(STarget target, Notifying.Impact impact)
           
 void STargeter.retarget(STarget target, Notifying.Impact impact)
          Sets the target of the STargeter and those of any elements or other STargeter members.
 void SRetargetable.retarget(STarget target, Notifying.Impact impact)
          Ses the target if changed, adjust to latest state.
 void TargeterCore.retargetFacets(Notifying.Impact impact)
           
 void STargeter.retargetFacets(Notifying.Impact impact)
          Updates all facets attached with STargeter.attachFacet(SFacet) and those of any child STargeter.elements().
 void Facetable.retargetFacets(Notifying.Impact impact)
          Retarget any attached facets.
 

Constructors in facets.core.superficial with parameters of type Notifying.Impact
Notice(Notifying source, Notifying.Impact impact)
           
 

Uses of Notifying.Impact in facets.core.superficial.app
 

Methods in facets.core.superficial.app with parameters of type Notifying.Impact
 void SContentRootTargeter.retarget(STarget target, Notifying.Impact impact)
           
 void IndexingTargeter.retarget(STarget target, Notifying.Impact impact)
          Overrides superclass method.
 void IndexingFrame.FrameTargeter.retarget(STarget target, Notifying.Impact impact)
          Overrides superclass method.
protected  STargeter IndexingTargeter.retargetedTargeter(STarget target, Notifying.Impact impact)
          Returns a targeter retargeted on the target passed.
 void SContentRootTargeter.retargetFacets(Notifying.Impact impact)
          Extends superclass behaviour by calling SContentRootTargeter.retargetFacets(Notifying.Impact) in its specialised targeter members.
 void SAreaTarget.retargetFacets(Notifying.Impact impact)
          Implements interface method.
 void IndexingTargeter.retargetFacets(Notifying.Impact impact)
          Overrides superclass method.
 void IndexingFrame.FrameTargeter.retargetFacets(Notifying.Impact impact)
          Overrides superclass method.
 void AreaTargeter.retargetFacets(Notifying.Impact impact)
          Extends superclass behaviour.
 

Uses of Notifying.Impact in facets.facet
 

Methods in facets.facet with parameters of type Notifying.Impact
 void SwingViewerMaster.Form.refreshAvatars(Notifying.Impact impact)
           
abstract  void FacetMaster.Viewer.refreshAvatars(Notifying.Impact impact)
          Update the avatar pane to match viewer content.
 void SwingSimpleMaster.retargetedMultiple(STarget[] targets, Notifying.Impact impact)
           
abstract  void FacetMaster.Simple.retargetedMultiple(STarget[] targets, Notifying.Impact impact)
          Update GUI components to match the states of the targets passed.
abstract  void SwingSimpleMaster.retargetedSingle(STarget target, Notifying.Impact impact)
           
abstract  void FacetMaster.Simple.retargetedSingle(STarget target, Notifying.Impact impact)
          Update GUI components to the state of the target passed.