JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.app.activity.ShowModelActivity Class Reference

Main model options display activity. More...

Inheritance diagram for jarmos.app.activity.ShowModelActivity:

Public Member Functions

void onBackPressed ()
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
Dialog onCreateDialog (int id)
 Re-populates the main menu every time it is brought up depending on whether help should be displayed. More...
 

Static Package Attributes

static final int ABOUT_DIALOG_ID = 0
 
static final int HELP_DIALOG_ID = 1
 

Detailed Description

Main model options display activity.

This class has been taken from the original rbAppMIT package and modified to fit into the current JaRMoS framework, this was the former RBGroupActivity class from rbAppMIT code.

Author
Daniel Wirtz
Date
Aug 23, 2011

Definition at line 32 of file ShowModelActivity.java.

Member Function Documentation

void jarmos.app.activity.ShowModelActivity.onBackPressed ( )
See Also
android.app.Activity::onBackPressed()

Definition at line 100 of file ShowModelActivity.java.

void jarmos.app.activity.ShowModelActivity.onCreate ( Bundle  savedInstanceState)
protected
See Also
android.app.ActivityGroup::onCreate(android.os.Bundle)

Definition at line 40 of file ShowModelActivity.java.

Dialog jarmos.app.activity.ShowModelActivity.onCreateDialog ( int  id)
protected

Re-populates the main menu every time it is brought up depending on whether help should be displayed.

Handles item selection in the main menu

Definition at line 145 of file ShowModelActivity.java.

Member Data Documentation

final int jarmos.app.activity.ShowModelActivity.ABOUT_DIALOG_ID = 0
staticpackage

Definition at line 34 of file ShowModelActivity.java.

final int jarmos.app.activity.ShowModelActivity.HELP_DIALOG_ID = 1
staticpackage

Definition at line 35 of file ShowModelActivity.java.


The documentation for this class was generated from the following file: