Uses of Class
net.neurowork.mobile.android.fw.levels.AppLevel

Packages that use AppLevel
net.neurowork.mobile.android.fw   
net.neurowork.mobile.android.fw.activities.generators   
 

Uses of AppLevel in net.neurowork.mobile.android.fw
 

Methods in net.neurowork.mobile.android.fw that return AppLevel
 AppLevel ApplicationData.getNextAppLevel(NextLevel nextLevel)
          Returns the AppLevel associated with a nextLevel
 

Methods in net.neurowork.mobile.android.fw that return types with arguments of type AppLevel
 java.util.List<AppLevel> ApplicationData.getLevels()
           
 

Method parameters in net.neurowork.mobile.android.fw with type arguments of type AppLevel
 void ApplicationData.setLevels(java.util.List<AppLevel> levels)
           
 

Uses of AppLevel in net.neurowork.mobile.android.fw.activities.generators
 

Methods in net.neurowork.mobile.android.fw.activities.generators that return AppLevel
 AppLevel LevelActivityGenerator.getAppLevel()
           
 

Methods in net.neurowork.mobile.android.fw.activities.generators with parameters of type AppLevel
 void LevelActivityGenerator.setAppLevel(AppLevel appLevel)
           
 

Constructors in net.neurowork.mobile.android.fw.activities.generators with parameters of type AppLevel
AudioActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ButtonsActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
CalendarActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
FormActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageGalleryActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageListActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageTextDescriptionActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageZoomActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
LevelActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ListActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
MapActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
PdfActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
QrActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
QuizActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
VideoActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
WebActivityGenerator(AppLevel appLevel, NextLevel nextLevel)