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

An activity which displays URLs in a simple browser. More...

Inheritance diagram for jarmos.app.activity.BrowseActivity:

Public Member Functions

void onBackPressed ()
 

Protected Member Functions

void onCreate (Bundle icicle)
 

Detailed Description

An activity which displays URLs in a simple browser.

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

Author
Daniel Wirtz
Date
Aug 23, 2011

Definition at line 28 of file BrowseActivity.java.

Member Function Documentation

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

Definition at line 88 of file BrowseActivity.java.

void jarmos.app.activity.BrowseActivity.onCreate ( Bundle  icicle)
protected
See Also
android.app.Activity::onCreate(android.os.Bundle)

Definition at line 34 of file BrowseActivity.java.


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