Uses of Class
standup.clouds.PointingMethod

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

Uses of PointingMethod in standup.clouds
 

Fields in standup.clouds declared as PointingMethod
private  PointingMethod OptionsCloudFrontend.pointingMethod
          Fields and accessor methods determining the modes of interaction available.
 

Methods in standup.clouds that return PointingMethod
 PointingMethod OptionsCloudFrontend.getPointingMethod()
           
private static PointingMethod OptionsCloudFrontend.parsePointingMethod(String pointingMethodTextValue)
           
static PointingMethod PointingMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PointingMethod[] PointingMethod.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in standup.clouds with parameters of type PointingMethod
 void OptionsCloudFrontend.setPointingMethod(PointingMethod p)
           
 

Constructors in standup.clouds with parameters of type PointingMethod
OptionsCloudFrontend(boolean getJokeMode, boolean getJokeByTopicMode, boolean getJokeByWordMode, boolean getJokeByTypeMode, boolean getWordByTopicMode, boolean getWordByAlphabetMode, boolean getWordBySpellingMode, boolean textInput, PointingMethod pointingMethod, SymbolSupport symbolSupport, SymbolType[] symbolSet, LexemePictureFilter lexemePictureFilter, boolean speakOptionsWhenFocussed, boolean speakOptionsWhenSelected, boolean speakMessages, boolean speakJokesOnDisplay, boolean speakJokesOnRequest, boolean chooseSpecificLexemes, int menuAnimationStaggerOffset, boolean messageFirstThenMenu, boolean spellWordClustered, boolean showDefiniteWordsOnPeripheryAlready, boolean displayProgressMap, boolean displayMessageBarBelowMenu, int scannerInitialDelay, int scannerDelay, boolean enableLogging)
          Constructor method where options are supplied directly