Uses of Class
standup.clouds.Milestone

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

Uses of Milestone in standup.clouds
 

Fields in standup.clouds declared as Milestone
(package private)  Milestone PanelProgressMap.current
           
private  Milestone HistoryCoordinator.current
           
 

Fields in standup.clouds with type parameters of type Milestone
private  Stack<Milestone> HistoryCoordinator.future
           
private  Stack<Milestone> HistoryCoordinator.history
           
 

Methods in standup.clouds that return Milestone
 Milestone CloudButtonWordTypeIn.executeClick()
           
 Milestone CloudButtonWordTrie.executeClick()
           
 Milestone CloudButtonWordClustered.executeClick()
           
 Milestone CloudButtonTopic.executeClick()
           
 Milestone CloudButtonTellJokeSpeak.executeClick()
           
 Milestone CloudButtonSenseChooser.executeClick()
           
 Milestone CloudButtonRepeatJoke.executeClick()
           
 Milestone CloudButtonProfileTypeIn.executeClick()
           
 Milestone CloudButtonProfileChooser.executeClick()
           
 Milestone CloudButtonProfile.executeClick()
           
 Milestone CloudButtonOldJokes.executeClick()
           
 Milestone CloudButtonOldJoke.executeClick()
           
 Milestone CloudButtonNewJoke.executeClick()
           
 Milestone CloudButtonLogin.executeClick()
           
 Milestone CloudButtonAddToFavourites.executeClick()
           
 Milestone CloudButton.executeClick()
           This is the default action that is performed when a CloudButton is clicked, i.e.: Perform the appropriate animations: 'shrink' siblings, move to centre, 'grow' children, and Update progress map if necessary, and Return a Milestone representing the user's interaction choice.
(package private)  Milestone HistoryCoordinator.getCurrentMilestone()
           
private  Milestone HistoryCoordinator.popFuture()
           
private  Milestone HistoryCoordinator.popHistory()
           
 

Methods in standup.clouds that return types with arguments of type Milestone
(package private)  Stack<Milestone> HistoryCoordinator.getFuture()
           
(package private)  Stack<Milestone> HistoryCoordinator.getHistory()
           
 

Methods in standup.clouds with parameters of type Milestone
 void HistoryCoordinator.actionPerformed(Milestone m)
           
 void PanelProgressMap.doAnimation(Stack _history, Milestone _current, Stack _future, AnimatorLock al, int _dir)
           
private  void HistoryCoordinator.pushFuture(Milestone m)
           
private  void HistoryCoordinator.pushHistory(Milestone m)