Uses of Class
standup.clouds.CloudButtonOldJokes

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

Uses of CloudButtonOldJokes in standup.clouds
 

Subclasses of CloudButtonOldJokes in standup.clouds
 class CloudButtonOldJokesAll
          A CloudButton that, when selected by the user, displays a set of all previously generated jokes that satisfy the current user profile's joke constraints.
 class CloudButtonOldJokesFavourites
          A CloudButton that, when selected by the user, displays the user's favourite jokes that satisfy the current user profile's joke constraints.
 class CloudButtonOldJokesLexeme
          A CloudButton that, when selected by the user, displays a set of all previously generated jokes using a specific sense of a word that satisfies the current user profile's joke constraints.
 class CloudButtonOldJokesTopic
          A CloudButton that, when selected by the user, displays a set of all previously generated jokes about a specific topic that satisfies the current user profile's joke constraints.
 class CloudButtonOldJokesType
          A CloudButton that, when selected by the user, displays a set of all previously generated jokes of a specific type that satisfies the current user profile's joke constraints.
 class CloudButtonOldJokesWord
          A CloudButton that, when selected by the user, displays a set of all previously generated jokes using a specific word that satisfies the current user profile's joke constraints.
 

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