Uses of Class
standup.clouds.CloudButtonNewJoke

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

Uses of CloudButtonNewJoke in standup.clouds
 

Subclasses of CloudButtonNewJoke in standup.clouds
 class CloudButtonNewJokeAny
          A CloudButton that, when selected by the user, calls the Backend to get any new joke that satisfies the current user profile's joke constraints.
 class CloudButtonNewJokeLexeme
          A CloudButton that, when selected by the user, calls the Backend to get a new joke using a specific sense of a word that satisfies the current user profile's joke constraints.
 class CloudButtonNewJokeTopic
          A CloudButton that, when selected by the user, calls the Backend to get a new joke on a specific topic that satisfies the current user profile's joke constraints.
 class CloudButtonNewJokeType
          A CloudButton that, when selected by the user, calls the Backend to get a new joke of a specific type that satisfies the current user profile's joke constraints.
 class CloudButtonNewJokeWord
          A CloudButton that, when selected by the user, calls the Backend to get a new joke using a specific word that satisfies the current user profile's joke constraints.
 

Methods in standup.clouds that return CloudButtonNewJoke
(package private)  CloudButtonNewJoke CloudButtonNewJokeWord.getAnotherLubbleNewJoke()
           
(package private)  CloudButtonNewJoke CloudButtonNewJokeType.getAnotherLubbleNewJoke()
           
(package private)  CloudButtonNewJoke CloudButtonNewJokeTopic.getAnotherLubbleNewJoke()
           
(package private)  CloudButtonNewJoke CloudButtonNewJokeLexeme.getAnotherLubbleNewJoke()
           
(package private)  CloudButtonNewJoke CloudButtonNewJokeAny.getAnotherLubbleNewJoke()
           
(package private) abstract  CloudButtonNewJoke CloudButtonNewJoke.getAnotherLubbleNewJoke()