Uses of Class
standup.clouds.AnimatorLock

Packages that use AnimatorLock
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of AnimatorLock in standup.clouds
 

Fields in standup.clouds declared as AnimatorLock
(package private)  AnimatorLock PanelProgressMap.animatorLock
           
private  AnimatorLock PanelMessageWindow.animatorLock
           
(package private)  AnimatorLock PanelCloudButtonMenu.animatorLock
           
 

Methods in standup.clouds with parameters of type AnimatorLock
 void PanelProgressMap.doAnimation(Stack _history, Milestone _current, Stack _future, AnimatorLock al, int _dir)
           
(package private)  void HistoryCoordinator.doProgressAnimation(AnimatorLock al, int direction)
           
 void PanelMessageWindow.hideMessage(AnimatorLock al)
           
 void PanelCloudButtonMenu.lubbleDoScroller(CloudButton thing, int page, int direction, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleGrowInCentre(CloudButton from, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleGrowKids(CloudButton thing, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleGrowKids(CloudButton thing, int page, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleGrowOthers(CloudButton thing, AnimatorLock _animatorLock)
          Given Lubble thing, this method performs the following animation: -thing is drawn static in its designated position.
 void PanelCloudButtonMenu.lubbleMoveToCentre(CloudButton thing, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleMoveToPeriphery(CloudButton thing, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleShrinkInCentre(CloudButton from, AnimatorLock _animatorLock)
           
 void PanelCloudButtonMenu.lubbleShrinkKids(CloudButton thing, AnimatorLock _animatorLock)
          Given Lubble thing, this method performs the following animation: -all thing's children (including the centre lubble) are animated to 'shrink' to size 0.
 void PanelCloudButtonMenu.lubbleShrinkOthers(CloudButton thing, AnimatorLock _animatorLock)
          Given Lubble thing, this method performs the following animation: -thing is drawn static in its designated position.
 void PanelProgressMap.moveBus(PanelProgressMap.ProgressMapStage from, PanelProgressMap.ProgressMapStage to, AnimatorLock _animatorLock)
           
 void PanelMessageWindow.showJoke(CloudLabel msg, AnimatorLock al)
           
 void PanelMessageWindow.showMessage(CloudLabel msg, AnimatorLock al)
           
(package private)  void CloudButtonOldJoke.showMessage(CloudLabel message, AnimatorLock al)
           
(package private)  void CloudButtonNewJoke.showMessage(CloudLabel message, AnimatorLock al)
           
(package private)  void CloudButton.showMessage(CloudLabel message, AnimatorLock al)
          Animate the display of this CloudButton's message using the given AnimatorLock.
private  void PanelProgressMap.waitOnLock(AnimatorLock lock)
           
private  void PanelMessageWindow.waitOnLock(AnimatorLock lock)
           
private  void PanelCloudButtonMenu.waitOnLock(AnimatorLock lock)